Table of Contents

Class CameraSection

Namespace
Meraki.Api.Sections.Products.Camera
Assembly
Meraki.Api.dll

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

CameraAnalyticsSection

Boundaries

Returns all configured area boundaries of cameras

public ICameraBoundaries Boundaries { get; }

Property Value

ICameraBoundaries

Onbording

Gets the onbording

public CameraOnboardingSection Onbording { get; }

Property Value

CameraOnboardingSection

QualityAndRetention

Returns quality and retention settings for the given camera

public ICameraQualityAndRetention QualityAndRetention { get; }

Property Value

ICameraQualityAndRetention

QualityAndRetentionProfiles

List the quality retention profiles for this network

public ICameraQualityAndRetentionProfiles QualityAndRetentionProfiles { get; }

Property Value

ICameraQualityAndRetentionProfiles

Roles

Creates new role for this organization.

public ICameraRoles Roles { get; }

Property Value

ICameraRoles

Schedules

Returns a list of all camera recording schedules.

public ICameraSchedules Schedules { get; }

Property Value

ICameraSchedules

Sense

Gets the sense

public CameraSenseSection Sense { get; }

Property Value

CameraSenseSection

Video

Gets the video

public CameraVideoSection Video { get; }

Property Value

CameraVideoSection

Returns video link to the specified camera

public ICameraVideoLink VideoLink { get; }

Property Value

ICameraVideoLink

WirelessProfiles

Returns wireless profile assigned to the given camera

public ICameraWirelessProfiles WirelessProfiles { get; }

Property Value

ICameraWirelessProfiles

Methods

GenerateDeviceCameraSnapshotAsync(string, CameraSnapshotRequest, CancellationToken)

public Task<CameraSnapshot> GenerateDeviceCameraSnapshotAsync(string serial, CameraSnapshotRequest generateNetworkCameraSnapshot, CancellationToken cancellationToken = default)

Parameters

serial string
generateNetworkCameraSnapshot CameraSnapshotRequest
cancellationToken CancellationToken

Returns

Task<CameraSnapshot>