VISCA_get_pantilt_position() returns incorrect values
Brought to you by:
ddouxchamps
There's an off by one error in how this function parses the response packet. I also changed the variable types for pan and tilt to UInt16_t -- this change works well with the EVI-D100, but I'm not sure if it will be compatible with other VISCA cameras.
A patch for both this bug and the other one (absolute and relative problem) is attached.
Patches both this bug and Bug-1959808