- Implemented main test script to verify system components and functionality. - Added individual test scripts for camera exposure settings, API changes, camera recovery, maximum FPS, MQTT events, logging, and timezone functionality. - Created service file for system management and automatic startup. - Included detailed logging and error handling in test scripts for better diagnostics. - Ensured compatibility with existing camera SDK and API endpoints.
5 lines
226 B
Plaintext
5 lines
226 B
Plaintext
mvsdk.py: 相机SDK接口库(参考文档 WindowsSDK安装目录\Document\MVSDK_API_CHS.chm)
|
||
|
||
grab.py: 使用SDK采集图片,并保存到硬盘文件
|
||
cv_grab.py: 使用SDK采集图片,转换为opencv的图像格式
|