Camera Selection
There are three different ways to select which camera will be used for the request:
- Parameter:
eg. http://localhost:8080/current.mjpg?cam=1
http://localhost:8080/current.jpg?size=640x480&cam=0 - included in request URL:
eg. http://localhost:8080/current1.mjpg
http://localhost:8080/current1.jpg - Cookie:
when requesting a URL with one of the two cam selection methods above, AbelCam will set a cookie named cam
Requests without a cam number set will check for the cookie and use that camera, if none if found cam 0 will be used.
Note: if ScreenCapture is enabled, the screen is available as Camera number 99