Cloud Logging(云日志功能)
这是什么
To enable or disable Zivid cloud logging, edit (or create) the Config.yml file in the Zivid API config directory and set Configuration: MaintenanceServices: CloudIntegration: Enabled to yes or no, then restart the Zivid application.
云日志是一项旨在帮助提高产品质量和用户体验的服务。启动Zivid Application时,如果可能将建立云连接,并记录匿名使用数据。这包括SDK版本号、相机型号、计算机GPU/CPU型号/供应商、操作系统、国家/地区名称、捕获速度、捕获设置和错误/异常等信息。这些信息使提供更好的支持变得更加容易,并且可以在异常发生之前提供主动支持。
备注
这些信息是匿名收集的,Zivid永远不会收集任何个人数据。
如何启用/禁用
Zivid SDK will by default attempt to establish a cloud connection.
Cloud logging is configured through a Config file located in %LOCALAPPDATA%\Zivid\API for Windows or "${XDG_CONFIG_HOME-$HOME/.config}"/Zivid/API for Ubuntu.
如果该文件已存在,请使用以下信息对其进行更新:
__version__: 14 Configuration: MaintenanceServices: CloudIntegration: Enabled: no备注
确保
__version__部分中的数据编号为 14 或更高。
如果文件不存在:
下 载
Config.yml文件。将下载的Config文件放在以下目录中。
Windows
mkdir %LOCALAPPDATA%\Zivid\API move %HOMEPATH%\Downloads\Config.yml %LOCALAPPDATA%\Zivid\API\
Ubuntu
mkdir --parents "${XDG_CONFIG_HOME-$HOME/.config}"/Zivid/API mv ~/Downloads/Config.yml "${XDG_CONFIG_HOME-$HOME/.config}"/Zivid/API/
小心
任何现有的配置文件都将被覆盖。
小心
Zivid配置文件必须使用.yml文件扩展名(而不是.yaml)。
版本历史
SDK |
变更 |
|---|---|
2.7 |
新添加了云日志记录功能。 |