This commit is contained in:
2024-01-16 20:09:12 +08:00
22 changed files with 568 additions and 81 deletions

View File

@@ -90,8 +90,8 @@
//--------------------------------------------------------------------------------------------------
// 摄像头默认参数配置 在此修改摄像头配置
//--------------------------------------------------------------------------------------------------
#define MT9V03X_W (188) // 图像宽度 范围 [1-752]
#define MT9V03X_H (120) // 图像高度 范围 [1-480]
#define MT9V03X_W (140) // 图像宽度 范围 [1-752]
#define MT9V03X_H (80) // 图像高度 范围 [1-480]
#define MT9V03X_IMAGE_SIZE ( MT9V03X_W * MT9V03X_H ) // 整体图像大小不能超过 65535
#define MT9V03X_COF_BUFFER_SIZE ( 64 ) // 配置串口缓冲区大小 不低于 64