摘要: 阅读全文
posted @ 2026-08-05 12:08 abs8023 阅读(5) 评论(0) 推荐(0)
摘要: GME Global motion estimation LME Local motion estimation FPX Feature point extraction NCC Normalized cross correlation DFS Depth from stereo OF Optica 阅读全文
posted @ 2026-08-05 12:06 abs8023 阅读(17) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2026-08-05 12:05 abs8023 阅读(4) 评论(0) 推荐(0)
摘要: 一、解决问题 调整tuning参数中flash.xml的 flashstatsPreprocessing 参数, 1. 先将frameSkipMethod的SkipSystemLatency的改成SkipOne ,解决首帧aec stats异常直接进settle状态,影响后续闪光预览流程ae收敛等。 阅读全文
posted @ 2026-08-05 12:04 abs8023 阅读(27) 评论(0) 推荐(0)
摘要: 一. vscode中安装插件Remote - SSH 二、本地生成SSH密钥对 打开PowerShell或CMD终端,执行命令:ssh-keygen -t rsa -b 4096。 连续三次按回车,密钥默认保存到C:\Users\你的用户名\.ssh\路径,生成私钥id_rsa和公钥id_rsa.p 阅读全文
posted @ 2026-08-04 09:21 abs8023 阅读(44) 评论(0) 推荐(0)
摘要: 一. 安装 (可以sudo) # Ubuntu / Debian / Kali sudo apt update sudo apt install byobu # CentOS / RHEL / Fedora (需先启用 EPEL 源) sudo yum install epel-release su 阅读全文
posted @ 2026-07-24 14:35 abs8023 阅读(22) 评论(0) 推荐(0)
摘要: 两种方式: 1.修改默认滚动滚屏方式: 新建一个 .tmux.conf文件: vi ~/.tmux.conf , 存入 set -g mouse on 保存 在终端输入 tmux source ~/.tmux.conf 2. 快捷键组合 先 ctrl + b 在按 [ 用pgup pgdn可以翻屏 阅读全文
posted @ 2025-05-22 10:12 abs8023 阅读(1621) 评论(0) 推荐(1)
摘要: 下载安装过git后,需要在vscode总配置git路径才可以正常使用git功能。否则出现无法识别git指令等。 在settings.json配置字如下部分 { "terminal.integrated.enableMultiLinePasteWarning": false, "git.path": 阅读全文
posted @ 2025-05-10 03:14 abs8023 阅读(100) 评论(0) 推荐(0)
摘要: import subprocess import random import time import keyboard import tkinter as tk import threading import configparser from tkinter import font # 创建Con 阅读全文
posted @ 2024-12-06 10:18 abs8023 阅读(189) 评论(0) 推荐(0)
摘要: 打包已有脚本成exe文件。当前打包结果无法剔除命令行窗口。 阅读全文
posted @ 2024-10-28 11:02 abs8023 阅读(28) 评论(0) 推荐(0)