Re: [PATCH] output human readable form of the .status field from VIDIOC_ENUMINPUT

2009-10-23 Thread Sigmund Augdal
On Fri, Oct 23, 2009 at 9:35 AM, Sigmund Augdal wrote: > On Fri, Oct 23, 2009 at 12:10 AM, Hans Verkuil wrote: >> >>> The attach patch modifies v4l2-ctl -I to also output signal status as >>> detected by the driver/hardware. This info is available in the status >&g

Re: [PATCH] output human readable form of the .status field from VIDIOC_ENUMINPUT

2009-10-23 Thread Sigmund Augdal
On Fri, Oct 23, 2009 at 9:35 AM, Sigmund Augdal wrote: > On Fri, Oct 23, 2009 at 12:10 AM, Hans Verkuil wrote: >> >>> The attach patch modifies v4l2-ctl -I to also output signal status as >>> detected by the driver/hardware. This info is available in the status >&g

[PATCH] rounding signal strength indicator to nearest int

2009-10-23 Thread Sigmund Augdal
Attached patch changes v4l2-ctl -T so that the reported strength is rounded to nearest integer rather than allways rounding down. With this patch you get 100% when driver returns 0x. Best regards Sigmund Augdal v4l2-ctl-signal-strength-rounding.diff Description: Binary data

Re: [PATCH] output human readable form of the .status field from VIDIOC_ENUMINPUT

2009-10-23 Thread Sigmund Augdal
>> already calls. The strings are copied from the v4l2 api specification >> and could perhaps be modified a bit to fit the application. >> >> Best regards >> >> Sigmund Augdal >> > > Hi Sigmund, > > This doesn't work right: the status field is a

[PATCH] driver support for VIDIOC_QUERYSTD and enhanced VIDIOC_ENUMINPUT for WinTV PVR-150

2009-10-22 Thread Sigmund Augdal
is. Best regards Sigmund Augdal pvr150_enuminput_querystd.patch Description: Binary data

[PATCH] output human readable form of the .status field from VIDIOC_ENUMINPUT

2009-10-22 Thread Sigmund Augdal
modified a bit to fit the application. Best regards Sigmund Augdal v4l2-ctl-enuminput.patch Description: Binary data

[PATCH] Support for VIDIOC_QUERYSTD in v4l2-ctl

2009-10-22 Thread Sigmund Augdal
Attached patch adds support for running the VIDIOC_QUERYSTD ioctl from v4l2-ctl. Best regards Sigmund Augdal v4l2-ctl-querystd.patch Description: Binary data