Type alias Camera

Camera: BaseSystemType & {
    cgiUrl: string | null;
    imageUrl: string | null;
    newRecordCount: number | null;
    streamUrl: string | null;
}

Type declaration

  • cgiUrl: string | null

    The cgi url

  • imageUrl: string | null

    The image url

  • newRecordCount: number | null

    The current new records count

  • streamUrl: string | null

    The stream url

Generated using TypeDoc