Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias AutoSnapshotSession

    Auto snapshot session settings.

    type AutoSnapshotSession = {
        active?: boolean;
        cameras?: string;
        interval?: SnapshotIntervals;
    }
    Index

    Properties

    active?: boolean

    Indicates if the auto snapshot session is active. When set to true, the camera will send snapshots at the specified interval.

    cameras?: string

    The mac address of the camera that should be taking auto snapshots. Currently only supports Oclea cameras and one at a time.

    The interval at which snapshots are taken.