Skip to content

conversion_gain

Maroje Marohnic edited this page Nov 28, 2025 · 2 revisions

Conversion gain note

All FSM:GO sensors implemented on NXP support high and low conversion gain functionality, with low conversion gain being the default one.

To change from low to high conversion gain you can use the v4l2-ctl command via

 v4l2-ctl -d /dev/v4l-subdev1 -c conversion_gain=1

This will change the mode to high conversion one, you can check its functionality. In case one wants to use However, since isp settings are initialized at the start of isp media server, to set minimum high conversion for isp one must rebuild the source with setting

.min_again = gain_reg2times[IMX838_GAIN_REG_LEN]

This will set a minimum gain to minimal high conversion gain for isp auto exposure algorithm.

Clone this wiki locally