node-v4l2camera
node-v4l2camera copied to clipboard
Error on cam.stop();
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 not a function. Thanks for any help.
I have the same issue
stop()
expects a callback. Giving it a callback fixes.
The callback should be optional.