Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV on CYGWIN64 (Win7) with FFMPEG

Hello,

is OpenCV working under Win7 with Cygwin64 and FFMPEG support, so that it is possible to open a network MJEPG steram:

VideoCapture cap; cap.open("http://192.168.0.241:8080/video?x.mjpg");

Please indicate how to make it working.

Cheers, AaWnSD

OpenCV on CYGWIN64 (Win7) with FFMPEG

Hello,

is OpenCV working under Win7 with Cygwin64 and FFMPEG support, so that it is possible to open a network MJEPG steram:

VideoCapture cap;
cap.open("http://192.168.0.241:8080/video?x.mjpg");

cap.open("http://<cameraIP>:<cameraPort>/video?x.mjpg");

Please Anybody succeeded? Can you indicate how to make it working.working?

Cheers, AaWnSD