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
- Go to
Machine Setup
>Drivers
>GcodeDrivers
>Gcode Tab
>Head Mountable
:Actuator [No Head] LED
>Setting
:ACTUATE_BOOLEAN_COMMAND
. - You should see something like
{True:M150 P255 R255 U255 B255}{False:M150 P0}
.P255
= Brightness value, Adjust this value from 0 to 255 to change the amount of brightness the LED outputsR255
= Red value, Adjust this value from 0 to 255 to change the amount of red in the LEDU255
= Green value, Adjust this value from 0 to 255 to change the amount of green in the LEDB255
= Blue value, Adjust this value from 0 to 255 to change the amount of blue in the LED
- Adjust these values in the
ACTUATE_BOOLEAN_COMMAND
to manipulate the LED output, then hitApply
. - Check out Marlin's M150 command documentation for more information.