File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,11 @@ const char* serialNumber = GetSerialNumber();
43
43
44
44
ClientSettings settings = {
45
45
.cameraModel = "MyModel",
46
- .cameraVendor = "Vision ",
46
+ .cameraVendor = "Faceter ",
47
47
.appVersion = "1.0.0",
48
48
.firmwareVersion = "Camera_1.0.3",
49
49
.hardwareId = "t31_gc2053",
50
+ .discoveryPort = 3702,
50
51
.certFilePath = "/etc/ssl/certs/ca-certificates.crt",
51
52
.confFilePath = "/etc/faceter-camera.conf",
52
53
.rtspMainUrl = "rtsp://127.0.0.1/stream=0",
@@ -74,6 +75,7 @@ Returns 0 on success and -1 if some error value occurs
74
75
* appVersion - version of the applcation using library ("1.0.0")
75
76
* firmwareVersion - camera firmware version ("Camera_1.0.3")
76
77
* hardwareId - information about hardware, such as processor and sensor ("t31_gc2053")
78
+ * discoveryPort - port used for camera discovery from Faceter application (3702)
77
79
* certFilePath - path to the SSL certificate file, used in HTTPS connections ("/etc/ssl/certs/ca-certificates.crt")
78
80
* confFilePath - path to the file in the writable location where library will store it's state ("/etc/faceter-camera.conf")
79
81
* rtspMainUrl - main stream RTSP url without credentials ("rtsp://127.0.0.1/stream=0")
You can’t perform that action at this time.
0 commit comments