t-oster / VisiCam

A Java application, that turns a webcam into a VisiCut compatible network camera with marker detection and perspective correction. Uses OpenCV through JavaCV
Other
36 stars 12 forks source link

Update JavaCV version (unfinished, need help) #29

Open mgmax opened 7 years ago

mgmax commented 7 years ago

Updating to the current JavaCV 1.3.2 fails because some APIs were removed. I tried to adapt the code to the newer API, but then I get a JVM segfault in the JavaCPP garbage collector (no usable stacktrace). Maybe we should switch to the official OpenCV java interface, which looks nicer than JavaCV?