chuckfairy / node-webcam

Nodejs Cross Platform Webcam usage
MIT License
194 stars 52 forks source link

webcam node python #19

Closed ghost closed 6 years ago

ghost commented 6 years ago

can i capture continuous images and send it to node server then pass those captured images to python script for image processing?

if yes, then let me know the way please.

chuckfairy commented 6 years ago

You could probably just use the CLI and wait for the command to finish. If you pass the location it will be in that location and you could post processing after on the image.

node-webcam --l IMAGE_LOCATION.png