Decrease target brightness for both cameras as its pre-gamma

This commit is contained in:
Joe Knapper 2026-02-18 15:09:40 +00:00 committed by Julian Stirling
parent 8dc7d1cb56
commit 75ca73f148

View file

@ -85,7 +85,7 @@ IMX219_SENSOR_INFO = SensorInfo(
unpacked_pixel_format="SBGGR10", unpacked_pixel_format="SBGGR10",
bit_depth=10, bit_depth=10,
blacklevel=64, blacklevel=64,
default_target_white_level=700, default_target_white_level=300,
short_pause=0.2, short_pause=0.2,
long_pause=0.5, long_pause=0.5,
) )
@ -95,7 +95,7 @@ IMX477_SENSOR_INFO = SensorInfo(
unpacked_pixel_format="SBGGR12", unpacked_pixel_format="SBGGR12",
bit_depth=12, bit_depth=12,
blacklevel=256, blacklevel=256,
default_target_white_level=2800, default_target_white_level=1200,
short_pause=0.2, short_pause=0.2,
long_pause=1.0, long_pause=1.0,
) )