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

Raspberry Pi GPU Integration broken? #37

Open mgmax opened 5 years ago

mgmax commented 5 years ago

According to the README, using VisiCam on the Raspberry Pi (ARM processor) and/or the RPiGPU integration is broken. I guess this comes from updating to a newer JavaCV version. The files in https://github.com/t-oster/VisiCam/tree/master/lib/javacv-pi should be updated or, even better, be replaced with a script which compiles them automatically.

There is also a lack of documentation on the RPiGPU integration, I even had to google it to find the repository https://github.com/FroChr123/visicamRPiGPU .