Home
last modified time | relevance | path

Searched defs:preferredCameraType (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-camera/build/
H A DWebCameraUtils.js27 export function hasValidConstraints(preferredCameraType, width, height) { argument
89 export function getIdealConstraints(preferredCameraType, width, height) { argument
132 export async function getPreferredStreamDevice(preferredCameraType, preferredWidth, preferredHeight… argument
146 export async function getStreamDevice(preferredCameraType, preferredWidth, preferredHeight) { argument
/expo/packages/expo-camera/src/
H A DWebCameraUtils.ts169 const facingMode = CameraTypeToFacingMode[preferredCameraType]; constant