Table of Contents

Class Camera

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents a camera, typically used to capture or render visual content in a scene or application.

public class Camera
Inheritance
Camera
Inherited Members
Extension Methods

Properties

Driver

public string? Driver { get; set; }

Property Value

string

Id

public ObjectId Id { get; set; }

Property Value

ObjectId

InUse

public bool InUse { get; }

Property Value

bool

Ip

public string? Ip { get; set; }

Property Value

string

Name

public string? Name { get; set; }

Property Value

string

Password

public string? Password { get; set; }

Property Value

string

Ptz

public bool Ptz { get; set; }

Property Value

bool

Streams

public Stream? Streams { get; set; }

Property Value

Stream

Username

public string? Username { get; set; }

Property Value

string