Issue:
Adjusting a target's brightness level to 50% on startup via scripting in Vijeo Designer?
Product Line:
Vijeo Designer
Resolution:
The script example below sets the target's brightness level to 50% on startup
_Brightness.write(_Brightness.getMax() / 2);