rama creada apartir de master en j
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
namespace adas_core.Domain.Models.MongoModels;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a camera, typically used to capture or render visual content in a scene or application.
|
||||
/// </summary>
|
||||
public class Camera
|
||||
{
|
||||
public ObjectId Id { get; set; }
|
||||
@@ -21,6 +24,9 @@ public class Camera
|
||||
public bool InUse { get; private set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents a sequence of bytes that can be read from or written to.
|
||||
/// </summary>
|
||||
public class Stream
|
||||
{
|
||||
public string? Rtsp { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user