[Flashcoders] Motion detection with Camera, bitmapdata and flash 8

2006-05-18 Thread Andreas Rønning
Has anyone here played around with this? I'm thinking about maybe doing a matrix filter first to find edges, then compare edges between frames. I have a hard time finding example algorithims for the comparison, anyone got pointers? Cheers, - Andreas

RE: [Flashcoders] Motion detection with Camera, bitmapdata and flash 8

2006-05-18 Thread dan
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rרnning Sent: Thursday, May 18, 2006 4:05 PM To: Flashcoders mailing list Subject: [Flashcoders] Motion detection with Camera, bitmapdata and flash 8 Has anyone here played around with this? I'm thinking about maybe doing

Re: [Flashcoders] motion detection

2005-12-08 Thread Christian Giordano
... so I didn't go to far with research, but it seems that motion detection in f8 is pretty strong ... (because of BitmapData) to be honest, from the first tests I did, the getPixel/setPixel method seems to have a very low performance and for this reason I wouldn't define computer-vision with

Re: [Flashcoders] motion detection

2005-12-07 Thread Daniel Cascais
What does it do, apart from crashing IE and FF when you open it? http://www.playdocam.com/flash8/fire.html -- Daniel Cascais Tel: +56 (0)2 4589495 Cel: +56 (0)9 9417355 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] motion detection

2005-12-07 Thread Cedric Muller
some nice fire effect w/motion detection ... I did some tests a few months ago, but then I didn't have Flash 8 (coding without seeing the results had to encode the swf file then test in a browser) ... so I didn't go to far with research, but it seems that motion detection in f8 is pretty

Re: [Flashcoders] motion detection

2005-12-07 Thread Rob Dackson
It seems to be a Quicktime Movie, so maybe you have a problem with your QT installation? Direct link to the movie, if it works better: http://www.playdocam.com/flash8/playdocam-flash8.mov /RobD 2005/12/7, Daniel Cascais [EMAIL PROTECTED]: What does it do, apart from crashing IE and FF when

Re: [Flashcoders] motion detection

2005-12-07 Thread Rob Dackson
Cedric, Very very nice, thanks for the link! //RobD 2005/12/7, Cedric Muller [EMAIL PROTECTED]: some nice fire effect w/motion detection ... I did some tests a few months ago, but then I didn't have Flash 8 (coding without seeing the results had to encode the swf file then test in a

Re: [Flashcoders] motion detection

2005-12-07 Thread Daniel Cascais
Yep, that did the trick. Thanks. On 12/7/05, Rob Dackson [EMAIL PROTECTED] wrote: It seems to be a Quicktime Movie, so maybe you have a problem with your QT installation? Direct link to the movie, if it works better: http://www.playdocam.com/flash8/playdocam-flash8.mov /RobD 2005/12/7,

[Flashcoders] motion detection

2005-12-03 Thread George
hi i was wondering what luck people have had with motion detection. i have been doing motion detection in processing for quite some time, but haven't have too much luck in flash,because of speed issues. i can get basic difference images etc. as per guy watson's tutorial on macromedia, and