JRPiCam
JRPiCam copied to clipboard
Java API to access Raspberry Pi Camera
As we all know, since the latest Pi OS release (Bullseye), Raspberry doesn't use the 'raspistill' lib anymore, but the 'libcamera' one. That means the JRPICam won't work properly for...
Hi, it is impossible to add other parameters for execution of `raspistill` to class `RPiCamera` since the member is private and does not have a setter-method. It would be great...
Hi, I need to speed up the process to take pictures. I want a live QR code scanner. It works but the following: `for(int i = 0; i
I'm trying to use this as a way to add a reverse camera to a vehicle. All that I need it to do is run a preview window that stays...
Hi, It seems that the JitPack repository does not include sources or javadoc: ``` Build artifacts: com.github.Hopding:JRPiCam:v1.1.1 Files: com/github/Hopding/JRPiCam/v1.1.1 com/github/Hopding/JRPiCam/v1.1.1/JRPiCam-v1.1.1.jar com/github/Hopding/JRPiCam/v1.1.1/JRPiCam-v1.1.1.pom com/github/Hopding/JRPiCam/v1.1.1/JRPiCam-v1.1.1.pom.md5 com/github/Hopding/JRPiCam/v1.1.1/JRPiCam-v1.1.1.pom.sha1 com/github/Hopding/JRPiCam/v1.1.1/build.log ``` Could you add them? Thanks!
Hello, thanks for this application first of all. I'm trying to use JRPiCam in a java application on my RaspberryPi v3. I can take photos using the raspistill command without...