From mitchizm:
Also, could there be a way where the control of the Pan/Tilt be controlled via the arrow keys of the keyboard - or be some way where if you hold down the mouse button, that the camera would keep on moving in that direction?
Suggestion for you...
Easily done with Javascript in the web page. Take a look at the
Javascript sample page that comes with LogiSphere - most of the
work is already done there for you. Simple to modify it to do
what you are talking about. Caveat: each move of the pan/tilt
takes a certain amount of time to complete, and there is network
transit time to consider too. So your Javascript would have to
include a delay between move consecutive requests sent while
mouse is held down.