Home
last modified time | relevance | path

Searched refs:takePictureAsync (Results 1 – 11 of 11) sorted by relevance

/expo/apps/test-suite/tests/
H A DCamera.js87 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 …]
/expo/packages/expo-camera/build/
H A DCamera.d.ts108 takePictureAsync(options?: CameraPictureOptions): Promise<CameraCapturedPicture>;
H A DCamera.js200 async takePictureAsync(options) { method in Camera
H A DCamera.js.map1takePictureAsync(options?: CameraPictureOptions): Promise<CameraCapturedPicture> {\n const pict…
H A DCamera.types.js.map1 … boolean;\n /**\n * A string representing the size of pictures [`takePictureAsync`](#takepictur…
/expo/packages/expo-camera/
H A DCHANGELOG.md111 - 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…
/expo/apps/fabric-tester/
H A DApp.tsx150 const result = await camera.current.takePictureAsync({
/expo/packages/expo-camera/src/
H A DCamera.tsx248 async takePictureAsync(options?: CameraPictureOptions): Promise<CameraCapturedPicture> {
310 …* Pauses the camera preview. It is not recommended to use `takePictureAsync` when preview is pause…
/expo/apps/native-component-list/src/screens/Camera/
H A DCameraScreen.tsx163 await this.camera.takePictureAsync({ onPictureSaved: this.onPictureSaved });
/expo/docs/pages/workflow/
H A Dupgrading-expo-sdk-walkthrough.mdx458 - The takePicture function is now called `takePictureAsync` and now returns an object with many key…
/expo/packages/expo-media-library/build/
H A DMediaLibrary.js.map1 …ission.\n *\n * @example\n * ```js\n * const { uri } = await Camera.takePictureAsync();\n * const …