Class CameraSection
Provides access to camera API endpoints
public class CameraSection
- Inheritance
-
CameraSection
- Inherited Members
Constructors
CameraSection()
public CameraSection()
Properties
Analytics
Gets the analytics
public CameraAnalyticsSection Analytics { get; }
Property Value
Boundaries
Returns all configured area boundaries of cameras
public ICameraBoundaries Boundaries { get; }
Property Value
Onbording
Gets the onbording
public CameraOnboardingSection Onbording { get; }
Property Value
QualityAndRetention
Returns quality and retention settings for the given camera
public ICameraQualityAndRetention QualityAndRetention { get; }
Property Value
QualityAndRetentionProfiles
List the quality retention profiles for this network
public ICameraQualityAndRetentionProfiles QualityAndRetentionProfiles { get; }
Property Value
Roles
Creates new role for this organization.
public ICameraRoles Roles { get; }
Property Value
Schedules
Returns a list of all camera recording schedules.
public ICameraSchedules Schedules { get; }
Property Value
Sense
Gets the sense
public CameraSenseSection Sense { get; }
Property Value
Video
Gets the video
public CameraVideoSection Video { get; }
Property Value
VideoLink
Returns video link to the specified camera
public ICameraVideoLink VideoLink { get; }
Property Value
WirelessProfiles
Returns wireless profile assigned to the given camera
public ICameraWirelessProfiles WirelessProfiles { get; }
Property Value
Methods
GenerateDeviceCameraSnapshotAsync(string, CameraSnapshotRequest, CancellationToken)
public Task<CameraSnapshot> GenerateDeviceCameraSnapshotAsync(string serial, CameraSnapshotRequest generateNetworkCameraSnapshot, CancellationToken cancellationToken = default)
Parameters
serialstringgenerateNetworkCameraSnapshotCameraSnapshotRequestcancellationTokenCancellationToken