Error opening file (/home/vaibhav/opencv/modules/highgui/src/cap_ffmpeg_impl.hpp:553) in openCV

后端 未结 8 666
挽巷
挽巷 2020-12-30 15:10

I am using OpenCV to display a video my code is as

#include
#include
#include
#include

        
8条回答
  •  無奈伤痛
    2020-12-30 16:04

    I'm facing the same issue, but the problem is I used the wrong resolution.

    change

    rtsp://admin:admin@192.168.1.58:554/h264/video.sdp?camera=13
    

    to default solved it. (without indicating the resolution parameter)

    rtsp://admin:admin@192.168.1.58:554/h264/video.sdp
    

    BTW Device: EVO-05 Mini

提交回复
热议问题