John,<br><br>Try this header:<br>#include &lt;linux/videodev2.h&gt;<br><br>Yiliang<br><br><div class="gmail_quote">On Sun, Mar 21, 2010 at 8:38 PM, John Buckley <span dir="ltr">&lt;<a href="mailto:buckleyassoc@comcast.net">buckleyassoc@comcast.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="font-family: Arial; font-size: 12pt; color: rgb(0, 0, 0);">Yiliang,<br>I found a great example using the V4L2_CID_EXPOSURE control.  My problem is, I can&#39;t find any info on what headers to include that would define the V4L2_CID_ZOOM_RELATIVE, ABSOLUTE &amp; CONTINUOUS controls.<br>
<br>Does anyone know where those CIDs are defined?<br>-Thanks in advance,<br><font color="#888888">John Buckley</font><div class="im"><br><br>----- &quot;Yiliang Bao&quot; &lt;<a href="mailto:yiliangb@gmail.com" target="_blank">yiliangb@gmail.com</a>&gt; wrote:
<br>&gt; Hi John,

Yes, you can do this. You can open another file on the same device using
following<br>&gt; function, even if the device is already streaming video.<br>&gt; fd = open (videoDevName, O_RDWR /* required */ | O_NONBLOCK, 0);<br><br>&gt; Usually it is allowed by the v4l2 driver, as long as you are not trying to
stream video in the<br>&gt; second opened instance.<br>&gt;  -Yiliang<br><br><br></div></div></div><br>------------------------------------------------------------------------------<br>
Download Intel&amp;#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>