Charlie Abeling
Charlie Abeling
Open your web console and check the object that is being logged. It'll have a property called progress. Check that number and see if it's going up. I thought the...
Unlikely. https://github.com/chuckfairy/node-webcam/tree/master/src/bindings/CommandCam Windows code is here. It could be a windows 7 issue, I compiled this on 10. Let me run some tests on this. Maybe it's a signing issue...
Can you guys run a specific test on your virus scanner and give me a dump of it's output? I can try and install a VM for windows 7, but...
https://github.com/chuckfairy/node-webcam/pull/37/files So for non-windows I think we can fix by removing it and having windows do a post install grab. I have to test on windows in a bit, but...
I've removed the file from the repo and moved it to postinstall on windows. Mac shouldn't be giving these errors now. Still not sure why it would be flagged on...
Agreed, once you use Promises you never want to go back to callbacks.
Nah not with video, but there is a capturing example below with websockets. It's just taking pictures though. https://github.com/chuckfairy/node-webcam/tree/master/examples/websocket Ideally we are going to have a C++ add-on, one thing...
I tried my hand at getting in memory for fswebcam. Using `/dev/stdout` outputs when run in pure console, but in node that won't be accessible at least on my system....
What was the command you were passing to fswebcam? Have you tried `String.trim()` on the data?
PRs are always accepted, I can take a look at memory again too.