Masking a Movie object with a pixel array...
in
Core Library Questions
•
2 years ago
So I'd like to mask a video clip with the constantly updating pixel array as the mask, in particular... kinect depth data. What would be the best way? Does the Video class extend PImage?
Currently to test, I'm just using shiffman's AveragePointTracking example (could as easily be the point cloud example as well) as a basis.
Basically just trying to project video onto a moving foreground object.
1