Hello there.

I am developing a little web app where concept is

A webpage will be capturing images through webcam of user and send it to 
the node server. Images will be captured continuously for example 20 images 
will be captured back to back.
where node server will pass that images directly to an python script which 
will do some image processing tasks.

assume that web page will capture the image from webcam in a loop with 
interval of 1 second and send it to node server.
node server will pass the images in loop to python script and do the 
processing.

how to do this?

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/898b823e-51ad-4be3-98ae-3628e9ca389f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to