Sensor API v2.5.0
STRUCT_POINT Struct Reference

Defines a point received by a callback handler for (ProfileCallback). More...

Public Attributes

float X
 The x coordinate. More...
 
float Y
 The y coordinate. More...
 
float Intensity
 The intensity. More...
 
union {
   float   IntensitySecondary
 Intensity calculated with the detection filter. Set only if the feature is supported by the firmware. More...
 
   InterleavePhase   interleavePhase
 Value indicates the exposure phase when using interleaving. If the interleaving is not used, point phase is set to long. More...
 
}; 
 

Detailed Description

Defines a point received by a callback handler for (ProfileCallback).

Member Data Documentation

◆ @1

union { ... }

◆ Intensity

float STRUCT_POINT::Intensity

The intensity.

◆ IntensitySecondary

float STRUCT_POINT::IntensitySecondary

Intensity calculated with the detection filter. Set only if the feature is supported by the firmware.

◆ interleavePhase

InterleavePhase STRUCT_POINT::interleavePhase

Value indicates the exposure phase when using interleaving. If the interleaving is not used, point phase is set to long.

◆ X

float STRUCT_POINT::X

The x coordinate.

◆ Y

float STRUCT_POINT::Y

The y coordinate.