Problems using Gstreamer for analog video in

Discussion in 'UDOO NEO' started by Hannes Bo, Jan 27, 2016.

  1. Hannes Bo

    Hannes Bo New Member

    Joined:
    Jan 14, 2016
    Messages:
    24
    Likes Received:
    6
    Hello,

    I would like to use the analog video input of my UDOO NEO board with gstreamer-imx. I installed it, following the instructions on:

    https://github.com/Freescale/gstreamer-imx/blob/master/docs/debian-ubuntu.md
    where the original source is:
    http://trac.gateworks.com/wiki/ventana/ubuntu#AddingGStreamerIPUVPUGPUsupportviagstreamer-imx

    I tried the following command:

    $ gst-launch-1.0 -v imxv4l2videosrc device=/dev/video0 imx-capture-mode=2 ! aasink

    (the option imx-capture-mode=2 sets up NTSC as input format and the aasink is the ASCII art video sink)

    But it does not work and I get the following error message:

    Setting pipeline to PAUSED ...
    ERROR: Pipeline doesn't want to pause.
    Setting pipeline to NULL ...
    Freeing pipeline ...

    Can anyone help me?

    Thanks a lot!
     
  2. vikas

    vikas New Member

    Joined:
    Mar 31, 2017
    Messages:
    2
    Likes Received:
    1
    Hello Hannes,

    any update on this issue?
    were you able to use analog video input channel?

    thanks.
     
    NickZano likes this.

Share This Page