-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Bug]: [Raspberry Pi] OpenCV Fails to retrieve an image from the camera #15
Comments
@Max4programing Huh, I'm not able to reproduce the issue you're seeing, instead I get the "Failed to capture image" message. This might either be an issue with the code snippet or something wrong with the UVC firmware (which I didn't make). Can you try changing the frame rate to see if that fixes it? There should be other frame rates you can use in the 1080p mode (check the README) |
This should be the correct Log Output
The Source of the ProblemWhen looking through the Dmesg Logs more in depth I found that
This error repeats filling the log and never stops until I reboot. |
@Max4programing I didn't see those errors unfortunately, I think those are specific to the Raspberry Pi. The I2C module that it's talking about is for the Raspberry Pi specifically, it isn't on a standard linux system. And the I'll try to see if i I can borrow a Raspberry Pi to reproduce this issue though. |
UpdateDmesg Log after removing touch screen
Log of guvcveiw
|
Provide a brief description of the issue
**PS5 camera doesn't work with this firmware **
I was trying to get this loader and firmware to work on a raspberry pi which is based on linux (it works and uploads the firmware without issue). It shows on the UVC logs as camera device and the logs look fine. But in testing all it did was show a black screen on webcam testers. I tried changing the exposure and the frame per second of the camera with no luck. I decide to use opencv since it worked in this tutorial. After setting a basic script to open a window and display the camera view I got an timeout error.
Here is the code
Operating System version
Linux (Default)
Which camera model was this for?
PlayStation 5
Relevant log output
The text was updated successfully, but these errors were encountered: