NativeScript / nativescript-camera

NativeScript plugin to empower using device camera.
Apache License 2.0
92 stars 47 forks source link

Advanced features like ISO or shutter control #202

Open xeoncross opened 5 years ago

xeoncross commented 5 years ago

Android provides android.hardware.Camera.Parameters as a way to see what additional options are available for setting manual exposure for the camera (I'm not sure what the iOS version is). I would like to put in a feature request for exposing read/set access to direct Camera.Parameters for devices since nativescript already has the whole API service available.

Since this project uses android.content.Intent this may be impossible with the current implementation.

Update: I found a nativescript project that is using android.hardware.camera directly as an example

More information on the new Camera2 API is here via the CameraCharacteristics