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.
Return JSON model describing default camera.
Capture and return current image from default available camera chosen 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)
Capture and return current image from Raspberry Pi camera
Capture and returns current image from /dev/video0 camera
Capture and return current image from /dev/video1 camera