Class CameraVideoSection
Provides access to camera video API endpoints
public class CameraVideoSection
- Inheritance
-
CameraVideoSection
- Inherited Members
Constructors
CameraVideoSection()
public CameraVideoSection()
Properties
Video
Returns video settings for the given camera
public ICameraVideo Video { get; set; }
Property Value
Methods
GetDeviceCameraVideoSettingsAsync(string, CancellationToken)
public Task<CameraVideo> GetDeviceCameraVideoSettingsAsync(string serial, CancellationToken cancellationToken = default)
Parameters
serialstringcancellationTokenCancellationToken
Returns
UpdateDeviceCameraVideoSettingsAsync(string, CameraVideo, CancellationToken)
public Task<CameraVideo> UpdateDeviceCameraVideoSettingsAsync(string serial, CameraVideo cameraVideoSetting, CancellationToken cancellationToken = default)
Parameters
serialstringcameraVideoSettingCameraVideocancellationTokenCancellationToken