![]() |
Sensor API v2.5.0
|
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... | |
| }; | |
Defines a point received by a callback handler for (ProfileCallback).
| union { ... } |
| float STRUCT_POINT::Intensity |
The intensity.
| float STRUCT_POINT::IntensitySecondary |
Intensity calculated with the detection filter. Set only if the feature is supported by the firmware.
| InterleavePhase STRUCT_POINT::interleavePhase |
Value indicates the exposure phase when using interleaving. If the interleaving is not used, point phase is set to long.
| float STRUCT_POINT::X |
The x coordinate.
| float STRUCT_POINT::Y |
The y coordinate.