Information for a single camera of the connected PST Tracker. More...
Public Attributes | |
| string | CameraId |
| Unique camera identifier. | |
| string | LocalSha1 |
| SHA1 checksum of the local calibration file or descriptive error message. | |
| string | ServerSha1Url |
| URL to retrieve the SHA1 checksum of the corresponding server calibration file. | |
| string | CalibrationUrl |
| URL to retrieve the calibration file. | |
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:
If the local calibration file cannot be read, the LocalSha1 field contains one of:
To verify calibration validity, users can compare LocalSha1 with the SHA1 obtained from ServerSha1Url. If they do not match, updated calibration files can be downloaded from CalibrationUrl and loaded using Tracker.LoadCalibrationFromLocalPath().
| string PSTech.Pstsdk.CameraInfo.CalibrationUrl |
| string PSTech.Pstsdk.CameraInfo.CameraId |
| string PSTech.Pstsdk.CameraInfo.LocalSha1 |
| string PSTech.Pstsdk.CameraInfo.ServerSha1Url |