UNPKG

use-simple-camera

Version:

Production-ready React Hooks for Camera, Video Recording, QR/Barcode Scanning, Motion Detection, and Audio Analysis. Zero dependencies, fully typed, and easy to use.

6 lines (4 loc) 193 B
import { MotionDetectionOptions } from '../types'; export declare const useMotionDetection: (stream: MediaStream | null, options?: MotionDetectionOptions) => { motionDetected: boolean; };