UNPKG

nodoface

Version:

C++ Addon for fast and efficient face analytics

12 lines (7 loc) 182 B
import { Image } from './Image'; export class VideoCapture { constructor(); open(deviceOrFile: number | string): undefined; read(): Image; isOpened(): boolean; }