# dualCameraSystem **Repository Path**: liyonghai2/dual-camera-system ## Basic Information - **Project Name**: dualCameraSystem - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-03 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 查看相关进程日志 journalctl -u dual-cam-supervisor -f journalctl -u dual-cam-capture -f journalctl -u dual-cam-algo -f 写入s,启动击球事件 sudo systemctl status dual-cam-algo # 查看TTY信息 sudo chmod 666 /dev/pts/0 # 赋予权限 sudo screen /dev/pts/0 # 连接到终端,按's'键触发击球 杀了/dev/pts/0进程 确认是哪个进程占用了 /dev/pts/0 sudo lsof /dev/pts/0 sudo kill -9