<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Jose Antonio.<br>
      <br>
      Sorry for my late answer, I lost your message down my inbox.<br>
      <br>
      <br>
      El 25/03/15 a las 20:23, Jose Antonio Fernandez escribió:<br>
    </div>
    <blockquote
cite="mid:CAO_BSAdRAVhNvjEQTaJQfVfY4hKW17v5_A603LJRn-Lpj8i8Kg@mail.gmail.com"
      type="cite">
      <div dir="ltr">I'm installing Ice in the same device but apply the
        patch you say Jderobot compile but cameraserver gives this
        error:<br>
        VIDIOC_DQBUF: Invalid argument<br>
        libv4l2: error dequeuing buf: Invalid argument<br>
      </div>
    </blockquote>
    <br>
    <br>
    This is not a opencv or ice error. As you can see is a video4linux
    (or module/driver) error.<br>
    <br>
    <br>
    <blockquote
cite="mid:CAO_BSAdRAVhNvjEQTaJQfVfY4hKW17v5_A603LJRn-Lpj8i8Kg@mail.gmail.com"
      type="cite">
      <div dir="ltr">I suppose that this patch is not enough at least to
        cameraserver<br>
      </div>
    </blockquote>
    <br>
    <br>
    The patch was enough, but there is a problem with your webcam and/or
    USB bus.<br>
    <br>
    Try the same fix that I told in another thread:<br>
    <br>
    sudo rmmod uvcvideo<br>
    sudo modprobe uvcvideo nodrop=1<br>
    <br>
    If it is not enough then try this:<br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
    sudo rmmod uvcvideo<br>
    sudo modprobe uvcvideo timeout=10000 quirks=0x80 nodrop=1<br>
    <br>
    If it fixed your problem you can do them permanently with:<br>
    <br>
    echo "uvcvideo timeout=10000 quirks=0x80 nodrop=1" | sudo tee -a
    /etc/modprobe.d/jderobot_workarround.conf<br>
    <br>
    Almost all my problems with webcams in the GK802 and Raspberry was
    fixed with that line.<br>
    <br>
    Best regards.<br>
  </body>
</html>