I would like to reconstruct k4a::capture data from rosbag.
are these steps true?
depth and ir data are recorded on rosbag.
get calibration data from a device.
create tracker with calibration data I got from device.
each k4a::image is created from depth and ir data on rosbag.
k4a::capture will be initialized and set k4a::image with its function set_depth_image() and set_ir_image() .
6 tracker will be able to detect poses with k4a::capture.
I have already tried them. Although it could detect poses, there is something different in position with the body tracking data that was recorded in real time.
Why did the difference happen?
I would like to reconstruct
k4a::capture
data from rosbag. are these steps true?depth
andir
data are recorded on rosbag.depth
andir
data on rosbag.k4a::capture
will be initialized and setk4a::image
with its functionset_depth_image()
andset_ir_image()
. 6 tracker will be able to detect poses withk4a::capture
.I have already tried them. Although it could detect poses, there is something different in position with the body tracking data that was recorded in real time. Why did the difference happen?