libcamera
v0.3.1+12-19bbca3c
Supporting cameras in Linux since 2019
|
Parameters associated with controls handled by the DelayedControls helper class. More...
Public Attributes | |
unsigned int | delay |
Frame delay from setting the control on a sensor device to when it is consumed during framing. | |
bool | priorityWrite |
Flag to indicate that this control must be applied ahead of, and separately from the other controls. More... | |
Parameters associated with controls handled by the DelayedControls helper class.
libcamera::ControlParams::priorityWrite |
Flag to indicate that this control must be applied ahead of, and separately from the other controls.
Typically set for the V4L2_CID_VBLANK control so that the device driver does not reject V4L2_CID_EXPOSURE control values that may be outside of the existing vertical blanking specified bounds, but are within the new blanking bounds.