mesutpiskin / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add native library for linux ?

pradeepm1610 opened this issue · comments

I added the opencv's native library for windows.

but, how can I add the opencv's native library for both linux 32 bit and 64 bit?

Screenshot_20200626-201013_Edge

In opencv release page there is no downloading option for linux. Then , How can I add the native library ?

where to download the opencv's native library for linux ?

Help me!!!

You can do this

System.loadLibrary("yournativelibrarypath.so");

20200629_072113

I downloaded opencv for windows.

But , where I can find the .so file for linux ?

You need to build a opencv source code for so files.
How to build opencv
https://docs.opencv.org/4.3.0/d7/d9f/tutorial_linux_install.html

or my tutorial for linux building (Turkish language only, maybe you can translate)
http://mesutpiskin.com/blog/linux-isletim-sistemi-icin-opencv-kurulumu.html

Can I follow this tutorial ?

http://mesutpiskin.com/blog/linux-isletim-sistemi-icin-opencv-kurulumu.html

https://youtu.be/JYexxS7Pwrw

I am using Ubuntu os . if I create a .so file with ubuntu . will it work on other linux os like kali linux , debain , and etc...,?

will it work on both 32 bit and 64 bit?

I am using Ubuntu os . if I create a .so file with ubuntu . will it work on other linux os like kali linux , debain , linux
mint , fedora centos , Arch linux , manjaro , openSUSE and etc...,?

I think it will work in the debian family

I want to make a jar with this project for all linux os.

Is it possible with this project?

Give more information.

Help!!!

i don't know, you can try it.