This function modifies the selected camera parameter using a value from the dropdown between -2 and 2. It can be used to adjust brightness.
setbrightness()
Function Definition: setbrightness(‘1’)
- Python Library: Camera (Quarky Intellio)
- Library Import: intellio = QuarkyIntellio()
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| ‘1’ | int | This function modifies the selected camera parameter using a value from the dropdown between -2 and 2. It can be used to adjust brightness. | -2 and 2 |
Description
Example
There are no examples documented for this article.
