This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Increase parallelism of sensor data processing #32
Labels
enhancement
New feature or request
triage needed
The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team
Is your feature request related to a problem? Please describe.
Currently, the node processes large amounts of Kinect sensor data serially. Each image is produced in series, then followed by the point cloud. On powerful machines, this could be done in a multi-threaded way to speed up image generation.
Describe the solution you'd like
Provide an option to multi-thread the node so that images can be produced faster.
Describe alternatives you've considered
This could also be done by spawning many nodelets, but it could be expensive to serialize the K4A capture object so that it could be passed to various nodelets.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: