|
RVC
1.15.0
a product by
RVBUST.
|
Callback information structure for fixed-line scan mode. More...
#include <RVC.h>
Public Attributes | |
| RVC::PointMap | pointmap |
| Point cloud data for the current trigger event. | |
| int | pointmap_index |
| Sequential frame index (0, 1, 2, ...) More... | |
| int | encoder_index |
| Encoder/trigger event index (0, 1, 2, ...) More... | |
Callback information structure for fixed-line scan mode.
Contains point cloud data and indices for each trigger event in fixed-line scan mode. Used only with CaptureMode_FixedLineScan when trigger mode is set to TriggerMode_HardWare or TriggerMode_FixedRate.
| int RVC::X2::FixedLineScanCallBackInfo::encoder_index |
Encoder/trigger event index (0, 1, 2, ...)
May skip values when frames are dropped. Use for spatial positioning and stitching.
| int RVC::X2::FixedLineScanCallBackInfo::pointmap_index |
Sequential frame index (0, 1, 2, ...)
Increments continuously regardless of frame drops. Always increases by 1 between consecutive frames.