使用gstreamer解码多路流会有rga的报错
在使用gstreamer解码多路流的时候,会有rga的报错调用解码的部分代码:
std::string pipeline = "rtspsrc location=rtsp://admin:biubiubiu123@192.168.0.105:554/Streaming/Channels/101 latency=200 ! "
"rtph264depay ! h264parse ! mppvideodec format=BGR ! appsink";
cv::VideoCapture cap(pipeline, cv::CAP_GSTREAMER);
页:
[1]