Closed ghost closed 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.
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
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.