Pirlouwi wrote:
> I just tried with width=720 and height=576, but without success.
> Any other idea for me to debug the situation (quick and dirty) ? :-)

>From a PVR-500 I get this:
# v4l2-ctl --get-fmt-video
Format:
        Type          : Video Capture
        Width/Height  : 720/576
        Pixel Format  : MPEG
        Field         : Interlaced
        Bytes per Line: 0
        Size Image    : 131072
        Colorspace    : Broadcast NTSC/PAL (SMPTE170M/ITU601)

# v4l2-ctl --set-fmt-video=width=320,height=240
ioctl: VIDIOC_S_FMT
# v4l2-ctl --get-fmt-video
Format:
        Type          : Video Capture
        Width/Height  : 320/240
        Pixel Format  : MPEG
        Field         : Interlaced
        Bytes per Line: 0
        Size Image    : 131072
        Colorspace    : Broadcast NTSC/PAL (SMPTE170M/ITU601)


If tvtime is working then I guess it is not setting the format as it
clearly isn't working.

I would try different formats,
# v4l2-ctl --set-fmt-video=width=640,height=480
works for me as well
and then set freevo's geometry to the best setting.

look at the tv/v4l2.py at the end are some test cases which you can run
with freevo execute /path/to/tv/v4l2.py. May be you can hack this file
enough to get this card working.

Duncan
> 
> 
> 2007/9/10, Duncan Webb < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:
> 
>     > I can get fmt-video, but not set it.
>     >
>     > [EMAIL PROTECTED] :~# v4l2-ctl --set-fmt-video=width=768,height=576
>     > ioctl: VIDIOC_S_FMT
> 
>     If you have connected this to a TV you will need to use 720x576 as the
>     pixels are not square on a TV (4:3 aspect has 1.06667:1) 720x1.0667
>     = 768.
> 
>     Try this:
>     v4l2-ctl --set-fmt-video=width=720,height=576
> 
>     > [EMAIL PROTECTED]:~# v4l2-ctl --get-fmt-video
>     > Format:
>     >         Type          : Video Capture
>     >         Width/Height  : 320/240
>     >         Pixel Format  : BGR3
>     >         Field         : Interlaced
>     >         Bytes per Line: 960
>     >         Size Image    : 230400
>     >         Colorspace    : Unknown (00000000)
>     >
>     > Will try some googling about this problem too.
> 
>     Then you may need to set your geometry to 320x240.
> 
>     > Is there anything else that I could check in a bash shell to help me
>     > correct
>     > my HVR-1300 problem?
>     > PS: I can change the resolution of my HVR display in TVTIME
>     application.
> 
>     Colorspace seems a bit odd too.
> 
>     Duncan
> 
> 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to