class documentation

class SensorInfo(BaseModel): (source)

View In Hierarchy

Information about the sensor used for calibration and property setting.

Class Variable bit_depth The bit depth of each pixel.
Class Variable blacklevel The sensor black level.
Class Variable default_target_white_level The default target white level during exposure setting.
Class Variable long_pause Time to pause for actions that are known to update slowly.
Class Variable sensor_model The model of the sensor, as specified by the Picamera2 library.
Class Variable short_pause The time to pause for actions that update quickly.
Class Variable unpacked_pixel_format The format of the unpacked pixels.
bit_depth: int = (source)

The bit depth of each pixel.

blacklevel: int = (source)

The sensor black level.

default_target_white_level: int = (source)

The default target white level during exposure setting.

long_pause: float = (source)

Time to pause for actions that are known to update slowly.

sensor_model: str = (source)

The model of the sensor, as specified by the Picamera2 library.

short_pause: float = (source)

The time to pause for actions that update quickly.

unpacked_pixel_format: str = (source)

The format of the unpacked pixels.