Skip to content

📡 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.

Notifications You must be signed in to change notification settings

mesutpiskin/opencv-live-video-stream-over-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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");

About

📡 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages