Quickstart
Get your Jetson streaming video in under 5 minutes. This guide assumes you’re SSH’d into a Jetson (Orin Nano, Orin NX, AGX Orin, Thor, etc.) with a USB camera connected. If you have a CSI camera, ROS camera topic, or another source, see the Cameras guide.
Install
Section titled “Install”curl -sL https://install.adamohq.com | shThis downloads the adamo binary for your platform and adds it to your PATH.
Get an API Key
Section titled “Get an API Key”Sign up at operate.adamohq.com and go to Settings > API Keys to create a key. Copy it — you’ll need it in the next step.
Create a Config
Section titled “Create a Config”Create ~/adamo/config.yaml:
api_key: "ak_your_key_here"robot_name: "my-robot"
video_tracks: - name: "main" source_type: "v4l2" v4l2_device: "/dev/video0" encoder: "auto" bitrate: 4000 fps: 30robot_name is how the robot appears in the web interface.
adamo --config ~/adamo/config.yamlA successful startup looks like:
Adamo Network v0.1.0
Robot: my-robotOrg: my-orgView Robot: https://operate.adamohq.com/#/operate/my-robotSee Your Robot
Section titled “See Your Robot”Open operate.adamohq.com and log in. Your robot will appear in the grid with its video stream already playing. Click it to start operating.