We try to use a dial encoder as device for receiving zoom data from a camera.
In a small interval (20ms) we need either a position value or a callback function for this.
We modified the encoder sample to reduce the interval setting, but nothing happens.
...
PhidgetEncoder_setDataInterval(ch, 20);
PhidgetEncoder_setPositionChangeTrigger(ch, 20);
thanks
Ralf