Trying to Get the Camera Module Working

Discussion in 'SECOSBC-A62' started by Kizz, May 13, 2016.

  1. Kizz

    Kizz New Member

    Joined:
    Nov 17, 2015
    Messages:
    4
    Likes Received:
    1
    Greetings,

    I am attempting to configure the camera module (same as is used on the normal Udoo) and cannot get the camera to produce a stream.

    I run this:
    Code:
    gst-launch-0.10 mfw_v4lsrc ! ffmpegcolorspace ! ximagesink
    
    And I get this:
    Code:
    ERROR: pipeline could not be constructed: no element "mfw_v4lsrc"
    
    Any suggestions, has anyone else managed to get the camera working with the A62?
     
  2. modjo

    modjo Active Member

    Joined:
    Sep 29, 2014
    Messages:
    417
    Likes Received:
    127
    didn't test with udoobuntu but work fine with ubuntu image give by seco ...
     
  3. Kizz

    Kizz New Member

    Joined:
    Nov 17, 2015
    Messages:
    4
    Likes Received:
    1
    After a couple days of extreme googling and such, I have managed to get it to work on both mfw_v4lsrc and the 1.0 imxvideosrc. However with mfw_v4lsrc the appsink is throwing several errors and not allowing our program to send the stream to the server. Very frustrating and very little help or documentation from seco or freescale. Pushed to my French team, but it's beginning to seem like our only option now is to return to the normal Udoo.
     
    modjo likes this.

Share This Page