This endpoint exports the current camera settings as a binary file. The exported file includes the camera position (e.g., cam_left, cam_center) in both the filename and the Content-Disposition header of the response.Note: Can determine which camera's settings were exported by checking the device-type field in the Content-Disposition header of the response. Note: A valid access token must be provided in the request header to access this endpoint.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://192.168.0.144/camera/center/system/export-settings'
Responses
🟢200Success
application/octet-stream
Headers
Body
Example
<A binary file containing the camera settings data from the hub for each connected camera>