On Thu, Sep 1, 2011 at 5:16 PM, Gary Thomas <g...@mlbassoc.com> wrote:
>
> - entity 16: tvp5150m1 2-005c (1 pad, 1 link)
>             type V4L2 subdev subtype Unknown
>             device node name /dev/v4l-subdev8
>        pad0: Output [unknown 720x480 (1,1)/720x480]
>                -> 'OMAP3 ISP CCDC':pad0 [ACTIVE]
>
> Ideas where to look for the 'unknown' mode?

I didn't notice that, if you are using UYVY8_2X8 the reason is in
media-ctl main.c:

{ "UYVY", V4L2_MBUS_FMT_UYVY8_1X16 },

You can add a line like:

{ "UYVY2X8", V4L2_MBUS_FMT_UYVY8_2X8 },

recompile and it should work, i'll try it now.

Enrico
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to