PST SDK  5.2.0.0-0eac0f6
PSTech::pstsdk::Image Struct Reference

Images retrieved from the tracker. More...

#include <PstTypes.h>

+ Collaboration diagram for PSTech::pstsdk::Image:

Public Attributes

unsigned int width
 
unsigned int height
 
Utils::PstVector< unsigned char * > images
 

Detailed Description

This struct contains pointers to grayscale images retrieved from the cameras inside the PST Tracker.

See also
Tracker::EnableImageTransfer()
Tracker::DisableImageTransfer()
Tracker::GetImage()
Examples
images.cpp.

Member Data Documentation

◆ height

unsigned int PSTech::pstsdk::Image::height

Image height in pixels

Examples
images.cpp.

◆ images

Utils::PstVector<unsigned char*> PSTech::pstsdk::Image::images

Vector of pointers to retrieved grayscale images for each camera

Examples
images.cpp.

◆ width

unsigned int PSTech::pstsdk::Image::width

Image width in pixels

Examples
images.cpp.

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