Camera_AXIS 0.1 review
DownloadCamera_AXIS is a Java application for viewing images generated by an AXIS 2100 network camera
|
|
Camera_AXIS is a Java application for viewing images generated by an AXIS 2100 network camera. The camera generates a video stream in MJPG format.
The java source code can be browsed online or downloaded in tgz format. The application uses the Base64 encoder from Robert Harder (distributed with Camera_AXIS). Installation is simple:
make
Start the application using te command:
make test
Configuration parameters are saved in .java.cfg. This file is created the first time you start the application and contains the URL of the camera and the user id and password of the camera administrator. Without the id and/or the password, you can still view images from the camera, but you won't be able to change its settings. Proxy settings are taken from the http_proxy environment variable (if present).
A precompiled jar-file is also available. Execute it with java -jar AXIS.jar.
Camera_AXIS 0.1 keywords