DelphiWorlds / Kastri

Cross-platform library for Delphi
MIT License
489 stars 119 forks source link

[Camera] Implement setting exposure level #28

Open DelphiWorlds opened 3 years ago

DelphiWorlds commented 3 years ago

As per the configureCamera method, here:

https://github.com/ronanamsterdam/capio/blob/master/capio/Controllers/CaptureSessionManager.swift

MHumm commented 2 years ago

At least for Android this is partially in now (querying the min/max possible values would be good to have).

DelphiWorlds commented 2 years ago

Yeah, it's problematic. I'm working on it.

MHumm commented 2 years ago

Thanks! Let's hope you get much of that Camera2 API working. And I also hope this finally inspires EMBT to implement something like this in FMX by default. Maybe they can "buy" your solution? And I even wouldn't care about matching iOS support for such features, at least not for the start ;-)

DelphiWorlds commented 2 years ago

I've recently taken on more work, so my time is a bit light, but the changes to the Camera support are now fairly high priority