Push cv::Mat to RTSP stream
Hello,
Is there a solution to pushing a webcam image after filtering to an RTSP stream so others could connect to it?
Camera --> Capture >> cv::Mat --> FindContours --> DrawContours --> Serve as RTSP to any connected clients.
Regards,
Daniel
Please use google ... just look for a C++ RSTP creation library and transform your OpenCV data to the correct input format. Some suggestions can be found here ...