Skip to content

Commit fff0e2d

Browse files
fix
1 parent a75f3ea commit fff0e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

image_capture_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
fcntl.ioctl(fd, v4l2.VIDIOC_STREAMON, buf_type)
4848

4949
def take_image(image_name):
50-
50+
# IMPORTANT : Just bellow you can uncomment to clean the insternal queue of the driver
5151
# for i in range(3):
5252
# buf = v4l2.v4l2_buffer()
5353
# buf.type = v4l2.V4L2_BUF_TYPE_VIDEO_CAPTURE

0 commit comments

Comments
 (0)