microsoft / Azure-Kinect-Sensor-SDK

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
https://Azure.com/Kinect
MIT License
1.49k stars 619 forks source link

A utility, feature or application for saving and later sending raw data to server, with mobile phone(Android) #1897

Open Denatunium opened 1 year ago

Denatunium commented 1 year ago

Is your feature request related to a problem? Please describe.

I say it here according to: "purpose of the Azure Kinect Sensor SDK, which is to control and access Azure Kinect devices" Yes, currently If we want to get the scanned data and and work on the data later (processing, manipulation and etc... .) we need a Desktop computer or a Laptop with OpenGL 4.4 (or later) which only works by using sdk like here which limits the mobility of AZURE KINECT and Its applications when it is not mobile... . if I need to know something about this please let me know like if I have to develop my own sdk for getting raw data from AZURE KINECT where do I start. Thanks \ \ \ \ Describe the solution you'd like

We need to have or make a SDK for something like a mobile phone(Android) to get the raw data from AZURE KINECT and not process it there and just save the raw data localy then someone can send it to a server which supports OpenGL 4.4 (or later) to do the rest which can be done with SDK and etc... . \ \ \ \ Additional context

MS AZURE KINECT ==> Mobile phone (with internet access)==>Server (for proccessing the data)

ZHUI999 commented 1 year ago

Hello, I would like to ask if you have solved this problem and how to save the original data with code?