set_hw_roi_and_get_changed_properties#

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

Set the hardware region of interest (ROI) of the current camera on DE-Server and get all the changed properties. This is useful for testing and determining how certain properties affect others.

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

  • changedProperties (list) – List of properties that have changed