PeterBee97 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1041040389
########## drivers/video/video.c: ########## @@ -1236,13 +1307,27 @@ static int video_qbuf(FAR struct video_mng_s *vmng, (&type_inf->bufinf); if (container) { - start_capture(buf->type, - type_inf->nr_fmt, - type_inf->fmt, - &type_inf->clip, - &type_inf->frame_interval, - container->buf.m.userptr, - container->buf.length); + if (container->buf.memory == V4L2_MEMORY_MMAP) Review Comment: userptr in MMAP case is a union shared with offset, so it is not pointing to the right place? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org