OpenCV can't read VideoCapture

Decided to replace VideoCapture.read() with VideoCapture.grab() and VideoCapture.retrieve(). I have discovered that at least VideoCapture.grab() is the problem as it returns false all the time.

1 Like