forked from firepick1/firenodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
REST camera
firepick1 (localhost) edited this page Nov 2, 2015
·
19 revisions
The /camera REST service captures and returns images from designated camera.
- HTTP GET
/camera/model
Returns JSON for current camera model.
Captures and returns current image from default camera. Default camera is chosen from available cameras by precedence:
- raspistill has highest priority as a supported camera
-
video1 for
/dev/video1(e.g., laptop remote USB camera) -
video0 for
/dev/video0(e.g., laptop built-in camera)
Captures and returns current image from Raspberry Pi camera
Captures and returns current image from /dev/video0 camera
Captures and returns current image from /dev/video1 camera