Delete deviceDelete a device. When this device sends a new message to ingestion or connects to remote management the device will be recreated.Parameters
Lists devicesList all devices for this project. Devices get included here if they connect to the remote management API or if they have sent data to the ingestion API and had the device_id field set.Parameters
Trigger model update requestTrigger a model update request, this only works for devices connected to remote management server in inference mode.Parameters
Start inference debug streamStart 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).Parameters
Start snapshot debug streamStart a snapshot debug stream for this device with a current camera view. 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).Parameters