Start inference debug stream
Start an inference debug stream for this device with inference results (and images if a camera is attached). Updates are streamed through the websocket API. A keep-alive token is returned, you'll need to ping the API (with keepDeviceDebugStreamAlive) every 10 seconds (so we know when the client is disconnected).
Authorizations
Path parameters
projectIdintegerRequired
Project ID
deviceIdstringRequired
Device ID
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/{projectId}/device/{deviceId}/debug-stream/inference/start HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"streamId": 1
}
Last updated
Was this helpful?