OpenCV FFmpeg VideoCapture Error

asked 2017-09-17 14:33:01 -0600

karan_maverick gravatar image

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

edit retag flag offensive close merge delete

Comments

no, you cannot do anything. it's entirely between ffmpeg and your ip-cam.

berak gravatar imageberak ( 2017-09-18 01:53:04 -0600 )edit

Instead of FFmpeg can I force OpenCV to use to some other receiver/decoder such as libVLC. However I don't know how would I do that. Any suggestions?

karan_maverick gravatar imagekaran_maverick ( 2017-09-18 19:47:27 -0600 )edit