Using Azure-Kinect-Sensor-SDK with azure.com

C++ integration

Install
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
Start a run on a remote compute target.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /execution/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/startrun
Start a run from a snapshot on a remote compute target.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /execution/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/snapshotrun
SDK on GitHub 📄 API Docs
SDK
Azure-Kinect-Sensor-SDK
C++
API
azure.com
azure.com:machinelearningservices-execution
At a glance
Language C++
Endpoints4