<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>Yiliang,<br>I found a great example using the V4L2_CID_EXPOSURE control.&nbsp; My problem is, I can'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>John Buckley<br><br>----- "Yiliang Bao" &lt;yiliangb@gmail.com&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;&nbsp; -Yiliang<br><br><buckleyassoc@comcast.net><br></buckleyassoc@comcast.net></div></body></html>