Files
autopilot/misc/rtsp_ai_player/aiengineconfig.h
T
Tuomas Järvinen d4779b1bb0 - addedd NCNN model support to rtsp_ai_player
- added printing of inference FPS
- simple AI test bench which can be used to compare models
2024-10-02 19:15:49 +02:00

11 lines
191 B
C

#pragma once
#include <QString>
#ifdef OPI5_BUILD
QString rtspVideoUrl = "rtsp://192.168.168.91:8554/live.stream";
#else
QString rtspVideoUrl = "rtsp://localhost:8554/live.stream";
#endif