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


##########
drivers/video/video.c:
##########
@@ -3260,6 +3262,7 @@ static int video_complete_capture(uint8_t err_code, 
uint32_t datasize)
     }
 
   type_inf->bufinf.vbuf_curr->buf.bytesused = datasize;
+  type_inf->bufinf.vbuf_curr->buf.timestamp = *ts;

Review Comment:
   done



##########
drivers/video/video.c:
##########
@@ -701,6 +702,7 @@ static void change_video_state(FAR video_mng_t    *vmng,
               video_framebuff_get_vacant_container(&vmng->video_inf.bufinf);
       if (container != NULL)
         {
+          vmng->video_inf.seqnum = 0;

Review Comment:
   done



##########
drivers/video/video.c:
##########
@@ -1280,6 +1282,7 @@ static int video_qbuf(FAR struct video_mng_s *vmng,
             video_framebuff_get_vacant_container(&type_inf->bufinf);
           if (container != NULL)
             {
+              type_inf->seqnum = 0;

Review Comment:
   done



-- 
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