jamesremuscat / avx

A system for controlling A/V devices such as video switchers via a networkable control device.
4 stars 1 forks source link

Camera control methods unusable over HTTP #43

Closed jamesremuscat closed 8 years ago

jamesremuscat commented 10 years ago

The methods in VISCAController are marked @HTTPAccessible, but since they use enums such as CameraMove they are unusable via HTTP.

jamesremuscat commented 8 years ago

The HTTP interface has been changed, and now the methods moveUp... etc are directly accessible.

Hence, this is fixed :-)