peacemaker Expert Licensed User Longtime User Mar 2, 2022 #1 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.
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 Mar 2, 2022 #2 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
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.
JordiCP Expert Licensed User Longtime User Mar 2, 2022 #3 It is planned someday, but not in a near future The best option is to use the original Opencv Java lib with linux binaries and inline Java Upvote 0
It is planned someday, but not in a near future The best option is to use the original Opencv Java lib with linux binaries and inline Java
peacemaker Expert Licensed User Longtime User Mar 2, 2022 #4 Ohhh... Any example of such inline Java possible ? Maybe paid help, to get the current frame from rtsp:// stream under Linux. Upvote 0
Ohhh... Any example of such inline Java possible ? Maybe paid help, to get the current frame from rtsp:// stream under Linux.