Does OpenCV 3.0 beta Java bindings now support input from an IP Camera's HTTP interface?

asked 2015-03-10 12:25:52 -0600

paulgfrey gravatar image

I read that the C++ version of the OpenCV supported a string in the constructor which could be an IP Camera's MJPEG stream. But the constructor was not exposed to Java applications. I saw better support for Java listed in the OpenCV 3.0 beta changes and wondered if this constructor was now supported? Thanks.

edit retag flag offensive close merge delete

Comments

yes, it looks like it is supported now

(if you're on win, make sure, it can find the opencv_ffmpeg300.dll, too !)

berak gravatar imageberak ( 2015-03-10 12:49:02 -0600 )edit