We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75f3ea commit fff0e2dCopy full SHA for fff0e2d
1 file changed
image_capture_example.py
@@ -47,7 +47,7 @@
47
fcntl.ioctl(fd, v4l2.VIDIOC_STREAMON, buf_type)
48
49
def take_image(image_name):
50
-
+ # IMPORTANT : Just bellow you can uncomment to clean the insternal queue of the driver
51
# for i in range(3):
52
# buf = v4l2.v4l2_buffer()
53
# buf.type = v4l2.V4L2_BUF_TYPE_VIDEO_CAPTURE
0 commit comments