Having implemented this a long time ago for
RemoteCam on
WebTruck.org I can say it's not as simple as it may seem.
LogiSphere supports more than one tilt/pan device
the device can be zoomed.
the 'distance' to tilt/pan depends on the device and the current zoom.
-> for each move, there has to be a calculation.
Users would have to define a constant (hopefully it's just a constant
) for their device and the zoom settings they use.
This is not easy to explain to the novice user and will lead to a lot of questions in the forum.
(The lense and camera on RemoteCam changed since I implemented this, so the example above is an example where the calculation does not work as expected...)
As MelvinG pointed out, it's much easier to implement within the server than from the client side.
I will add this to the list of features to be implemented, but it will take time...
Right now I will rather implement the TrackerPod support