Live-view API for OpenMV Cloud. Manage cameras and watch at cloud.openmv.io.
Endpoints
| Path | Who | What |
|---|---|---|
GET /camera/{device}/{stream} | camera | Publish a stream (WebSocket). |
GET /watch/{device}/{stream} | viewer | Receive a stream (WebSocket). |
GET /poll/{device}/{stream} | camera | Check whether anyone is watching. |
GET /healthz | — | Liveness. |
All endpoints require a ?token= issued by OpenMV Cloud.