io

VideoCapture

constructors

constructor ( filePath : string )
constructor ( devicePort : number )

functions

get

get ( property : int ) : Result

read

Result : Mat
read () : Result
readAsync () : Promise < Result >
readAsync ( callback ( err : Error , Result res )) : void

release

release () : Result

reset

reset () : Result

set

set ( property : int , value : number ) : Result
setAsync ( property : int , value : number ) : Promise < Result >
setAsync ( property : int , value : number , callback ( err : Error , Result res )) : void