pylabrobot.revvity.celigo.Celigo.set_camera_exposure_and_gain#

async Celigo.set_camera_exposure_and_gain(exposure_ms: float | None = None, gain: float | None = None, restart_camera_stream: bool = False) Tuple[float, float]#

Set camera properties through the Celigo-owned camera lifecycle.

restart_camera_stream=True closes and reopens the stream after applying settings.

Parameters:
  • exposure_ms (float | None)

  • gain (float | None)

  • restart_camera_stream (bool)

Return type:

Tuple[float, float]