import type { UseCameraReturn } from '../types/index'; /** * Hook for camera access, preview, and frame capture. * * @example * ```tsx * const { videoRef, active, start, stop, capture } = useCamera() * *