Class RtspSourceDetails
Details of RtspDevice
Inherited Members
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class RtspSourceDetails : StreamSourceDetails
Properties
CameraUrl
Declaration
[Required(ErrorMessage = "CameraUrl is required.")]
[JsonProperty(PropertyName = "cameraUrl")]
public string CameraUrl { get; set; }
Property Value
Type | Description |
---|---|
string | url of camera |
Remarks
Required
SecretId
Declaration
[JsonProperty(PropertyName = "secretId")]
public string SecretId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of secret where credentials are stored in username:password format. |