kbarni / LCCV

LibCamera wrapper library for OpenCV
60 stars 30 forks source link

Feature request: Specify metering position #31

Open DangerD1024 opened 2 months ago

DangerD1024 commented 2 months ago

In code you have:

enum Metering_Modes {
    METERING_CENTRE = libcamera::controls::MeteringCentreWeighted,
    METERING_SPOT = libcamera::controls::MeteringSpot,
    METERING_MATRIX = libcamera::controls::MeteringMatrix,
    METERING_CUSTOM = libcamera::controls::MeteringCustom
};

But there's no option to specify position for METERING_SPOT or others... I need to specify center bottom position for example...