Discussion:
Subtracting USB aquired images for basic motion tracking
(too old to reply)
jackminardi
2008-06-30 15:40:08 UTC
Permalink
<img height="1 alt=" src="Loading Image..." width="1" border="0">

I would like to implement very basic motion tracking with a USB camera. I have already got the usb camera showing in labview (using a modified version of the USB example). What I would like to do is take the current frame in the buffer, subtract it from the previous frame in the buffer, increase contrast, and find all nonzero pixel values. These values would be the locations where change has occured. I've been using labview for only a week, so this may be a simple task, I just can't figure out how to grab the last frame in the buffer. I think I know how to grab the current frame. Anyways, any help would be greatly appreciated.
&nbsp;
Thanks in advance,
Jack Minardi
muks
2008-07-01 08:10:06 UTC
Permalink
I did a vi for you checkit.Hope it helps.
Dont forget to rate a good answer.


muksjan.vi:
http://forums.ni.com/attachments/ni/170/336469/1/muksjan.vi
jackminardi
2008-08-11 14:40:11 UTC
Permalink
Thanks for the response. I have it all figured out now.

Loading...