Duck camera
duck_cameraCapture a live still image from the duck's head camera or a third-person view around the robot. Returns a PNG snapshot for monitoring without moving the robot.
Instructions
A still frame of what the duck sees or looks like right now, returned as a PNG image. view='head' is the robot's own head camera; 'follow' (default), 'front', 'side' and 'top' are third-person views around the robot. Read-only, never moves the robot. Available on the sim transport today; on hardware it will come from mediad's WebRTC stream (not wired yet) and the mock transport returns a placeholder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Which camera. | follow |
| width | No | ||
| height | No |