I am using OpenCV 3.3 to process live video. When trying to process RTSP streamed H264 compressed video I get what appears to be an ffmpeg related errors (dquant out of range, error while decoding).
Is there a way around this? For example, are there any settings/parameters in opencv's videoCapture functionality that can be modified to deal with the problem, or perhaps use a different receiver/decoder?
Best regards,
Karan