Skip to content

Commit

Permalink
update:摄像头接收去除多余参数
Browse files Browse the repository at this point in the history
  • Loading branch information
allewalker committed Oct 26, 2023
1 parent 1113605 commit 79e3b2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/camera/luat_camera.h
Expand Up @@ -37,7 +37,6 @@ typedef struct luat_camera_conf
typedef struct
{
size_t camera_speed; //提供给camera时钟频率
void *buf[2]; //2个全图像缓存区指针,780EP需要
uint16_t sensor_width; //camera的最大宽度
uint16_t sensor_height; //camera的最大高度
uint16_t one_buf_height; //1个接收缓存的高度,接收缓存大小=sensor_width * one_buf_height * (1 or 2,only_y=1), 底层根据实际情况会做调整,从而修改这个值,目前废弃
Expand Down

0 comments on commit 79e3b2e

Please sign in to comment.