Skip to content

Instantly share code, notes, and snippets.

@VessoVit
Created March 24, 2014 10:56
Show Gist options
  • Save VessoVit/9738194 to your computer and use it in GitHub Desktop.
Save VessoVit/9738194 to your computer and use it in GitHub Desktop.
Playing around with Nodejs RaspiCam library
//Camera
var RaspiCam = require("raspicam");
var cam = new RaspiCam({
mode: "video",
w: 320,
h: 280,
b: 1000000,
output: ''
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment