class documentation
class SensorInfo(BaseModel): (source)
Information about the sensor used for calibration and property setting.
| Class Variable | bit |
The bit depth of each pixel. |
| Class Variable | blacklevel |
The sensor black level. |
| Class Variable | default |
The default target white level during exposure setting. |
| Class Variable | long |
Time to pause for actions that are known to update slowly. |
| Class Variable | sensor |
The model of the sensor, as specified by the Picamera2 library. |
| Class Variable | short |
The time to pause for actions that update quickly. |
| Class Variable | unpacked |
The format of the unpacked pixels. |