Platform
  • RVC
  • Features
  • Depth
  • Deployment
  • Camera Sensors
  • Environmental Specifications
  • Comparisons

ON THIS PAGE

  • Status Light
  • LED status codes
  • Manually set the user RGB LED

Status Light

Supported on:RVC4

LED status codes

PatternMeaning
Flashing BlueDevice is waiting to be set up.
Flashing YellowSetup or OS update is in progress.
Flashing GreenSetup completed successfully and the device is ready for user configuration.
Flashing RedSetup failed or the unit detected a possible power incompatibility—check your cable and supply.
Solid BlueDevice finished booting and is ready.
Solid GreenPipeline is running.

Manually set the user RGB LED

You can temporarily override the user RGB output by writing RGBA values (0-255) to the status LED device file. First you need to SSH/ADB into the camera and then run:
Command Line
1# ADB/SSH into the device first, then on device run:
2echo 255,255,0,0 > /dev/status_led
If you need to override the root-controlled LED state, address the :root device entry instead:
Command Line
1# ADB/SSH into the device first, then on device run:
2echo 255,0,0,255 > /dev/status_led:root
To permanently change the default color palette, update the LED entries inside /etc/agentconfd/conf so the new values persist after reboots.