Great- thanks, all! I was leaning towards OpenCV since it looks like the best opportunity to get to know the <meta charset="utf-8"><font class="Apple-style-span" face="serif" style="font-size: medium; "> </font><span class="RktSym" style="font-family: monospace; color: rgb(38, 38, 128); text-decoration: none; font-size: medium; "><a href="http://docs.racket-lang.org/foreign/index.html?q=ffi" class="RktModLink" style="text-decoration: none; color: blue; ">ffi/unsafe</a> </span><span class="RktSym" style="text-decoration: none; "><font class="Apple-style-span" face="arial, helvetica, sans-serif">module, and make something interesting at the same time. I&#39;m sure I&#39;ll be back with more questions any minute...</font></span><br>

<br><div class="gmail_quote">On Tue, Jan 11, 2011 at 12:46 PM, Anthony Cowley <span dir="ltr">&lt;<a href="mailto:acowley@seas.upenn.edu">acowley@seas.upenn.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Tue, Jan 11, 2011 at 9:58 AM, Ben Dean &lt;<a href="mailto:benjamin.dean@aya.yale.edu">benjamin.dean@aya.yale.edu</a>&gt; wrote:<br>
&gt; Hmm, thanks, I really appreciate the help.  Obviously an oversight on my<br>
&gt; part, but I&#39;m targeting OSX and the built-in apple &quot;iSight&quot; or whatever they<br>
<br>
</div>I heartily recommend OpenCV&#39;s highgui module. I&#39;ve used this on Mac OS<br>
X and Linux for interfacing with various cameras with very little<br>
trouble, and written bindings to it for other languages. I haven&#39;t<br>
done so for Racket, but the C API is extremely friendly, so it&#39;s just<br>
a matter of cobbling together the necessary Racket FFI bits. It works<br>
great with the built-in iSight camera.<br>
<br>
Here&#39;s a relevant place in the OpenCV documentation:<br>
&lt;<a href="http://opencv.willowgarage.com/documentation/c/highgui_reading_and_writing_images_and_video.html#capturefromcam" target="_blank">http://opencv.willowgarage.com/documentation/c/highgui_reading_and_writing_images_and_video.html#capturefromcam</a>&gt;<br>


<font color="#888888"><br>
Anthony<br>
</font></blockquote></div><br>