This page lists the different examples that are available to how how to use the PST SDK. The source code for these examples can be found in the Development\examples directory.
- minimal.cpp - A minimal example (without safeguards) that shows how to get the PST SDK working.
- listener.cpp - An example showing how to implement the PSTech::pstsdk::Listener to receive data from the PST Tracker.
- trackingtarget.cpp - An example showing how to work with tracking targets from the PST SDK.
- exposure.cpp - An example showing how to work with the PST Tracker exposure setting.
- reference.cpp - An example showing how to change the reference coordinate system in which tracking results are reported.
- images.cpp - An example showing how to enable image transfer and grab images recorded by the the PST Tracker.
- sharedmemory.cpp - An example showing how to enable the shared memory communication pipeline for connecting the PST Client.
- restserver.cpp - An example showing how to enable the REST server, providing HTTP access to the PST Tracker.