✏typo in comment

blightness -> brightness
pull/216/head
valeriojr 2022-06-13 13:37:00 -03:00 committed by GitHub
parent 7563e00b32
commit 7f7b0ae9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ void register_camera(const pixformat_t pixel_fromat,
//initial sensors are flipped vertically and colors are a bit saturated
if (s->id.PID == OV3660_PID)
{
s->set_brightness(s, 1); //up the blightness just a bit
s->set_brightness(s, 1); //up the brightness just a bit
s->set_saturation(s, -2); //lower the saturation
}