Enum DetectorMode
public enum DetectorMode
Fields
AlwaysOn = 1
Always emit detections. This will turn the camera LED on even if the stream is not open.
OnlyWhenStreaming = 0
Only emit detections when the camera stream is open.
public enum DetectorMode
AlwaysOn = 1
Always emit detections. This will turn the camera LED on even if the stream is not open.
OnlyWhenStreaming = 0
Only emit detections when the camera stream is open.