raspicam-js
Version:
A Node.js-based controller module for the Raspberry Pi camera based on a command structure similar to Johnny-Five
37 lines • 600 B
JSON
{
"parameters": {
"w": "width",
"h": "height",
"q": "quality",
"o": "output",
"t": "timeout",
"th": "thumb",
"e": "encoding",
"x": "exif",
"tl": "timelapse",
"sh": "sharpness",
"co": "contrast",
"br": "brightness",
"sa": "saturation",
"ISO": "ISO",
"ev": "ev",
"ex": "exposure",
"awb": "awb",
"ifx": "imxfx",
"cfx": "colfx",
"mm": "metering",
"rot": "rotation"
},
"flags": {
"r": "raw",
"v": "verbose",
"d": "demo",
"p": "preview",
"f": "fullscreen",
"op": "opacity",
"n": "nopreview",
"vs": "vstab",
"hf": "hflip",
"vf": "vflip"
}
}