The capture can work well with AE/AWB mode by using a plugin which name is “nvarguscamerasrc”.
But I couldn’t find its implementation in the nvarguscamerasrc and multimedia code,I just found the upper function,Is the auto exposure part not open source?
I now have a functional requirement,I need to implement the metering modes for the camera,such as central metering,point metering,region metering,evaluative metering.What can I do to achieve it?
sorry, we did not public AE sources, (or, ISP, 3A controls…etc) for reference.
you may use the Argus API, Argus::IAutoControlSettings::setAeRegions to configure the AE regions of interest.
note, the AE algorithm currently does not ignore completely outside setAeRegion(), it gives more weights to the selected region.
thanks