Merge pull request #7249 from Lawrence37/canon-r8-masked-area-fix

Canon R8 electronic shutter black level fix
This commit is contained in:
Lawrence37 2024-12-14 12:44:55 -08:00 committed by GitHub
commit f2fe3bffe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]}
]
},