set_hw_roi#

Client.set_hw_roi(offset_x: int, offset_y: int, size_x: int, size_y: int)#

Set the hardware region of interest (ROI) of the current camera on DE-Server.

Parameters:
  • offset_x (int) – The x offset of the ROI

  • offset_y (int) – The y offset of the ROI

  • size_x (int) – The width of the ROI

  • size_y (int) – The height of the ROI