Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

unfortunately, opencv cannot help you with the streaming on android here, there is no backend(llike ffmpeg or gstreamer on a desktop pc) here.

if you can get the requirements down to mjpeg protocol, then it would be fairly easy, to roll your own client from java (using Imgcodecs.imdecode(), and java Sockets), if not so, you'll have to rely on external libraries.

unfortunately, opencv cannot help you with the streaming on android here, android, there is no backend(llike backend(like ffmpeg or gstreamer on a desktop pc) here.

if you can get the requirements down to mjpeg protocol, then it would be fairly easy, to roll your own client from java (using Imgcodecs.imdecode(), and java Sockets), if not so, you'll have to rely on external libraries.