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

Nodejs Cross Platform Webcam usage

Results 29 node-webcam issues
Sort by recently updated
recently updated
newest added

It seems that the capture method can only take one picture at a time, which makes the efficiency very low. How can I solve this problem? thank you

Would be great to have additional FSWebCam options supported in this library. The ground-work is laid out nicely to add new parameters.

Hi, are you planning on adding Android support to this awesome package ? It could be great as it is possible to execute node code on an Android phone by...

If i wanted to take a picture I would use a camera program. I cant even access the data of the pictures this library automaticlly takes. And it force, saves...

In zoom call/google hang out over there you have an option for a camera source, can I stream my desktop screen as a virtual camera. Q: Can I achieve with...

See: https://www.npmjs.com/package/pi-camera It consumes RaspiCam: https://github.com/raspberrypi/userland/blob/master/host_applications/linux/apps/raspicam/ It'd be great if I could test my work on a real machine.

I've tried playing around with saveShots, output and callbackReturn, but non of them seem to allow me to stop the saving of the photo as a file. I really only...

It would be useful if promises were supported.

Hi, After I run the .exe file from node-webcam js converted to .exe through pkg module, it is always getting an error message. Does anyone have any idea? -------------------------------------Error Message-----------------------------------...

On windows, after packaged with electron builder I get the error ```js { cmd: "\"C:\\Users\\kp\\AppData\\Local\\Programs\\kiosk\\resources\\app.asar\\node_modules\\node- webcam\\src\\bindings\\CommandCam\\CommandCam.exe\" /filename test_picture.jpg" code: 1 killed: false signal: null } ```