分辨率更新

This commit is contained in:
Glz
2024-03-08 19:58:36 +08:00
parent 690401acf1
commit aa69134eb7
9 changed files with 208 additions and 268 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 (90) // 图像高度 范围 [1-480]
#define MT9V03X_IMAGE_SIZE ( MT9V03X_W * MT9V03X_H ) // 整体图像大小不能超过 65535
#define MT9V03X_COF_BUFFER_SIZE ( 64 ) // 配置串口缓冲区大小 不低于 64