node-v4l2camera icon indicating copy to clipboard operation
node-v4l2camera copied to clipboard

node module for capturing an image from USB(UVC) webcam on linux.

Results 27 node-v4l2camera issues
Sort by recently updated
recently updated
newest added

I tried the capture-jpg.js example, the capture works well, but i have to comment the line cam.stop(), if not an error is thrown in my node.js app: TypeError: undefined is...

As pointed by @jonnor my PR was adding other commits non-related with the subject.

My camera does not support MJPG, so I'm setting the format to `RGB3`. I call `cam.frameRaw() inside the `capture` callback and I get RGB data out. However, the data is...

The jpg file generated by the sample code can't be opened on Mac, or safari. But It is viewable in Chrome. Is it because the jpg file does not contain...

- `configSet`/`configGet` to `config` - `controlSet`/`controlGet` to `control` - `formatName` of `format` with setter

enhancement

The `toYUYV()` and `toRGB()` functions assume that the data from the device is in YUYV. Webcams may give data in other formats too, like `MPEG` or `H264`. Currently there is...

enhancement

Fixed stuff to make it work on newer version. Published on npm here: https://www.npmjs.com/package/@dwe.ai/v4l2camera