rama creada apartir de master en j

This commit is contained in:
jrojas
2026-06-26 10:29:23 +02:00
parent 319fd3dfb0
commit c1517fda87
2810 changed files with 1927392 additions and 25392 deletions
@@ -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; }