Minimum Region of Interest AeRegion

hello ACervantes,

we have verified this with Jetson-TX2/ JetPack-4.4.
may I know how you install Jetson Multimedia API, did you running with SDKmanager to install that package?

could you please also look into header file,
i.e. /usr/src/jetson_multimedia_api/argus/include/Argus/CameraDevice.h
there should be definition of getMinAeRegionSize()
for example,

    /**
     * Returns the minimum size of resultant region required by AE.
     *
     * @see IAutoControlSettings::setAeRegions()
     */
    virtual Size2D<uint32_t> getMinAeRegionSize() const = 0;