<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.4">
</HEAD>
<BODY>
Le lundi 17 juin 2013 à 06:15 -0700, yemi a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
    Thanks for you response. But my camera is /dev/video0 so it is picking the<BR>
    right camera by default. Any other suggestions as to what could be wrong.<BR>
    Thanks<BR>
</BLOCKQUOTE>
<BR>
You can get the device capabilities using the following command.<BR>
<BR>
v4l2-ctl -D -d /dev/video0 <BR>
<BR>
Sharing this information will help. Here's an example with my camera device.<BR>
<BR>
Driver Info (not using libv4l2):<BR>
        Driver name   : uvcvideo<BR>
        Card type     : Built-in iSight<BR>
        Bus info      : usb-0000:00:1d.7-4<BR>
        Driver version: 3.9.4<BR>
        Capabilities  : 0x84000001<BR>
                Video Capture<BR>
                Streaming<BR>
<BR>
</BODY>
</HTML>