[Python] VideoCaputre.release() and VIDIOC_DQBUF: Invalid argument [closed]

asked 2018-11-08 05:37:51 -0600

adrianf0 gravatar image

In Python (3.6) API of OpenCV (3.4.2) on Ubuntu 18.10 (kernel 4.15.0-38) I successfully open VideoCapture device and grab frames. At the end, I call the release() method of the VideoCapture instance and get in a shell the error message (no exception is thrown):

VIDIOC_DQBUF: Invalid argument

At the same time, in dmesg I can find entries like:

uvcvideo: Non-zero status (-71) in video completion handler.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by adrianf0
close date 2018-11-08 09:10:18.054651

Comments

@adrianf0 . Didn't you installed v4l2?

supra56 gravatar imagesupra56 ( 2018-11-14 20:48:51 -0600 )edit