-
Notifications
You must be signed in to change notification settings - Fork 492
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
Compatibility with raspberry pi camera module 3? #692
Comments
This software uses the GPU legacy camera support which only supports v1 and v2 module rapsberry cameras. |
Okay. Thank you for responding. |
No workaround to pipe video from camera v3 to this? I see there's some discussion around it in #688 |
This software currently makes heavy use of the GPU and the camera interface functions provided by the MMAL interface; now called legacy camera support and only available for v1 and V2 cameras. There is not a simple video feed from the camera. The MMAL allows setting up duplicating data from the camera and passing it down various processing chains in the GPU tp provide for simultaneous, image capture, preview generation, video coding and capture, and video motion vectors for motion detection. Yes, a lot of this could be ported to the new libCamera environment but this requires substantial software rewrites plus some of the functionality would need to be done in CPU software. This would be OK for the higher power Pi models but one of the use cases is to supply full functionality on PiZero hardware. |
Hi.
I just bought a 12 MP raspberry pi camera module 3 and have connected it with a Pi zero 2W. I have tried using the cam web interface with the camera module 3 but it gives various errors. Can you kindly tell me whether it works with camera module 3?
Thank you.
The text was updated successfully, but these errors were encountered: