c++ - Capturing real time images from a network camera -
What is the best way to stream MJPEG from the network's IP camera?
I like to get them to frame and process them using C ++ (or Extended Python with C ++).
Is OpenCV is my best choice?
App to OpenCV, you can use the MPlayer - one of the two uncompressed images of the twin yuv4mpeg You can redirect to a pipe to receive the stream. You can make MPlayer process and pipes from C ++.
Another way is to use the RTSP Library (your IP camera probably uses it as a protocol)
Comments
Post a Comment