Add RTSP Camera Type

This commit is contained in:
2021-07-28 15:58:51 +02:00
parent 72d4b6d4d8
commit 269b300bfa
6 changed files with 229 additions and 65 deletions
+1
View File
@@ -12,6 +12,7 @@ struct Settings
std::string Path;
std::string IpAddress;
std::string Port;
std::string URL;
std::string Username;
std::string Password;
};