getcamerasnapshot
/JSON?request=getcamerasnapshot&camid=CAMID
Returns a image from the camera in base64, as well as whether or not the camera supports pan/tilit.
JSON
{
"Name": "CAMERA NAME",
"ID": "CAMERA ID",
"SnapShot": "BASE64 IMAGE",
"SupportsPanTilt": true
}