# TrackingEye **Repository Path**: Pulsar-V/tracking-eye ## Basic Information - **Project Name**: TrackingEye - **Description**: 高空抛物检测 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-03-13 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```yml %YAML:1.0 --- settings: USE_LOCAL_CAMERA: 1 TIMEOUT: 10 SAVE_PATH: "/home/pulsarv/workspace/TrackingEye/cmake-build-debug/bin/save" local_cam: - # 摄像头信息 index: 2 # 摄像头下标 hkv_cam: - # 海康威视摄像头信息 ip_address: "127.0.0.0" port: "6500" username: admin password: admin ```