Information for a single camera of the connected PST Tracker. More...
#include <pstsdk_c.h>
Data Fields | |
| char | camera_id [32] |
| char | local_sha1 [64] |
| char | server_sha1_url [128] |
| char | calibration_url [128] |
This struct provides key details for each camera of the connected PST Tracker, including calibration verification data, unique camera identifiers, and URLs to retrieve the calibration files.
Fields:
By comparing the SHA1 checksum of local calibration files with the SHA1 retrieved from the corresponding PstCameraInfo::server_sha1_url, users can determine whether the local calibration data is up to date. If the local files do not match the server, updated calibration files can be downloaded from the provided PstCameraInfo::calibration_url and loaded using pst_tracker_load_calibration_from_local_path().
| char PstCameraInfo::calibration_url[128] |
URL to retrieve calibration file.
| char PstCameraInfo::camera_id[32] |
Unique camera identifier.
| char PstCameraInfo::local_sha1[64] |
SHA1 checksum or error message.
| char PstCameraInfo::server_sha1_url[128] |
URL to retrieve SHA1 checksum.