Camera Exposure Error on RPi 4 4GB

My code just works fine in PC with same camera but when I upload my code with SSH and take samples to see what it saw the image is not getting darker when I decrease or increase exposure value, again my code is working in PC. What can I do to darker the image for vision targets.

This very much depends on the camera you’re using. Linux uses different drivers for USB cameras than Windows, so settings may not always be available or may be different between the platforms. Just about every camera has slightly different settings; if you’re using the CameraServer library, there’s a webpage built in that shows all the available camera settings and allows you to tweak the values “live”–then you can match those settings in your code.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.