Skip to content

Commit

Permalink
[fix] readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bellbind committed Oct 13, 2013
1 parent 67a737c commit d47717f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{"name": "v4l2camera",
"version": "0.4.0",
"version": "0.4.1",
"description": "Capturing images from USB(UVC) webcam on linux machines",
"keywords": ["linux", "camera", "native", "v4l2", "video4linux2"],
"homepage": "https://github.com/bellbind/node-v4l2camera",
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -50,9 +50,9 @@ Initializing API
: Capturing interval per `numerator/denominator` seconds
(e.g. 30fps is 1/30)
- `cam.configSet(format)`
: Set capture `width`, `height` and interval per `numerator/denominator` sec
- `cam.configGet()' : Get a format object of current config

: Set capture `width`, `height`, `interval` per `numerator/denominator` sec
if the members exist in the `format` object
- `cam.configGet()` : Get a `format` object of current config

Capturing API

Expand Down

0 comments on commit d47717f

Please sign in to comment.