Home
last modified time | relevance | path

Searched refs:ExponentCameraRef (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-camera/build/
H A DExponentCameraManager.web.d.ts2 import { ExponentCameraRef } from './ExponentCamera.web';
29 …takePicture(options: CameraPictureOptions, camera: ExponentCameraRef): Promise<CameraCapturedPictu…
30 pausePreview(camera: ExponentCameraRef): Promise<void>;
31 resumePreview(camera: ExponentCameraRef): Promise<void>;
33 getAvailablePictureSizes(ratio: string, camera: ExponentCameraRef): Promise<string[]>;
H A DExponentCamera.web.d.ts3 export interface ExponentCameraRef { interface
11 …aved" | "barCodeScannerEnabled" | "faceDetectorEnabled"> & React.RefAttributes<ExponentCameraRef>>;
H A DExponentCameraManager.web.js.map1ExponentCameraRef } from './ExponentCamera.web';\nimport {\n canGetUserMedia,\n isBackCameraAvai…
H A DExponentCamera.web.js.map1ExponentCameraRef {\n getAvailablePictureSizes: (ratio: string) => Promise<string[]>;\n takePict…
/expo/packages/expo-camera/src/
H A DExponentCameraManager.web.ts10 import { ExponentCameraRef } from './ExponentCamera.web';
172 camera: ExponentCameraRef
176 async pausePreview(camera: ExponentCameraRef): Promise<void> {
179 async resumePreview(camera: ExponentCameraRef): Promise<void> {
194 async getAvailablePictureSizes(ratio: string, camera: ExponentCameraRef): Promise<string[]> {
H A DExponentCamera.web.tsx18 export interface ExponentCameraRef {
28 ref: React.Ref<ExponentCameraRef>