UNPKG

onvif-nvt-ts

Version:

Wrapper for ONVIF spec to control NVT (Network Video Transitter) devices. Forked and added TypeScript support from onvif-nvt.

5 lines (4 loc) 195 B
export declare function setDebugData(cameraType: string): void; export declare function reset(): void; export declare function isTest(): boolean; export declare function getCameraType(): string;