-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for GS camera on raspberry pi #46
Comments
You would need to use Alternatively, as a hack, you could use a GStreamer pipeline along the lines of |
P.S. apparently there is also a wrapper script |
Hmmm now that I used libcamerify once, I systematically get the following errors anytime I use libcamera or libcamerify :
Couldn't find useful info to fix this error on the web yet. EDIT : I'm currently considering the harder path and started drafting a LibcameraCamera class. Not sure how far I will get with my current schedule. |
Hi,
I'd like to use the global shutter raspberry pi camera with reacTIVision.
I just managed to compile reacTIVision on latest bookworm raspberry pi OS. libcamera is able to open the video stream of the GS cam, but reacTIVision says "No camera found!".
Earlier I was trying on an older distro. We have an older raspberry pi IR camera which works well on it as long as the legacy support is enabled. I had to disable legacy support to be able to see the video stream of the GS cam with libcamera, but it was in no case recognized by reacTIVision.
So I guess that in order for it to work, the source code should be altered in some way ...
If anybody has any pointer reagrding where this should happen in the code, and which lib this should rely on, I'd be very grateful.
Thanks !
Joseph
The text was updated successfully, but these errors were encountered: