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

Camera board • Re: crop configuration in imx585 driver

$
0
0
According to some sources, the crop configuration registers are not:

Code:

IMX585_REG_PIX_HST 0x303CIMX585_REG_PIX_HWIDTH  0x303EIMX585_REG_PIX_VST  0x3044IMX585_REG_PIX_VWIDTH  0x3046
but rather:

Code:

H_START : 0x3300 (High) / 0x3301 (Low)V_START : 0x3302 (High) / 0x3303 (Low)H_WIDTH : 0x3304 (High) / 0x3305 (Low)V_HEIGHT : 0x3306 (High) / 0x3307 (Low)


HMAX might also be too low; I'll try with HMAX = 733.

Do you have any thoughts on this?

Statistics: Posted by Astrobill — Fri Dec 19, 2025 10:46 am



Viewing all articles
Browse latest Browse all 8374

Trending Articles