Skip to content

Instantly share code, notes, and snippets.

@JacobMuchow
Last active March 15, 2022 20:38
Show Gist options
  • Save JacobMuchow/50d064f00a89fb17adbc00ebb680fde7 to your computer and use it in GitHub Desktop.
Save JacobMuchow/50d064f00a89fb17adbc00ebb680fde7 to your computer and use it in GitHub Desktop.
AvatarWebKit Example - start
let stream = await navigator.mediaDevices.getUserMedia({
audio: false,
video: {
width: { ideal: 640 },
height: { ideal: 360 },
facingMode: 'user'
}
})
predictor.start({ stream })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment