Javascript

The file /javascript/luether.js implements a javscript interface to the camera that works on internet explorer (5.5 or better), Mozilla or Safari/Konqueror.

The interface is luether(URI, callback, error_callback). callback is called with the results if the command is successful, or else error_callback is called with the error string.

luether may only be called after the page has been loaded. If you need to access values during page load, use a server side command instead.