PST SDK  6.0.0.0-272350a
Using Python

The PST SDK offers Python bindings for accessing data from a PST Tracker and adjusting settings on a PST Tracker. These bindings are a wrapper around the PST SDK C API, which in turn wraps around the native PST SDK C++ API. Supported PST trackers are the PST Iris and PST Base, PST Iris HD and PST Base HD and the PST Pico. Instantiating the Python Tracker object provides full control over a PST server instance. This enables management and control of a PST Tracker without the need for the separate PST Server application or PST Interface Service.

Requirements

For Windows:

  • Windows 7 or higher
  • Python 3.8 or higher
  • Visual Studio 2015 runtime or higher

For Linux:

  • Built on Ubuntu 18.04
  • Python 3.8 or higher
  • GCC 7.4.0

Topics