Skip to content

Commit

Permalink
fix: 摄像头库编译失败,修正之
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Mar 4, 2025
1 parent 99b2769 commit df35e14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/camera/luat_camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ typedef struct luat_camera_conf
uint8_t color_bit;
uint8_t id_reg;
uint8_t id_value;
uint8_t usb_port;
size_t init_cmd_size;
uint8_t *init_cmd;
#ifdef __LUATOS__
Expand All @@ -66,6 +67,7 @@ typedef struct
uint8_t is_msb; //0 or 1;
uint8_t is_two_line_rx; //0 or 1;
uint8_t seq_type; //0 or 1
uint8_t usb_port;
uint8_t plat_param[4];
#ifdef __LUATOS__
luat_lcd_conf_t* lcd_conf;
Expand Down

0 comments on commit df35e14

Please sign in to comment.