-
Notifications
You must be signed in to change notification settings - Fork 5
REST images
firepick1 (localhost) edited this page Nov 13, 2015
·
6 revisions
The /images
REST service caches camera images
by camera and location. These images are stored
in RAM disk on the firenodejs™ server
and are therefore lost on system shutdown.
Individual requests may return HTTP501 if resources are unavailable.
Return location string used to index images. For example, if the current location is (1.001, -2.002, 3.003), then the location string is:
X1.001Y-2.002Z3.003
Return saved image of designated camera at current location.
Return saved image of designated camera at designated location (1.001,-2.002,3.003).
Capture and save designated camera image for current location. Return path to saved image.
The following URLs are reserved for future use as REST protocols
- (tbd)