UNPKG

camera-probe

Version:

Realtime scanning and discovery of networked cameras.

8 lines (7 loc) 251 B
import { TimestampMessages } from '../core/interfaces'; export declare const DEFAULT_WS_PROBE_CONFIG: { PORTS: number[]; DEVICES: string[]; PARSER: (str: string) => Document; RESULT_DEDUPE_FN: (msg: TimestampMessages) => {}; };