LCCV icon indicating copy to clipboard operation
LCCV copied to clipboard

Feature request: Specify metering position

Open DangerD1024 opened this issue 1 year ago • 0 comments

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...

DangerD1024 avatar Sep 24 '24 10:09 DangerD1024