Information for each camera of the connected PST Tracker. More...
#include <PstTypes.h>
Public Attributes | |
| Utils::PstString | camera_id |
| Utils::PstString | local_sha1 |
| Utils::PstString | server_sha1_url |
| Utils::PstString | calibration_url |
This struct provides key details for each camera of the connected PST Tracker, including calibration verification data, unique camera identifier, and URLs to retrieve the calibration files.
Fields:
Calibration verification: By matching the SHA1 of the local files to the SHA1 fetched from the provided CameraInfo::server_sha1_url it can be determined if the local calibration information is up-to-date. If the local files do not match the server, updated files can be downloaded from the provided CameraInfo::calibration_url and loaded using LoadCalibrationFromLocalPath().
| Utils::PstString calibration_url |
URL to retrieve calibration file
| Utils::PstString camera_id |
Unique ID of the camera
| Utils::PstString local_sha1 |
SHA1 checksum of the local calibration file or descriptive error message
| Utils::PstString server_sha1_url |
URL to retrieve the SHA1 of the server calibration file