mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 11:26:35 +00:00
- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user