<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: infra red &#8211; how to differentiate more than one IR beam?</title>
		<atom:link href="http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 19:47:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-26391</guid>
					<title><![CDATA[infra red &#8211; how to differentiate more than one IR beam?]]></title>
					<link>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-26391</link>
					<pubDate>Tue, 13 Jun 2006 00:19:31 +0000</pubDate>
					<dc:creator>lbeckste@ryerson.ca</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all,</p>
<p>I&#8217;m doing a project involving motion-tracking using a camera which tracks an infra-red beam.  No problems there, as long as you are only tracking one thing.  </p>
<p>My question is: is it possible to motion track two or more different things (people, in this case) using IR at the same time?   I need to be able to distinguish between the two people.  In other words, it&#8217;s important to know that person A is at one particular x-y coord and that person B is at another, and to follow their movements separately.  Is this possible using IR?</p>
<p>Hope this question makes sense.  Thanks in advance for your help.</p>
<p>Lori</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-78811</guid>
					<title><![CDATA[Re: infra red &#8211; how to differentiate more than one IR beam?]]></title>
					<link>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-78811</link>
					<pubDate>Tue, 13 Jun 2006 01:15:24 +0000</pubDate>
					<dc:creator>monged</dc:creator>

					<description>
						<![CDATA[
						<p>I haven&#8217;t tried this, but it just occurred to me that this might <br />
be a solution:</p>
<p>What about building a pulse width modulation circuit on a <br />
small circuit board, and using it to drive an IR LED mounted on<br />
to it?</p>
<p>With multiple boards it could be possible to set each LED to<br />
a different frequency, thereby allowing multiple targets to be <br />
discriminated using a video camera.</p>
<p>IIRC, PWM is how IR remote controls work. </p>
<p>What I&#8217;m not sure of though is how the frame rate of a video camera<br />
would interfere with this&#8230; perhaps someone more knowledgeable on <br />
the list would be able to clarify?</p>
<p>Brian</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-78812</guid>
					<title><![CDATA[Re: infra red &#8211; how to differentiate more than one IR beam?]]></title>
					<link>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-78812</link>
					<pubDate>Tue, 13 Jun 2006 01:49:49 +0000</pubDate>
					<dc:creator>monged</dc:creator>

					<description>
						<![CDATA[
						<p>Of course there are easier ways if the earlier suggestion is a bit<br />
complicated.</p>
<p>I personally haven&#8217;t used cv.jit yet so I can&#8217;t vouch for its suitability,<br />
but I have successfully used an EyesWeb patch to track multiple blobs, <br />
sending co-ordinates as OpenSound Control messages over a network connection</p>
<p>to another machine running Max.</p>
<p>Although EyesWeb has good motion tracking capabilities, in assigning IDs to <br />
blobs it can sometimes gets &#8216;confused&#8217; under certain circumstances in which<br />
case the IDs can swap around, and person A suddenly becomes person B for<br />
example. Jens Wunderling has written about it here:</p>
<p><a href="http://www.sport4minus.de/blog/?p=65" rel="nofollow">http://www.sport4minus.de/blog/?p=65</a></p>
<p>Just something to be aware of. Also EyesWeb is Windows only, which may or<br />
may<br />
not be a factor.</p>
<p>hth,</p>
<p>Brian</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-78813</guid>
					<title><![CDATA[Re: infra red &#8211; how to differentiate more than one IR beam?]]></title>
					<link>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-78813</link>
					<pubDate>Tue, 13 Jun 2006 02:20:49 +0000</pubDate>
					<dc:creator>langsound</dc:creator>

					<description>
						<![CDATA[
						<p>If you are running max on an powerPC machine and you want to track multiple<br />
objects, and you are not all that much into programming, you may want to<br />
check out softVNS2.  It has objects/patches that do multiple blob tracking<br />
right out of the box. Check out v.heads&#8230; SoftVNS also plays nice with<br />
Jitter&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-78814</guid>
					<title><![CDATA[Re: infra red &#8211; how to differentiate more than one IR beam?]]></title>
					<link>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-78814</link>
					<pubDate>Tue, 13 Jun 2006 07:19:28 +0000</pubDate>
					<dc:creator>wippen</dc:creator>

					<description>
						<![CDATA[
						<p>Using a pulse-pattern with IR will, of course, be complicated with a camera, which uses a frame-rate of 15 or 30 per second (although this wavers!).  It would be possible by using very long pulse-times, but this would slow down the reaction considerably.  If it is possible, it is always a good idea to use multiple sensor-data which reinforces itself.  In your case, a multiple-blob tracking scheme reinforced with a much slower IR-pulse identification would work nicely.  EyesWeb works well, but I usually put it on a separate machine than the one I am using for music or video projection (&#8230;still haven&#8217;t tried a dual-core&#8230;) because it needs plenty of processor power.</p>
<p>Dayton</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-78815</guid>
					<title><![CDATA[Re: infra red &#8211; how to differentiate more than one IR beam?]]></title>
					<link>http://cycling74.com/forums/topic/infra-red-how-to-differentiate-more-than-one-ir-beam/#post-78815</link>
					<pubDate>Tue, 13 Jun 2006 16:38:16 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: <a href="mailto:lbeckste@ryerson.ca">lbeckste@ryerson.ca</a> wrote on Tue, 13 June 2006 02:19<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Hi all,<br />
> <br />
> I&#8217;m doing a project involving motion-tracking using a camera which tracks an infra-red beam.  No problems there, as long as you are only tracking one thing.  <br />
> <br />
> My question is: is it possible to motion track two or more different things (people, in this case) using IR at the same time?   I need to be able to distinguish between the two people.  In other words, it&#8217;s important to know that person A is at one particular x-y coord and that person B is at another, and to follow their movements separately.  Is this possible using IR?</p>
<p>How about giving one person a very powerful IR signal, and the other a &#8220;dimmer&#8221; signal so as to distinguish between the two?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

