Zao SDK for Jetson / libzep API Reference
|
ZaoControlCloud is a program that provides control and UI.
Build according to the build method to obtain control-cloud/ZaoControlCloud. To replace the pre-built binary installed by the SDK setup, execute the command as follows.
-u <rest_api_url>
: URL of the cloud REST API server to connect to.-u https://example.com
-m <manual_start>
: specify cloud connection and manual start of OnAir at application startup.-m 1
.1
: Cloud connection and OnAir will not be started automatically when the application is started. Manual menu operation is required.1
: Cloud connection and OnAir will be started automatically at application startup. 1 other than 1
above.-c <cert_insecure>
: Specify the server certificate verification enforcement for HTTPS communication when connecting to the cloud.-c 1
.-c 1
: If you do not always verify server certificates for HTTPS communication when connecting to the cloud, specify 1
.1
: Do not always verify server certificates for HTTPS communication when connecting to the cloud.1
: Always validate server certificates for HTTPS communication when connecting to the cloud.other than 1
setting.-p <link-path>
: Specify the path for linking.-p <link-path>
: Specify the path for linking with ZaoRemoteEndpoint.unix:///run/zao/RemoteEndpoint.sock
.CLOUD_REST_API
: URL of the cloud REST API server to connect.export CLOUD_REST_API='https://example.com'
CLOUD_MANUAL
: specify cloud connection and manual start of OnAir at application startup.export CLOUD_MANUAL=1
1
: Cloud connection and OnAir will not be started automatically when the application starts. Manual menu operation is required.1
: Cloud connection and OnAir will be started automatically at application startup. other than 1
.CLOUD_CERT_INSECURE
: Specify server certificate verification for HTTPS communication when connecting to the cloud.export CLOUD_CERT_INSECURE=1
1
: always do not validate server certificates for HTTPS communication when connecting to the cloud.1
: Do not always verify server certificates for HTTPS communication when connecting to the cloud.1
: Always validate server certificates for HTTPS communication when connecting to the cloud.other than 1
setting.