Closed GoogleCodeExporter closed 9 years ago
You mean like MJPEG? OpenCV may work, but you're better off with
FFmpegFrameGrabber:
FrameGrabber grabber = new FFmpegFrameGrabber("http://192.168.0.180:8080/shot.jpg");
grabber.setFormat("mjpeg");
grabber.start();
should work.
Original comment by samuel.a...@gmail.com
on 18 May 2011 at 1:22
[deleted comment]
[deleted comment]
[deleted comment]
IP Webcam does stream in MJPEG, so just use FFmpegFrameGrabber
Original comment by samuel.a...@gmail.com
on 19 May 2011 at 2:11
Hi,
I have same like you. You found how resolve this problem ?
Original comment by mijoCh...@gmail.com
on 14 Jan 2013 at 5:29
Original issue reported on code.google.com by
francisc...@gmail.com
on 18 May 2011 at 1:16