This repository was archived by the owner on Jul 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 230
Body tracking latency #109
Labels
enhancement
New feature or request
investigate
Used when investigation needed
ROS1
SDK_Issue
This is an issue in the Azure Kinect SDK, not the ROS Node
triage approved
The Issue has been reviewed and approved for development by the Azure Kinect ROS Driver Team
Comments
It may be due to the double hop though pub/sub. |
There is also a huge discussion when it comes to the latency about the body tracking sdk in the sdk repository: I am on mobile at the moment but I remember that one person wrote that there is like 1 buffered frame in the body tracker after creation. He got less latency when he pulled that from the body tracker instance before queing new frames. Maybe you can test this. |
@RoseFlunder Thank you for linking this in. |
zchenpds
added a commit
to zchenpds/Azure_Kinect_ROS_Driver
that referenced
this issue
Nov 16, 2020
zchenpds
added a commit
to zchenpds/Azure_Kinect_ROS_Driver
that referenced
this issue
Nov 16, 2020
8 tasks
zchenpds
added a commit
to zchenpds/Azure_Kinect_ROS_Driver
that referenced
this issue
Nov 17, 2020
zchenpds
added a commit
to zchenpds/Azure_Kinect_ROS_Driver
that referenced
this issue
Nov 17, 2020
zchenpds
added a commit
to zchenpds/Azure_Kinect_ROS_Driver
that referenced
this issue
Nov 17, 2020
8 tasks
zchenpds
added a commit
to zchenpds/Azure_Kinect_ROS_Driver
that referenced
this issue
Nov 18, 2020
zchenpds
added a commit
to zchenpds/Azure_Kinect_ROS_Driver
that referenced
this issue
Nov 29, 2020
amelhassan
pushed a commit
to zchenpds/Azure_Kinect_ROS_Driver
that referenced
this issue
Oct 29, 2021
amelhassan
added a commit
that referenced
this issue
Oct 30, 2021
Use a separate thread to pop k4abt_tracker result. Fix #109.
amelhassan
added a commit
that referenced
this issue
Oct 30, 2021
Use a separate thread to pop k4abt_tracker result. Fix #109.
ooeygui
pushed a commit
to ooeygui/Azure_Kinect_ROS_Driver
that referenced
this issue
Apr 18, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
New feature or request
investigate
Used when investigation needed
ROS1
SDK_Issue
This is an issue in the Azure Kinect SDK, not the ROS Node
triage approved
The Issue has been reviewed and approved for development by the Azure Kinect ROS Driver Team
Is your feature request related to a problem? Please describe.
The body tracking data in the ROS driver is very useful to my application, but somehow there's about 1-second latency in the reported data. However, the data seen in the body tracking SDK is faster (about 0.25 second).
Describe the solution you'd like
Is there any way to improve the body tracking data latency in the ROS driver to be close to the SDK's speed?
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: