Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8037

Camera board • Re: What is faster taking a small picture quickly or video stream capture_array?

$
0
0
I tried your sample code, I see the sensor bit to choose 2028 over 1332

So after all this I think I'll go with:

Code:

# 1xconfig2 = picam2.create_video_configuration({'size': (640, 480)}, sensor={'output_size': (2028, 1520)})# 3xself.picam2.controls.ScalerCrop = (0, 0, 1352, 1014) # with proper offsets# 5xself.picam2.controls.ScalerCrop = (0, 0, 811, 608) # with proper offsets
The binning stuff is interesting because I find pictures of tree branches far away look bad at full res... so maybe if I drop the resolution those trees will look better. Maybe I'm expecting too much but will be interesting to try it out.

I primarily take pictures to use as a wallpaper on my ultrawide 3440x1440 display and I wonder if I drop down to a lower res to get more "pixel data" then the problem is expanding it to fit 3440... maybe it would still look good anyway.

Thanks
get-better-trees.JPG

zoom-in.JPG

pic.JPG

Statistics: Posted by jcun4128 — Fri Feb 20, 2026 1:05 am



Viewing all articles
Browse latest Browse all 8037

Trending Articles