B4J Question B4J OpenCV lib for Linux

peacemaker

Expert
Licensed User
Longtime User
HI, All and JordiCP especially,

@JordiCP, is it possible to compile your OpenCV B4J lib for usage in Linux also ?
Maybe at least as non-UI app, without visual methods.

Actually, it needs just to read frames from IP-cam under Linux.
 

xulihang

Active Member
Licensed User
Longtime User
If you just need to use VideoCapture, you can also use JavaObject to use the Java library of OpenCV and load the Linux so using java.lang.System.loadLibrary.
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Ohhh...
Any example of such inline Java possible ?
Maybe paid help, to get the current frame from rtsp:// stream under Linux.
 
Upvote 0
Top