<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 26/05/2014 11:39, Alex J Lennon
      wrote:<br>
    </div>
    <blockquote cite="mid:538319DB.40309@dynamicdevices.co.uk"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      <div class="moz-cite-prefix">On 25/05/2014 21:51, Alexandru Vaduva
        wrote:<br>
      </div>
      <blockquote
        cite="mid:1401051077.12067.YahooMailNeo@web122504.mail.ne1.yahoo.com"
        type="cite">
        <div style="color:#000; background-color:#fff;
          font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
          Lucida Grande, sans-serif;font-size:12pt">
          <div style="" class=""><span style="" class="">Hello,</span></div>
          <div class="" style="color: rgb(0, 0, 0); font-size: 16px;
            font-family: HelveticaNeue,Helvetica
            Neue,Helvetica,Arial,Lucida Grande,sans-serif;
            background-color: transparent; font-style: normal;"><br
              style="" class="">
            <span style="" class=""></span></div>
          <div class="" style="color: rgb(0, 0, 0); font-size: 16px;
            font-family: HelveticaNeue,Helvetica
            Neue,Helvetica,Arial,Lucida Grande,sans-serif;
            background-color: transparent; font-style: normal;"><span
              style="" class="">Sorry for my late response, I put on
              pause the investigation with this bug.</span></div>
          <div class="" style="color: rgb(0, 0, 0); font-size: 16px;
            font-family: HelveticaNeue,Helvetica
            Neue,Helvetica,Arial,Lucida Grande,sans-serif;
            background-color: transparent; font-style: normal;"><span
              style="" class="">Hope to return to it next month (or at
              least after 13 June).</span></div>
          <div class="" style="color: rgb(0, 0, 0); font-size: 16px;
            font-family: HelveticaNeue,Helvetica
            Neue,Helvetica,Arial,Lucida Grande,sans-serif;
            background-color: transparent; font-style: normal;"><span
              style="" class="">Right now in my head there are more
              questions then answers regarding<br style="" class="">
              this bug, so I cannot really help.</span></div>
          A quick suggestion would be to inspect the config.txt for
          raspbian for example <br>
          and investigate the differences. <br style="" class="">
          Also try GPU_MEM = "256" just to make a confirmation of my
          assumption that <br>
          something is missing.<br>
          <br>
        </div>
      </blockquote>
      <br>
      Thanks Alex. I will try that. I'm going to have another look today
      and see if I can get to the bottom of it</blockquote>
    <br>
    Hi Alex,<br>
    <br>
    I've been taking a look at various things. I don't have a solution
    though unfortunately at present<br>
    <br>
    - The GPU_MEM = "256" doesn't help unfortunately<br>
    <br>
    - The raspivid call is failing here, when it tries to instantiate a
    camera component<br>
    <br>
<a class="moz-txt-link-freetext" href="https://github.com/raspberrypi/userland/blob/master/host_applications/linux/apps/raspicam/RaspiVid.c#L1674">https://github.com/raspberrypi/userland/blob/master/host_applications/linux/apps/raspicam/RaspiVid.c#L1674</a><br>
    <br>
    calls,<br>
    <br>
<a class="moz-txt-link-freetext" href="https://github.com/raspberrypi/userland/blob/master/interface/mmal/core/mmal_component.c#L708">https://github.com/raspberrypi/userland/blob/master/interface/mmal/core/mmal_component.c#L708</a><br>
    <br>
    This seems to be because there is no supplier registered for the
    camera component. Why I am not sure...<br>
    <br>
    ...<br>
    <br>
    As I was investigating this I came across OpenMAX Bellagio which
    seems to provide an intermediary registry of OpenMax components.<br>
    <br>
    I'm not sure whether this relates to the RaspiVid issue but I
    believe it does relate to an issue I am seeing when I try to run a
    Gstreamer pipeline<br>
    <br>
    gst-launch-0.10 -v videotestsrc pattern=smpte !
    'video/x-raw-rgb,width=1920,height=1080' ! omx_h264enc ! rpth264pay
    ! udpsink=192.168.0.13 port=5000<br>
    OMX-Component not found with current ST static component loader.<br>
    <br>
    Now apparently we are supposed to have run omxregister-bellagio
    which registers up components.<br>
    <br>
    (omxregister-bellagio is provided by the
    poky/meta/recipes-multimedia/libomxil recipe.)<br>
    <br>
    On Raspbian there are a set of components registered with bellagio,
    and provided by individual libomx-foo packages.<br>
    (e.g. libomxvideosrc.so, libomxfbdev.so, libomxclocksrc.so,
    libomxcamera.so, libomxaudio_effects.so, libomxxvideo.so)<br>
    <br>
    ref:
<a class="moz-txt-link-freetext" href="http://www.nielsmayer.com/bin/view/Raspberry+Pi/Notes+on+Qt5,+Multimedia,+OpenMax+Acceleration,+5.1+Audio">http://www.nielsmayer.com/bin/view/Raspberry+Pi/Notes+on+Qt5,+Multimedia,+OpenMax+Acceleration,+5.1+Audio</a><br>
    <br>
    These are missing on my Yocto Poky RPi image.<br>
    <br>
    It looks as though at some time in the past these components may
    have been present in the core bellagio build, but then at some point
    they were broken out into separate components tarballs.<br>
    <br>
    e.g. <a class="moz-txt-link-freetext" href="http://sourceforge.net/projects/omxil/files/components/">http://sourceforge.net/projects/omxil/files/components/</a><br>
    <br>
    I can't see recipes for these anywhere so I am wondering if they
    need to be added in...<br>
    <br>
    Cheers,<br>
    <br>
    Alex<br>
    <br>
    <br>
    Looking at <br>
    <br>
    <br>
  </body>
</html>