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
REST service that captures and returns images from designated camera.
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 corresponds to
/dev/video1, For a laptop, this is likely a remote USB camera. -
video0 corresponds to
/dev/video0. For a laptop, this is likely the 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