set_sw_roi#

Client.set_sw_roi(offsetX: int, offsetY: int, sizeX: int, sizeY: int)#

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

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

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

  • sizeX (int) – The width of the ROI

  • sizeY (int) – The height of the ROI