Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
910 stars 199 forks source link

Sensor details #381

Open lahdekorpi opened 11 months ago

lahdekorpi commented 11 months ago

I would love to have some of the available sensor details, like FOV, sensor size and other available data.

lahdekorpi commented 11 months ago

I tried this as a proof of concept: https://github.com/choozr/CamerAwesome/commit/fc909d496d9a4bc4071c9eb97ee5138e613d9669

g-apparence commented 10 months ago

Hi, interesting. What is your use case ?

lahdekorpi commented 10 months ago

I need details of the camera sensor when taking images to do some distortion corrections. But I can see getting all the sensor details as being a generally helpful feature to others as well.

Hi, interesting. What is your use case ?