Home
last modified time | relevance | path

Searched refs:captureImage (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-camera/build/
H A DWebCameraUtils.d.ts13 export declare function captureImage(video: HTMLVideoElement, pictureOptions: CameraPictureOptions)… function
H A DWebCameraUtils.js77 export function captureImage(video, pictureOptions) { function
163 const base64 = captureImage(video, config);
H A DWebCameraUtils.js.map1captureImage(\n video: HTMLVideoElement,\n pictureOptions: CameraPictureOptions\n): string {\n …
/expo/packages/expo-camera/src/
H A DWebCameraUtils.ts131 export function captureImage( function
252 const base64 = captureImage(video, config);