mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 21:56:35 +00:00
d4779b1bb0
- added printing of inference FPS - simple AI test bench which can be used to compare models
11 lines
191 B
C
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
|
|
|