Searched refs:captureOptions (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/expo-camera/build/ |
| H A D | useWebQRScanner.d.ts | 3 …video: React.MutableRefObject<HTMLVideoElement | null>, { isEnabled, captureOptions, interval, onS… 5 captureOptions: Pick<CameraPictureOptions, 'scale' | 'isImageMirror'>;
|
| H A D | useWebQRScanner.js | 60 export function useWebQRScanner(video, { isEnabled, captureOptions, interval, onScanned, onError, }… 70 const data = captureImageData(video.current, captureOptions);
|
| H A D | WebCameraUtils.js | 31 const captureOptions = { variable 37 if (key in config && config[key] !== undefined && key in captureOptions) { 38 captureOptions[key] = config[key]; 41 return captureOptions;
|
| H A D | ExponentCamera.web.js | 27 captureOptions: { scale: 1, isImageMirror: native.type === CameraType.front }, property
|
| H A D | useWebQRScanner.js.map | 1 …captureOptions,\n interval,\n onScanned,\n onError,\n }: {\n isEnabled: boolean;\n …
|
| H A D | WebCameraUtils.js.map | 1 …captureOptions = {\n scale: 1,\n imageType: ImageType.png,\n isImageMirror: false,\n };\…
|
| H A D | ExponentCamera.web.js.map | 1 …nnerSettings?.interval,\n isEnabled: isQRScannerEnabled,\n captureOptions: { scale: 1, i…
|
| /expo/packages/expo-camera/src/ |
| H A D | useWebQRScanner.ts | 79 captureOptions, 85 captureOptions: Pick<CameraPictureOptions, 'scale' | 'isImageMirror'>; 101 const data = captureImageData(video.current, captureOptions);
|
| H A D | WebCameraUtils.ts | 67 const captureOptions = { constant 74 if (key in config && config[key] !== undefined && key in captureOptions) { 75 captureOptions[key] = config[key]; 78 return captureOptions;
|
| H A D | ExponentCamera.web.tsx | 50 captureOptions: { scale: 1, isImageMirror: native.type === CameraType.front },
|