MatKlucznyk / Qsys

Qsys library for S#P and SIMPL
MIT License
53 stars 18 forks source link

feat: add AutoFrame On/Off/Toggle/IsOn to QsysCamera #29

Closed isaaacporter closed 1 year ago

isaaacporter commented 1 year ago

Added AutoFrame On/Off/IsOn to Qsys Camera. Supported on cameras in Q-SYS Designer v9.9.0 or higher. Only new model cameras can handle AutoFraming.

Might want to add a SupportsAutoFraming property to the cameras. I think you'd need to do Components.GetControls and see if "autoframe_enable" is a Control on the component. In Q-SYS Designer v9.8.2 or lower, this option does not exist. In Q-SYS Designer v9.9.0 with a 12x72 Camera, this option does not exist.