PST SDK  5.2.0.0-0eac0f6
PSTech.Pstsdk.Image Class Reference

Images retrieved from the tracker. More...

+ Collaboration diagram for PSTech.Pstsdk.Image:

Public Attributes

int Width => _width
 
int Height => _height
 
int NumberOfImages => _numberOfImages
 
IntPtr[] Images => _images
 

Detailed Description

This class contains grayscale images retrieved from the cameras inside the PST Tracker.

See also
Tracker.EnableImageTransfer(), Tracker.DisableImageTransfer(), Tracker.GetImage()

Member Data Documentation

◆ Height

int PSTech.Pstsdk.Image.Height => _height

Image height in pixels.

◆ Images

IntPtr [] PSTech.Pstsdk.Image.Images => _images

Array of IntPtr to retrieved grayscale images for each camera

◆ NumberOfImages

int PSTech.Pstsdk.Image.NumberOfImages => _numberOfImages

Number of images in the images list.

◆ Width

int PSTech.Pstsdk.Image.Width => _width

Image width in pixels.


The documentation for this class was generated from the following file: