-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Issues with Pi HQ Camera #20
Comments
This should work I'd assume: If not, you can try to lower the resolution: You might also want to consider start running the camera with a flash light pointed into the lens directly to give it more light ; otherwise if you are running the camera in low-light, the pi might lower the frame rate to compensate for the needed increased exposure. If not, maybe you can try this, just to see, but image corruption might happen I don't have a HQ camera yet to test with |
I can confirm that this resolves the issue. Using --rpicam changes the picture entirely. The framerate is fine and also the brightness. Thank you very much! |
Unfortunatelly there seems to be an issue with stuttering. The preview on the raspberry Pi is perfectly fine (I did not see the preview withour --rpicam btw). |
You can try with --noaudio added; audio sometimes causes issues currently. You can also try a lower bitrate or lower resolution, if that doesn't help. There are some system-level optimizations https://github.com/steveseguin/raspberry_ninja/tree/main/raspberry_pi#firmware , such as ensuring the firmware on a pi4 is up to date. If you have packet loss on your connection, it might impact things. Updating firmware can fix packet loss over ethernet, but if using wifi, there might be some inherent issues. Curious to know how bad the stuttering is; if it's very mild or pretty heavy. |
thanks for the swift response! --noaudio seems to fix this. The stuttering also occured on 640*480 pixels and I would consider it very heavy. Sometimes the picture was stuck for 3 seconds and after half a second of moving it was stuck again for 2 seconds. OT: |
Hello there,
thanks for the awesome effort yoiu are putting into this project.
Setup:
I am using a Raspberry Pi High Quality Camera on a RasPi 4.
Issue:
I am running into problems with the framerate (approx 10fps).
What have I tried:
All Software is up-to-date.
I am suspecting my settings to be off (especially because you referenced this setup in your manual). However if I lower the resolution of the camera it does not affect the fps. When running a preview via
raspistill -t 0
all looks fine. Do you have any tips and tricks how I could troubleshoot this?all the best
The text was updated successfully, but these errors were encountered: