Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Specify metering position #31

Open
DangerD1024 opened this issue Sep 24, 2024 · 0 comments
Open

Feature request: Specify metering position #31

DangerD1024 opened this issue Sep 24, 2024 · 0 comments

Comments

@DangerD1024
Copy link

DangerD1024 commented Sep 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant