...that deal with pure data
You are not logged in.
Oh gosh I am so stupid, but could someone please help a newbeginner.
It's about the pix_record. I manage to get it to record video input from my icam and make a .mov-file, but if I put this video input onto a sphere or rotate it or other simple things, it is still only the unmodified raw video input that gets through to the outputted mov-file. (Like in the attached pd-program) And the mov-files are empty if I try to output just simple things like rectangles (without any video input).
About me:
OS 10.6.2
Uncle Vanja
Offline
I *think* that is because the object only records the raster part of the chain. Your sphere and rectangle objects are vector objects whice are actually rendered on your video card. What you need to do is use [pix_snap] to grab each frame, and then follow that with [pix_record]. Make sure that the gemhead you attach pix_snap to is rendered AFTER the one you want to capture.
Offline