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

When I enter a empty folder, npm install my fork (which merely implements the fix described in #30), npm install pngjs, and try to run the example indicated, the core...

Buffer requires new operator so require to add in docs. In typescript it raise error.

When I try to install this on debian stretch with GCC 6.3, the node-gyp rebuild step fails with the following error: ``` > [email protected] install /home/barco/test/node_modules/v4l2camera > node-gyp rebuild make:...

When I try to install v4l2camera, I get an error. Is there any way to fix this? I execute the following command: ``` npm install v4l2camera ``` I get this...

One of the two checks in https://github.com/bellbind/node-v4l2camera/blob/master/c-examples/capture-jpeg.c#L85 will always be true. Therefore the program will always throw an error. Change the logic operator from || to && and it is...

Tested with Raspberry Pi camera on Raspberry Pi 3.

I'm asking since the MJPG seems preferred in the example. Also, if I bypass the check, I get: ``` # # Fatal error in ../deps/v8/src/objects.cc, line 2538 # Check failed:...

The usb webcam I use supports both yuyv and mjpg, the problem is, it's default is yuyv, and I need mjpg. So when use v4l2 camera it shows up as...

I have no problem capturing image from a single webcam, but when i have 2 webcams, and I try to run it, it will complains `Error: CAMERA ERROR [VIDIOC_STREAMON] 12...