Searched refs:takePictureAsync (Results 1 – 11 of 11) sorted by relevance
87 const picture = await instance.takePictureAsync();94 const picture = await instance.takePictureAsync();102 let picture = await instance.takePictureAsync({ exif: false });106 picture = await instance.takePictureAsync({ exif: true });135 let picture = await instance.takePictureAsync({ base64: false });139 picture = await instance.takePictureAsync({ base64: true });151 const picture = await instance.takePictureAsync({ exif: true });167 const picture = await instance.takePictureAsync({ exif: true });184 const picture = await instance.takePictureAsync({ exif: true });198 const picture = await instance.takePictureAsync({ exif: true });[all …]
108 takePictureAsync(options?: CameraPictureOptions): Promise<CameraCapturedPicture>;
200 async takePictureAsync(options) { method in Camera
1 …takePictureAsync(options?: CameraPictureOptions): Promise<CameraCapturedPicture> {\n const pict…
1 … boolean;\n /**\n * A string representing the size of pictures [`takePictureAsync`](#takepictur…
111 - On iOS and Android, added new `additionalExif` parameter to `takePictureAsync()` method so that u…116 - Fix error when calling `takePictureAsync()` on Android emulator. ([#18704](https://github.com/exp…118 - Fix error where `takePictureAsync()` saved the photo to a global cache directory that was inacces…
150 const result = await camera.current.takePictureAsync({
248 async takePictureAsync(options?: CameraPictureOptions): Promise<CameraCapturedPicture> {310 …* Pauses the camera preview. It is not recommended to use `takePictureAsync` when preview is pause…
163 await this.camera.takePictureAsync({ onPictureSaved: this.onPictureSaved });
458 - The takePicture function is now called `takePictureAsync` and now returns an object with many key…
1 …ission.\n *\n * @example\n * ```js\n * const { uri } = await Camera.takePictureAsync();\n * const …