Streams up to three ZED-X One cameras over the local network using HEVC (H.265) encoding via the ZED SDK. RequiresDocumentation Index
Fetch the complete documentation index at: https://docs.almond.bot/llms.txt
Use this file to discover all available pages before exploring further.
pyzed — install it with axol zed.install (see zed.install).
ZedConfig fields
| Field | Default | Description |
|---|---|---|
overhead_serial | None | Serial number of the overhead camera |
left_arm_serial | None | Serial number of the left-arm camera |
right_arm_serial | None | Serial number of the right-arm camera |
overhead_port | 30000 | Streaming port for the overhead camera |
left_arm_port | 30002 | Streaming port for the left-arm camera |
right_arm_port | 30004 | Streaming port for the right-arm camera |
resolution | SVGA | sl.RESOLUTION: HD1200, HD1080, or SVGA |
fps | 60 | Capture frame rate for all cameras |
bitrate | 8000 kbps | HEVC encoding bitrate |
192.168.10.1/24; set it automatically with --setup-ip via the CLI or by calling setup_link_ip(iface, "192.168.10.1/24") from almond_axol.shared before streaming.