Enables use of multiple TPUs in OPI5

This commit is contained in:
Tuomas Järvinen
2024-07-27 11:28:47 +03:00
parent 147213cec6
commit 7052a05d55
17 changed files with 336 additions and 65 deletions
+12
View File
@@ -0,0 +1,12 @@
#pragma once
#include <QString>
#ifdef OPI5_BUILD
QString rtspVideoUrl = "rtsp://192.168.0.1:8554/live.stream";
#else
// Video file from the local MTX RTSP server or gimbal camera.
QString rtspVideoUrl = "rtsp://localhost:8554/live.stream";
//QString rtspVideoUrl = "rtsp://192.168.0.25:8554/main.264";
#endif