On Thu, Jul 31, 2014 at 12:06 PM, Michael Dietschi
<michael.diets...@inunum.com> wrote:
> Am 30.07.2014 17:21, schrieb Enrico:
>
>> Standard question: are you using media-ctl from
>> git://linuxtv.org/pinchartl/v4l-utils.git field branch and latest
>> yavta from git://git.ideasonboard.org/yavta.git ?
>>
>> Enrico
>
> No, not exactly. I used older versions which came with Yocto Poky Daisy. But
> I also tried with these newer ones and get the same:
>
> root@overo:~$  ./media-ctl -v -r -l '"tvp5150 3-005c":0->"OMAP3 ISP
> CCDC":0[1], "OMAP3 ISP CCDC":1->"OMAP3 ISP CCDC output":0[1]'
>
>
> root@overo:~$  ./media-ctl -v -f '"tvp5150 3-005c":0 [UYVY2X8 720x576],
> "OMAP3 ISP CCDC":1 [UYVY2X8 720x576]'
>
> root@overo:~$  ./yavta -f UYVY -s 720x576 --capture=1 --file=image.raw
> /dev/video2
>

I think you are missing the ccdc sink pad setup, basically you should
have something like this:

....
- entity 5: OMAP3 ISP CCDC (3 pads, 9 links)
            type V4L2 subdev subtype Unknown flags 0
            device node name /dev/v4l-subdev2
        pad0: Sink
                [fmt:UYVY2X8/720x288 field:alternate]
                <- "OMAP3 ISP CCP2":1 []
                <- "OMAP3 ISP CSI2a":1 []
                <- "tvp5150 1-005c":0 [ENABLED]
        pad1: Source
                [fmt:UYVY/720x576 field:interlaced-tb
                 crop.bounds:(0,0)/720x288
                 crop:(0,0)/720x288]
                -> "OMAP3 ISP CCDC output":0 [ENABLED]
                -> "OMAP3 ISP resizer":0 []

with this setup i can correctly capture deinterlaced frames with
yavta, but have a look at the "[PATCH 00/11] OMAP3 ISP BT.656 support"
thread, i noticed some problems maybe it's the same for you.

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