Skip to main content

Channel & network reference

Quick-reference tables for working with EGO1 programmatically.

Network & ports

NameValue
Device hotspot SSIDGILABS-XXXXXXXX (open, no password)
Hotspot gateway IP192.168.4.1 (subnet 192.168.4.0/24)
Wi-Fi channel6 (2.4 GHz)
Setup page (HTTP)port 80
Data port (TCP)50001
Foxglove bridge portws://localhost:8765 (from visio-display --foxglove)

XXXXXXXX is the device's 8-character code — the same string the companion app shows as the device name. It is derived from the SoC's one-time-programmable ID, and it is not a substring of the 16-character DeviceInfo.serial; the two are different encodings of the same underlying hardware identifier.

Recorded channels

Topics multiplexed into each .mcap recording. Messages and schemas are protobuf.

TopicSchemaContents
/ego/camera/0foxglove.CompressedVideoCamera 0 video (H.265), stereo pair
/ego/camera/1foxglove.CompressedVideoCamera 1 video (H.265), stereo pair
/ego/imu/0/rawvisio_schema.v1.sensor.ImuRawRaw IMU samples (batched)
/ego/imu/0/quatvisio_schema.v1.ros.geometry_msgs.QuaternionFused orientation quaternion
/ego/audio/0foxglove.RawAudioStereo microphone audio (PCM s16, 16 kHz) — EGO1GS only
/ego/system_healthvisio_schema.v1.sensor.SystemHealthDevice health (CPU / disk / clients)
/ego/command_resultvisio_schema.v1.control.CommandResultResult of a control command
/device_infovisio_schema.v1.service.device_info.DeviceInfoDevice identifiers / info

Calibration topics

Republished at ~1 Hz; constant within a recording. See Calibration data for semantics and what to expect from the values.

TopicSchemaContents
/ego/camera/0/intrinsicsfoxglove.CameraCalibrationCamera 0 intrinsics + distortion
/ego/camera/1/intrinsicsfoxglove.CameraCalibrationCamera 1 intrinsics + distortion
/ego/camera/1/extrinsicsfoxglove.FrameTransformPose of cam1 in cam0
/ego/imu/0/extrinsicsfoxglove.FrameTransformPose of imu0 in cam0
/ego/imu/0/infovisio_schema.v1.calibration.ImuCalibrationCam–IMU time offset + IMU defaults

Access channels

ChannelFormUse
TCP (Wi-Fi)192.168.4.1:50001 over the device hotspotLive stream
File (MCAP).mcap files on the MicroSD cardOffline analysis

USB recording is fully supported since firmware 1.0.4. On older firmware, USB-C is power only.