-
Notifications
You must be signed in to change notification settings - Fork 6
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
Does not work with Raspberry Pi Camera Module 3 #15
Comments
Hi @cHemingway, As far as I can see, the error is coming from https://github.com/pion/mediadevices, specifically from its dependency: https://github.com/blackjack/webcam. These packages only work with 'Legacy camera mode' on the new OS and do not support camera module v3. We are working on an alternative camera driver for mediadevices based on libcamera. However, it will be a long process if successful. |
Thanks for getting back to me. I am using the legacy camera mode as well as I suspected as such, but legacy camera mode still does not work, see my 2nd error message. |
Correct, it won’t work for both “non-legacy” mode and camera module v3 |
Ah sorry, didn't see that bit! Thanks for letting me know. |
Hi,
I am trying to run this on Raspberry pi OS 64 bit (thanks for the update!) on a Pi4 with Camera Module 3, and a HDMI display.
On startup, it connects to the web portal, then immediately crashes with a GetUserMedia error. Here is the debug output:
With legacy camera support enabled instead, I get a similar error, though not exactly the same.
The text was updated successfully, but these errors were encountered: