get_frame
Fetch the latest decoded video frame from a live Luxxon session as a JPEG, ready for direct input to a vision model. Retry if a 404 is returned during initial keyframe arrival.
Instructions
Fetch the latest decoded video frame from a LIVE Luxxon session as a JPEG image. Hand the returned image straight to a vision model. Returns 404 FRAME_NOT_AVAILABLE for ~3-5s after /start while the first keyframe arrives — retry if you hit that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | UUID of the Luxxon session |