add autodetection

This commit is contained in:
Alex Bezdieniezhnykh
2024-11-02 13:09:00 +02:00
parent b5b77d9492
commit 418a2116b7
19 changed files with 545 additions and 268 deletions
-1
View File
@@ -19,4 +19,3 @@ public class VolumeChangedEvent(int volume) : INotification
public int Volume { get; set; } = volume;
}
public class AIDetectEvent : IRequest<List<YoloLabel>>;