PeterBee97 commented on code in PR #18745:
URL: https://github.com/apache/nuttx/pull/18745#discussion_r3159925050


##########
drivers/video/v4l2_cap.c:
##########
@@ -2092,20 +2151,17 @@ static FAR struct imgsensor_s *
 get_connected_imgsensor(FAR struct imgsensor_s **sensors,
                         size_t sensor_num)
 {
-  FAR struct imgsensor_s *sensor = NULL;

Review Comment:
   fixed



##########
drivers/video/v4l2_cap.c:
##########
@@ -170,16 +171,18 @@ typedef struct capture_parameter_name_s 
capture_parameter_name_t;
 
 struct capture_mng_s
 {
-  struct v4l2_s          v4l2;
+  struct v4l2_s            v4l2;
 
   /* Parameter of capture_initialize() */
 
-  uint8_t                open_num;
-  capture_type_inf_t     capture_inf;
-  capture_type_inf_t     still_inf;
-  FAR struct imgdata_s   *imgdata;
-  FAR struct imgsensor_s *imgsensor;
-  enum v4l2_scene_mode   capture_scene_mode;
+  uint8_t                  open_num;

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to