-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
capturesync_drop... stuck in setup() #21
Comments
Hi Antonio, I need more details to be able to help troubleshoot:
|
@prisonerjohn I got the same error starting to test today in a new computer. Only the streams example showed something and began to hang frequently, requiring a restart, and the rest of the examples didn't work at all. |
Hello,
Thanks all for your help!
Will try the firmware fix.
Antonio.
El lun, 21 mar 2022 a las 18:39, Gorka Cortázar ***@***.***>)
escribió:
… @prisonerjohn <https://github.com/prisonerjohn> I got the same error
starting to test today in a new computer. Only the streams example showed
something and began to hang frequently, requiring a restart, and the rest
of the examples didn't work at all.
In my case, updating the firmware of the Kinect to match the SDK fixed the
issues.
https://docs.microsoft.com/en-us/azure/kinect-dk/update-device-firmware
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5LTGBRVKS6UTJ45N3UHCDVBCX6FANCNFSM5N6HRBJA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@antoniomechas I have been doing research on this and the problem seems to be related to the USB controller (in my case ASMedia hub), which is known to create problems with the RGB camera of the Kinect, and is not related to the addon. With that controller, I can keep the examples running if I decrease the resolution of the RGB camera or the framerate I am purchasing a couple of PCIe cards that seem to work, I will report my findings at a later date. |
Hello,
In my setup, everything works fine with the examples thay comes with de
SDK, but not with the addon in openframeworks.
El mar., 22 mar. 2022 12:03, Gorka Cortázar ***@***.***>
escribió:
… @antoniomechas <https://github.com/antoniomechas> I have been doing
research on this and the problem seems to be related to the USB controller
(in my case ASMedia hub), which is known to create problems with the RGB
camera of the Kinect, and is not related to the addon. With that
controller, I can keep the examples running if I decrease the resolution of
the RGB camera or the framerate
I am purchasing a couple of PCIe cards that seem to work, I will report my
findings at a later date.
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5LTGBCRGQDRIFALUYCL4LVBGSIPANCNFSM5N6HRBJA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Whenever I've seen similar problems it's a bandwidth issue. I would try a different USB port, different USB cable, try disabling the RGB stream, and see if any of that changes anything. |
Hello,
I'm on windows 10 64 bits, openframeworks 0.11.0
Installed Azure kinect body tracking SDK 1.0 and Azure kinect SDK v1.4.1
I get this error continuously:
It never reaches the draw() function.
Any help would be really appreciated,
Thanks,
Antonio.
The text was updated successfully, but these errors were encountered: