Class CameraVideo
The video settings for a camera
[DataContract]
public class CameraVideo
- Inheritance
-
CameraVideo
- Inherited Members
Properties
ExternalRtspEnabled
Boolean indicating if external rtsp stream is exposed
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "externalRtspEnabled")]
public bool ExternalRtspEnabled { get; set; }
Property Value
RtspUrl
RTSP URL
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rtspUrl")]
public string? RtspUrl { get; set; }