Show / Hide Table of Contents

Class RtspSourceDetails

Details of RtspDevice

Inheritance
object
StreamSourceDetails
RtspSourceDetails
Inherited Members
StreamSourceDetails.StreamNetworkAccessDetails
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top