Skip to content

Commit 2e494af

Browse files
added discoveryPort setting description
1 parent 076a928 commit 2e494af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ const char* serialNumber = GetSerialNumber();
4343
4444
ClientSettings settings = {
4545
.cameraModel = "MyModel",
46-
.cameraVendor = "Vision",
46+
.cameraVendor = "Faceter",
4747
.appVersion = "1.0.0",
4848
.firmwareVersion = "Camera_1.0.3",
4949
.hardwareId = "t31_gc2053",
50+
.discoveryPort = 3702,
5051
.certFilePath = "/etc/ssl/certs/ca-certificates.crt",
5152
.confFilePath = "/etc/faceter-camera.conf",
5253
.rtspMainUrl = "rtsp://127.0.0.1/stream=0",
@@ -74,6 +75,7 @@ Returns 0 on success and -1 if some error value occurs
7475
* appVersion - version of the applcation using library ("1.0.0")
7576
* firmwareVersion - camera firmware version ("Camera_1.0.3")
7677
* hardwareId - information about hardware, such as processor and sensor ("t31_gc2053")
78+
* discoveryPort - port used for camera discovery from Faceter application (3702)
7779
* certFilePath - path to the SSL certificate file, used in HTTPS connections ("/etc/ssl/certs/ca-certificates.crt")
7880
* confFilePath - path to the file in the writable location where library will store it's state ("/etc/faceter-camera.conf")
7981
* rtspMainUrl - main stream RTSP url without credentials ("rtsp://127.0.0.1/stream=0")

0 commit comments

Comments
 (0)