> 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
