Fix Canon R8 black level with electronic shutter
Remove bad pixels from the masked areas. The top ~40 rows are slightly brighter than the rest, and the remaining rows at the top near the center are brighter too (not as bright as the top 40 rows though).
This commit is contained in:
parent
bc2fbfad66
commit
0051a4cd95
@ -1292,7 +1292,8 @@ Camera constants:
|
||||
{"frame": [3936, 2612], "crop": [156, 96, 3780, 2516]}
|
||||
],
|
||||
"masked_areas": [
|
||||
{"frame": [6188, 4120], "areas": [4, 4, 4116, 150, 4, 150, 92, 6184]},
|
||||
// With electronic shutter, top masked area is not good (#7214).
|
||||
{"frame": [6188, 4120], "areas": [40, 4, 4116, 150]},
|
||||
{"frame": [3936, 2612], "areas": [4, 4, 2608, 150, 4, 150, 92, 3932]}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user