I'm currently writing a handeye calibration program using your cpp example. But I would like to use your ros driver package instead of interfacing with the camera directly inside my program.
The calibration requires the Zivid::PointCloud type but your service will of course return a sensor_msgs::PointCloud2 type. What would be the best way to convert it back into the Zivid format?