You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to get picture using picam on RPi CM (64 bit OS) and I still fail.
Is any option to use picam on CM4?
MMAL it's not working (UnsatisfiedLinkError: no mmal in java.library.path), I read about using libcamera instead of picamera, but I'm not sure how use it on java.
The text was updated successfully, but these errors were encountered:
It's been a while since I have worked on this project, but depending on which version of this library you're using you may also need to rebuild the picam native library, because I only ever developed this against a 32-bit OS.
Hi, I'm trying to get picture using picam on RPi CM (64 bit OS) and I still fail.
Is any option to use picam on CM4?
MMAL it's not working (
UnsatisfiedLinkError: no mmal in java.library.path
), I read about using libcamera instead of picamera, but I'm not sure how use it on java.The text was updated successfully, but these errors were encountered: