Skip to content

Change Ring Light Brightness

For bottom vision operations, we recommend keeping your ring light at full brightness, and keeping your camera's exposure low. We've found this helps remove the likelihood that other light sources in the room will affect your vision pipeline. However, some users have mentioned that lowering the brightness of the ring light has helped them get more consistent vision operations.

This is a guide for adjusting the brightness of your ring lights for all operations.

Universal Brightness/Color Adjustment

  1. Go to Machine Setup > Drivers > GcodeDrivers > Gcode Tab > Head Mountable: Actuator [No Head] LED > Setting: ACTUATE_BOOLEAN_COMMAND.
  2. You should see something like {True:M150 P255 R255 U255 B255}{False:M150 P0}.
    1. P255 = Brightness value, Adjust this value from 0 to 255 to change the amount of brightness the LED outputs
    2. R255 = Red value, Adjust this value from 0 to 255 to change the amount of red in the LED
    3. U255 = Green value, Adjust this value from 0 to 255 to change the amount of green in the LED
    4. B255 = Blue value, Adjust this value from 0 to 255 to change the amount of blue in the LED
  3. Adjust these values in the ACTUATE_BOOLEAN_COMMAND to manipulate the LED output, then hit Apply.
  4. Check out Marlin's M150 command documentation for more information.