Table of Contents

Enum DetectorMode

Namespace
Huddly.Sdk.Detectors
Assembly
Huddly.Sdk.dll
public enum DetectorMode

Fields

AlwaysOn = 1

Always emit detections. Note: This will turn the camera LED on even if the video stream is not open.

OnlyWhenStreaming = 0

Only emit detections when the camera video stream is open. Note: OnlyWhenStreaming only supported on L1 and S1 software versions 1.4.0 or greater.