- addedd NCNN model support to rtsp_ai_player

- added printing of inference FPS
- simple AI test bench which can be used to compare models
This commit is contained in:
Tuomas Järvinen
2024-10-02 19:15:49 +02:00
parent ef137fbc4b
commit d4779b1bb0
12 changed files with 555 additions and 763 deletions
+1 -3
View File
@@ -3,10 +3,8 @@
#include <QString>
#ifdef OPI5_BUILD
QString rtspVideoUrl = "rtsp://192.168.0.1:8554/live.stream";
QString rtspVideoUrl = "rtsp://192.168.168.91: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