Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从网络 IP 摄像机捕获流式 MJPEG 的最佳方法是什么?
我想使用 c++(或用 c++ 扩展的 python)获取帧并处理它们。
OpenCV 是我最好的选择吗?
Appart from OpenCV,您可以使用 mplayer 和 -vo yuv4mpeg 重定向到管道来获取未压缩的 yuv 图像流。您可以从 C++ 创建 mplayer 进程和管道。
另一种方法是使用 RTSP 库(您的 IP 摄像机可能将其用作协议)