Image capture questions
Hi all, I am an absolute beginner in Python but I've been
reading about pygame and such libraries, and I've dared trying to
implement it as a node with no success... so I was wondering if
anyone, with better skills than mine, could point out some ways of
doing this.
Ultimately, the goal is to input image, from a webcam, and
manipulate it with the sound reactor. It can be rastered (as an
example here on the forum) or not, it really doesn't matter.
source ---> http://stackoverflow.com/questions/15870619/python-webcam-http-stre...
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Frederik De Ble... on 18 Sep, 2014 08:03 PM
This is, uhm, difficult, for a number of reasons:
So, unfortunately, this doesn't fall in the scope of NodeBox 3. It would be cool if we could do all of this eventually, but we're not there yet.
2 Posted by Rodolfo Oliveir... on 19 Sep, 2014 10:14 PM
yes, I figured it would be difficult.
maybe I can try to capture the image in some other way (externally), pipe it to nodebox and then raster it.
thanks anyway