Hi!
I was trying to make a simple webcam motion detection app by loading sprites with usermedia snapshots at set intervals, and then calculating the difference between them with a "difference" effect.
My idea was to load the resulting image into a canvas object (using the canvas plugin by R0J0hound), so I can do pixel-color based collision detection.
But when I paste sprites into the canvas object, effects are lost.
I don't want to use the "Snapshot canvas" System action, because it saves the image from all layers. Any Idea?
Might I use two different canvas objects and manually calculate the difference?