Decrease target brightness for both cameras as its pre-gamma
This commit is contained in:
parent
8dc7d1cb56
commit
75ca73f148
1 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ IMX219_SENSOR_INFO = SensorInfo(
|
|||
unpacked_pixel_format="SBGGR10",
|
||||
bit_depth=10,
|
||||
blacklevel=64,
|
||||
default_target_white_level=700,
|
||||
default_target_white_level=300,
|
||||
short_pause=0.2,
|
||||
long_pause=0.5,
|
||||
)
|
||||
|
|
@ -95,7 +95,7 @@ IMX477_SENSOR_INFO = SensorInfo(
|
|||
unpacked_pixel_format="SBGGR12",
|
||||
bit_depth=12,
|
||||
blacklevel=256,
|
||||
default_target_white_level=2800,
|
||||
default_target_white_level=1200,
|
||||
short_pause=0.2,
|
||||
long_pause=1.0,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue