Home
last modified time | relevance | path

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

/expo/packages/expo-camera/build/
H A DWebCameraUtils.d.ts12 export declare function captureImageContext(video: HTMLVideoElement, { scale, isImageMirror }: Pick…
H A DWebCameraUtils.js34 isImageMirror: false, property
56 export function captureImageContext(video, { scale = 1, isImageMirror = false }) { property
71 if (isImageMirror) {
H A DExponentCamera.web.js27 captureOptions: { scale: 1, isImageMirror: native.type === CameraType.front }, property
H A DCamera.types.d.ts198 isImageMirror?: boolean;
H A DWebCameraUtils.js.map1isImageMirror: false,\n };\n\n for (const key in config) {\n if (key in config && config[key]…
H A DuseWebQRScanner.js.map1 …: boolean;\n captureOptions: Pick<CameraPictureOptions, 'scale' | 'isImageMirror'>;\n interv…
H A DExponentCamera.web.js.map1 … isEnabled: isQRScannerEnabled,\n captureOptions: { scale: 1, isImageMirror: native.type =…
H A DCamera.types.js.map1 …n */\n imageType?: ImageType;\n /**\n * @platform web\n */\n isImageMirror?: boolean;\n …
/expo/packages/expo-camera/src/
H A DWebCameraUtils.ts70 isImageMirror: false, constant
103 { scale = 1, isImageMirror = false }: Pick<CameraPictureOptions, 'scale' | 'isImageMirror'>
122 if (isImageMirror) {
H A DCamera.types.ts220 isImageMirror?: boolean;
H A DExponentCamera.web.tsx50 captureOptions: { scale: 1, isImageMirror: native.type === CameraType.front },