Use BLE protocol with Azure Kinect

wajih youssef 40 Reputation points
2023-01-20T14:57:55.1+00:00

Hello,

Can I use the BLE protocol with the azure kinect examples ( the FastPointCloud for instance ) to send data ( like the coordinates of detected points ) to an external mobile app ?

Thanks

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. Khurram Rahim 1,841 Reputation points
    2023-02-06T19:47:18.8333333+00:00

    No, you cannot use the Bluetooth Low Energy (BLE) protocol with the Azure Kinect examples to send data to a mobile app, as the Azure Kinect does not have built-in support for BLE. The Azure Kinect primarily uses USB connectivity to transfer data to a computer for processing.

    If you want to send the coordinates of the detected points to a mobile app, you can consider using other communication protocols, such as Wi-Fi or cellular, to send the data to the mobile app. You can also use cloud services like Azure IoT Hub or Azure Event Hubs to receive and process the data, and then expose it to the mobile app using a mobile backend service like Azure Mobile Apps or Azure Functions.


1 additional answer

Sort by: Most helpful
  1. LeelaRajeshSayana-MSFT 13,471 Reputation points
    2023-02-06T19:34:13.0333333+00:00

    Hello @wajih youssef , Greetings! Apologies for keeping you waiting this long to provide an update on this. I checked with the product team, and they gave me the below feedback.

    Unfortunately, Azure Kinect DK device does not have a Bluetooth module embedded into it. Hence the device cannot communicate using Bluetooth Protocol.

    Hope this answers your question. Please let us know if you need any additional assistance on this issue.