diff --git a/src/@ionic-native/plugins/camera-preview/index.ts b/src/@ionic-native/plugins/camera-preview/index.ts index 0dacbccc8..3558ef19f 100644 --- a/src/@ionic-native/plugins/camera-preview/index.ts +++ b/src/@ionic-native/plugins/camera-preview/index.ts @@ -487,4 +487,13 @@ export class CameraPreview extends IonicNativePlugin { getHorizontalFOV(): Promise { return; } + + /** + * Get the characteristics of all available cameras + * @return {Promise} + */ + @Cordova() + getCameraCharacteristics(): Promise { + return; + } }