You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got it all working, now trying to get the latency down as much as possible. For me it seems to be about 100-200ms delay of the camera feed, any ideas of what can be done to bring it down as much as possible?
UPDATE:
Was tinkering with the script a bit and realized commenting out 'tracker.EnqueueCapture(capture)' is the real source of the issue. To my understanding thats probably the Body Tracking SDK using the DNN but still curious if theres any ways to improve perfomance :)
The text was updated successfully, but these errors were encountered:
Hey first off thank you so much for this!
Got it all working, now trying to get the latency down as much as possible. For me it seems to be about 100-200ms delay of the camera feed, any ideas of what can be done to bring it down as much as possible?
UPDATE:
Was tinkering with the script a bit and realized commenting out 'tracker.EnqueueCapture(capture)' is the real source of the issue. To my understanding thats probably the Body Tracking SDK using the DNN but still curious if theres any ways to improve perfomance :)
The text was updated successfully, but these errors were encountered: