Hi @nazenanoyou, do you have a particular image processing algorithm that you’d like to pre-process the data with, or are you referring to changing the contrast setting on your camera itself?
My question is latter. I’d like to change contrast setting of the web camera from python code.
I’m planning to detect raising hand with posenet on Jetson nano.
But, lighting environment of the position that I want to set the camera is not good. In some area of the camera view have heavy backlight so sometimes only raised hand cannot be detected even if other body parts are detected.
So, I was thinking by changing the contrast setting, it could be solved.
I was thinking using opencv to change the contrast but, lack of my programming skill could not achieve my purpose.
However with you first suggestion that using v4l2-ctl on terminal make it possible!
Now, I can change camera setting of contrast and after change the contrast, the setting is reflected even running python script.
I’ll make setting adjustment for lighting environment.