Does OpenCV 3.0 beta Java bindings now support input from an IP Camera's HTTP interface?
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.
yes, it looks like it is supported now
(if you're on win, make sure, it can find the opencv_ffmpeg300.dll, too !)