Robot camera configuration controls how still images from robot cameras are captured and displayed in InOrbit. Each camera is identified by a numeric ID and can have custom settings for resolution, frame rate, and display options.Documentation Index
Fetch the complete documentation index at: https://inorbitinc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
When to Use
- Multiple cameras: Configure front, rear, or specialized cameras with different settings
- Bandwidth optimization: Adjust resolution and frame rate based on network conditions
- Display customization: Set labels, rotation, and mirroring for proper orientation
Spec Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Camera identifier. Must be a numeric string ("0", "1", etc.). |
label | string | No | Display label for this camera. |
shortLabel | string | No | Short label (max 10 chars) for compact displays. Defaults to first letter of label. |
rosTopic | string | No | ROS topic to subscribe to for camera images. |
width | number | No | Captured image width in pixels (1-2048). |
height | number | No | Captured image height in pixels (1-2048). |
rate | number | No | Frames per second (0-10). |
outputEncoding | string | No | Image encoding. Default: "rgb8". |
quality | number | No | JPEG quality (1-100). |
rotation | number | No | Image rotation in degrees (multiples of 90). |
mirror | boolean | No | Mirror image horizontally. Default: false. |
enabled | boolean | No | Whether camera is active. Default: true. |