图像尺寸改变
元素测试完成,图像改为80,140
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user