Azure Kinect DK for Unreal Engine

z l 20 Reputation points
2023-05-11T03:40:44.4033333+00:00

I need to use Azure Kinect DK to control the skeletal animation of Unreal Engine. There is no plug-in that can be used in github. The azure-kinect-unreal plug-in of Dark Slope in a similar answer seems to have been deleted. The plug-in I tried to write was not sure what went wrong, and the bone direction was incorrect. I would like to ask if there are any available plugins for my reference?

Azure Kinect DK
Azure Kinect DK
A Microsoft developer kit and peripheral device with advanced artificial intelligence sensors for sophisticated computer vision and speech models.
287 questions
{count} votes

Accepted answer
  1. LeelaRajeshSayana-MSFT 13,546 Reputation points
    2023-05-12T00:42:45.11+00:00

    Hi @z l Greetings! Welcome to Microsoft Q&A forum. Thank you for posting your question here. Please note that the Q&A forum currently supports only English language. I have to change the text you have posted using online translator and posted it in English. Please bear with any translation mistakes in the question posted.

    There is no official documentation or plug in provided on this scenario. However, there is a GitHub repository which provides the Azure Kinect for Unreal Engine plugin

    Hope this helps you in getting started. Please let us know if you have any additional questions in the comments below.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. VasimTamboli 4,420 Reputation points
    2023-05-16T17:19:52.04+00:00

    As of my knowledge cutoff in September 2021, there is no official Azure Kinect DK plugin specifically designed for Unreal Engine. However, you may still be able to utilize the Azure Kinect DK with Unreal Engine by implementing custom functionality.

    Here are a few options you can explore:

    Custom Plugin Development: Since you mentioned that you tried writing a plugin but encountered issues with bone direction, you can continue exploring this route. Take a look at the official Azure Kinect Sensor SDK documentation for guidance on accessing skeleton data and controlling skeletal animation. You may need to carefully manage bone orientations and mappings to align them correctly with Unreal Engine's skeleton structure.

    Third-Party Plugins: While the plugin you mentioned from Dark Slope appears to have been deleted, you can keep an eye on the Unreal Engine Marketplace and community forums for any new plugins or updates related to Azure Kinect DK. It's possible that new plugins may emerge in the future.

    Custom Integration: Instead of using a dedicated plugin, you can consider integrating Azure Kinect DK functionality with Unreal Engine using a combination of native SDKs, such as the Azure Kinect Sensor SDK and the Unreal Engine C++ API. This approach would require more manual implementation, but it provides flexibility and allows you to customize the integration according to your specific needs.

    Remember to refer to the latest documentation, forums, and community resources for any updates or new developments regarding Azure Kinect DK integration with Unreal Engine.

    1 person found this answer helpful.
    0 comments No comments