Get one frame from an active HTTP MJPEG source
GET/stream/http/src:index.jpg
Waits for and returns a single JPEG frame from an active HTTP MJPEG source. This is useful for thumbnails, readiness checks, and test assertions without maintaining a streaming connection. A stopped or non-HTTP source returns a conflict, and a frame acquisition timeout returns 504.
Request
Responses
- 200
- 400
- 404
- 409
- 500
- 504
JPEG image.
Missing or invalid request data.
The requested resource was not found.
The source exists but is not currently running.
A local operation failed.
A required backend command or media helper timed out.