I understand that the "official" Udoo Ubuntu distribution comes with the mfw_v4lsrc pre-installed. However, I'm trying to use a Udoo camera module on a Udoo Quad with a minimal Ubunto Core LTS 14.04 (in much the same way as in your Carmadillo project). I have gstreamer and the dev packages installed using apt-get but obviously not the i.MX6 pipelines, and I'm having trouble finding any information on how to install them. Information for the pipelines are provided here: https://community.freescale.com/docs/DOC-93387 However, I couldn't find a download link anywhere. The best instructions I've been able to find on building the pipelines was here: http://boundarydevices.com/mx6-video-ac ... ng-debian/ Unfortunately, these aren't directly applicable as they're meant for Debian. I'll work through and try to get things to compile, but before I do I'd like to confirm that this approach is sensible. Does anyone have a way of installing them (e.g. the Carmadillo project)? Can anyone post some instructions on how to do it? Thanks in advance!
You may want to give this a try, not sure what gstreamer version you have https://github.com/Freescale/gstreamer-imx
Thanks, Ionut. That certainly looks like it's worth a shot. I've actually installed gstreamer 1.4 (which I think is the latest), but I have no problem with rolling back to an earlier version. All I'm trying to do is get an RTSP stream from the Udoo camera over to an Android tablet - I have no interest in other gstreamer features.