Home
Softono

Opencv Live Video Stream Over Http

Open source Java
59
Stars
17
Forks
1
Issues
6
Watchers
3 months
Last Commit

 About Opencv Live Video Stream Over Http

:satellite: OpenCV is a sample project that is read from the video source (Camera, File System, NVR, DVR etc.) and displays the processed image via the http protocol.

Platforms

Web Self-hosted

Languages

Java

Links

Need Help Installing Opencv Live Video Stream Over Http?

We provide expert installation service for this software. Our team will install, configure, and secure Opencv Live Video Stream Over Http on your server. plans start at just $30.

Opencv Live Video Stream Over Http

View on GitHub

English | Türkçe

HTTP Live Video Stream From OpenCV

OpenCV is a sample project that is read from the video source (Camera, File System, NVR, DVR etc.) and displays the processed image via the http protocol. OpenCV version 3.1 is used. You can see the architecture of the project below.

Architecture

Dependency

  • OpenCV 3+
  • Java 6+

How to run

If you use as follows

System.loadLibrary(Core.NATIVE_LIBRARY_NAME);

set JVM parameter

-Djava.library.path=/yourpath/opencv-3.4.0/build/lib

or just use it

#for mac or linux
System.loadLibrary("/yourpath/opencv-3.4.0/build/lib");

#for windows
System.loadLibrary("/yourpath/opencv_java3xx");