Searched refs:getStreamDeviceAsync (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/expo-camera/build/ |
| H A D | useWebCameraStream.js | 55 const getStreamDeviceAsync = React.useCallback(async () => { 70 const nextStream = await getStreamDeviceAsync(); 88 }, [getStreamDeviceAsync, setStream, onCameraReady, stream, activeStreams.current]);
|
| H A D | useWebCameraStream.js.map | 1 …getStreamDeviceAsync = React.useCallback(async (): Promise<MediaStream | null> => {\n try {\n …
|
| /expo/packages/expo-camera/src/ |
| H A D | useWebCameraStream.ts | 79 const getStreamDeviceAsync = React.useCallback(async (): Promise<MediaStream | null> => { constant 94 const nextStream = await getStreamDeviceAsync(); 114 }, [getStreamDeviceAsync, setStream, onCameraReady, stream, activeStreams.current]);
|