Skip to content

Innomaker ov9281 produces blank images on pi5 with rpicam-still #245

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

Closed
Gordon999 opened this issue Mar 5, 2025 · 5 comments
Closed

Innomaker ov9281 produces blank images on pi5 with rpicam-still #245

Gordon999 opened this issue Mar 5, 2025 · 5 comments

Comments

@Gordon999
Copy link

innomaker ov9281 on pi5 with rapicam-still -o test.jpg only gets a black image, preview OK, rpicam-vid appears OK recording.

@naushir
Copy link
Collaborator

naushir commented Mar 5, 2025

Has this worked in the past? My suspicion would be that it's a problem with the kernel driver and nothing to do with libcamera.

@6by9
Copy link
Collaborator

6by9 commented Mar 5, 2025

I asked Gordon to raise it here as it's less likely to get lost than in the linux repo.
https://forums.raspberrypi.com/viewtopic.php?p=2279207#p2279207

Not sure if it is going to be ov9282, cfe, or something else at fault. It works fine on Pi4.
Solution may be skip frames in libcamera.

@6by9
Copy link
Collaborator

6by9 commented Mar 6, 2025

Odd. In testing out #6705, OV9281 has just worked perfectly on both Pi5 and CM5 with a 6.12.17 kernel.

@6by9
Copy link
Collaborator

6by9 commented Mar 6, 2025

Been poking this as part of raspberrypi/linux#6705

It looks to be related to the CSI2 clocking mode.

The ov9281 overlay gained an override for the clocking mode via raspberrypi/linux#6700

If you use sudo rpi-update rpi-6.6.y to get the latest 6.6 kernel (it's not on 6.12 yet), then dtoverlay=ov9281,clk-continuous should work, but I believe dtoverlay=ov9281 won't.

@Gordon999
Copy link
Author

Thankyou, that worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants