UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

16 lines (15 loc) 373 B
export type TVapixEventMessage = { apiVersion: string; method: string; params: { notification: { timestamp: number; topic: string; message: { source: Record<string, string>; data: Record<string, string>; key: Record<string, string>; }; }; }; };