This function sets the image compression quality of the camera. The value can be set between 0 and 100.
setquality()
Function Definition: setquality(‘90’)
- Python Library: Camera (Quarky Intellio)
- Library Import: intellio = QuarkyIntellio()
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| ‘90’ | int | This function sets the image compression quality of the camera. The value can be set between 0 and 100. | 0 to 100 |
Description
Example
There are no examples documented for this article.
