GithubHelp home page GithubHelp logo

picturegrabber's Introduction

PictureGrabber

Picture Grabber is a video 4 linux capture application able to read raw data from a V4L compatible device and output to a jpeg file. It works on both V4L1 and V4L2 APIs and it used libjpeg to create the jpeg from the data captured. PictureGrabber aims for a very small footprint (currently binary is about 4k) and only implements the basic features needed to capture data and transform it to a jpeg.

Picture Grabber can be used with any V4L compatible device (capture cards, webcam, usb v4l devices).

Usage: picturegrabber [OPTION] 
	-c <num> number of shots,-1=unlimited (option MANDATORY) 
	-i <sec> interval between shots in seconds (default=4) 
	-d <dev> device to open (default=/dev/video) 
	-D <dir> output in this directory 
	-q qcif 176x144 output (defaults to cif 352x288)
	-s use sequential filename numbering (out1,out2...) -f <str> filename prefix (used with -s, default=out) 
	-v be verbose 
	-b run in background as a daemon 
	-O coding optimization (default=no) 
	-Q <num> quality factor [0-100] (default=60) 
	-S <num> smoothing factor [0-100] (default=0) 
	-l link last saved file as current.jpg

picturegrabber's People

Contributors

nicupavel avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.