Copy data directly into PCL point cloud buffers using void copyData(DataFormat *destination) const
#175
Labels
enhancement
New feature or request
Then the for-loop iterating over every point in
zivid-cpp-samples/source/Applications/Basic/Visualization/CaptureWritePCLVis3D/CaptureWritePCLVis3D.cpp
Lines 54 to 62 in cc2828d
will become a one-liner running
void copyData(DataFormat *destination) const
.This is already possible copying
Zivid::PointXYZW
intopcl::PointXYZ
, but not for more complex pcl types.This would require the Zivid SDK to support more composed data formats, matching some of the PCL data types.
The text was updated successfully, but these errors were encountered: