-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HQ camera error maximum resolution #627
Comments
Initially try increasing gpu_mem further - higher resolution images require more memory. Each input 12MPix image is also now 12bits/pixel instead of 10, so that makes them 18MB each. Output images at 12MPix are also 18MB (for YUV420, 24MB for YUV422, and 36MB for RGB). |
Ok thank's. I've try 144 before witch changed nothink but I'll try higher. |
But if it was the problem, why can I take a 12MPix picture with command line ? |
Raspistill configures the camera for typically max 1080p preview, and a single stills capture buffer. Picamera asks for 12Mpix preview, so we now have 3 12MPix 12bpp images. |
It work with gpu_mem at 176 ! |
Hello,
I'm having troubles with the HQ camera and the capture with picamera library on python.
With command line I can capture an image with the new maximum resolution of the HQ camera (4056,3040) but if I try to ask that resolution on python with camera.resolution, I can't capture the picture, I have a message error "failed to enable component : ENOSPC" or "ENOMEM" but it work with lower resolution and with preview.
I've check the gpu memory and it's at 128.
I've also noticed that once I've had an error message on python, then I have a similar error message on command line. If I reboot the Rpi, the command line is working again.
I've run update and upgrade but I still have these problems.
I didn't had any issues with the camera module v2 before.
Does anyone have any idea of what's going on and how to correct it ?
Thank's
The text was updated successfully, but these errors were encountered: