dridri / OpenMaxIL-cpp

OpenMax IL C++ wrapper for RaspberryPi
MIT License
23 stars 5 forks source link

Implemented setExposureControl method #9

Closed gbus closed 4 years ago

gbus commented 4 years ago

Calling the method with one of the following arguments change the exposure mode of the camera: ExposureControlOff, ExposureControlAuto, ExposureControlNight, ExposureControlBackLight, ExposureControlSpotLight, ExposureControlSports, ExposureControlSnow, ExposureControlBeach, ExposureControlVeryLong, ExposureControlFixedFps, ExposureControlNightWithPreview, ExposureControlAntishake, ExposureControlFireworks

dridri commented 4 years ago

Nice work thank you :) . As I personally prefer using OpenMAX, don't hesitate to give any suggestions about MMAL backend ;)

gbus commented 4 years ago

Hi, I don't really have knowledge of any of them. The choice was based on what I managed to make working. Thanks for merging! Cheers