-
Notifications
You must be signed in to change notification settings - Fork 622
ARM support for Azure Kinect #871
Comments
Please , give support for Nvidia Jetson Xavier on Ubuntu 18.04, I have been waitting for several months! For slam and other application such as AutoPilot,the jetson nano and jetson tx2 is lower computing ability than Xavier. It cann't run some slam and AutoPilot apps and at the same time, it limit the kinect for azure in slam and AutoPilot. Just my idea. |
@nonlinear1, thank you for the ask. We will definitely consider Nvidia Jetson Xavier as well. |
Is there a significant issue with just recompiling the depth library for ARM? From the disassembly it looks like DepthTransforms::DepthEngineCalibration, DepthTransforms::CpuImageProcessing, etc. are pretty straightforward. If the OpenGLDepthEngine compiles using standard OpenGL libraries on Linux there should be no trouble. At least start out with an empty library with stubs for the function pointers in k4a_plugin. |
@tesych Would you be able to share a status update on ARM support for the sensor SDK? Thank you. |
+1 I'd be interested in know this too. Thanks! |
Also Following |
Could you tell me when you will publish the arm sdk of kinect for azure? |
Tracked with #1093. Beta is out now. |
The Body Tracking SDK does not support ARM?About how long can support. |
Nvidia Jetson Xavier NX has been released to public and many people will be switch to it soon. Are you still considering it? |
@wes-b Any update on ARM support for body tracking SDK? I can't find any open issues, and #822 which might be related/blocking is 9 months stale. My journey of discovery, for anyone else looking:
|
Sensor SDK has ARM support. We are in the process of adding ARM support to Body Tracking SDK. |
Will there be support of the body tracking sdk for HoloLens 2 ? |
is there a documentation to install the azure kinect on a jetson xavier agx ? |
If you're running Jetpack 4.4, it's the same as installing on any other Jetson. |
Ping on the status of body tracking on ARM (Jetson Xavier). Is there an estimated release date? |
Is the body tracking sdk supported in Nvidia Jetson AGX Xavier? |
It's been another few months, any update on this? Xavier NX and AGX Xavier bring a lot more horsepower to the table -- it seems like that was something holding this back previously. |
It seems this is not a priority for MSFT, there is no incentive to empower a competing hardware platform. What is your use case for body tracking SDK? I would suggest that you try OpenPose or other AI models using Nvidia's toolkit |
Ping on the status of body tracking on ARM (Jetson Xavier). Is there an estimated release date? |
Same question : Ping on the status of body tracking on ARM (Jetson Xavier). Is there an estimated release date? @tesych |
There is no committed date. The work is ongoing. |
I join the discussion to also show my interest for body tracking support on a Jetson Xavier NX / ARM64 platform. We are developing an embedded solution that would really need this support. Happy to learn that the work is underway. Despite the lack of a beta release date, this is already interesting news. |
I'd like to bump this again, with the release of the Windows Dev Kit 2023, and what appears to be a much more powerful hardware platform. |
There also hasn't been a support update in two years, despite several known issues that could be fixed, and performance improvements that have been identified. |
We are in Apr 2023, and I can't find the support for Arm64, can you please tell me if there is a way/workaround to install BT on Xavier NX-Dev kit?? thanks. |
2023 even …. :) |
Rumor has it that Microsoft is focused on Hololens 3, Mesh, and MRTK and has soft-canceled the Kinect. So don't expect any more releases or additional support or functionality. Might be a good time for someone to add BT for Kinect to OpenCV. |
Is your feature request related to a problem? Please describe.
Both Sensor and Body Tracking SDK do not have support for ARM.
Describe the solution you'd like
Support the Azure Kinect Sensor SDK for Linux on ARM on NVIDIA Jetson Nano or similar embedded dev platforms.
Additional context
This feature is in planning stage for the implementation and we want our community feedback! The PR with the proposal for ARM support is created and ready for review.
The text was updated successfully, but these errors were encountered: