UNPKG

@face-auth/face-id-video

Version:

Utility library for capturing photos from webcam video streams in the browser. Handles camera selection, image formatting, and output for face authentication APIs.

4 lines (3 loc) 125 B
export interface CameraError extends Error { code: "NO_DEVICES" | "PERMISSION_DENIED" | "OVERCONSTRAINED" | "UNKNOWN"; }