Skip to content

Questions about camera resolutions and how to get the old "modes" of the old picamera-lib? #157

Answered by sandyol55
cpixip asked this question in Q&A
Discussion options

You must be logged in to vote

Think the recommended method is to specify an additional raw configuration at the full sensor resolution along with the main 1/2 resolution required image size.

Not tested on an HQ camera, but with a V2.1 the following configuration drives the sensor into its max resolution mode but outputs a rescaled 'full format but 1/2 pixel density per axis' image.

still_config = picam2.still_configuration(main={"size" : (1640,1232}), raw={"size" : (3280,2464)})

Interestingly the achieved image size is also reduced horizontally, by 8 pixels in this case, for a 1632 x 1232 image

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@cpixip
Comment options

@sandyol55
Comment options

@cpixip
Comment options

@davidplowman
Comment options

@davidplowman
Comment options

Answer selected by cpixip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants