-
Notifications
You must be signed in to change notification settings - Fork 28
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
Cannot retrive video feed with Pi 3B+ and HQ Camera #80
Comments
I see that there is an issue but unfortunately can't say what or how to fix it right now.. I will poke around, I am on it ;-P |
Yeah seems there is a memory allocation issue when running on older pi's... If you start from the bottom and work your way up the resolutions the pi4 can do a little better but the issue persists when you get to the biggest resolution. Unfortunately looks like a picamera2 issue and I am still investigating maybe... Maybe allowing changes to the buffers might help I am not sure for now I would recommend upgrading to a pi5 (the 2bg model has just released) or just stick to the lower resolution for the time being I created a feature request to deal with explaining this in the frontend #81 Sorry this is maybe not the answer you where looking for |
Hi! Thank you actually, I own a rpi 5 so I can just try it there! i will let you know in 7/8 h. im doing a bit of astrophotography so higher resolutions are better for my case. I guess pi3/pi0v2 is just not enough. Also, is there any way to get "the feed" in a lower res and take pictures in full res? instead of sending everything in full resolution |
Ahh good can I close this issue? |
Hi, I'm also trying to use RPi3B with HQ camera. I am facing the same memory allocation issue with the highest resolution 4056x3040. But in addition I can't get the feed to work at half resolution 2028x1520. However, in this case it is possible to capture the image. I don't know if this is a related issue or not but for this latter case I don't get the memory allocation error (in the journal) This is what I get instead for this case from journalctl: Another strange observation is that anytime I change the resolution (even with success for the feed), the app printout shows three equal configurations in sequence of the camera. Two of them also shows up in the journal as (similar to first two lines above): Jan 19 14:41:29 Camera kernel: bcm2835-codec bcm2835-codec: Failed setting ctrl 00990a67, ret -3 For each of the three occurences, the app printout (actually a Picamera2 printout) says that buffers are allocated. If this is true, it might of course also be a cause of memory allocation problems. I don't necessarily need full resolution but I will need at least half. Could there be a solution to this? Pen |
I cant get video feed when using HQ camera in mode 4056x3040. Web page refreshing never ends, seems there is something broken with backend. First two modes works fine.
Hardware :
Raspberry PI 3B+, HQ Camera. I also tested RPI zero 2 with same results.
The text was updated successfully, but these errors were encountered: