[mythtv-users] hdpvr latest firmware color saturation issue question

Chris Kapp chris.kapp at gmail.com
Sun Jul 22 13:28:44 UTC 2012


On Sat, Jul 21, 2012 at 11:15 PM, Steven Adeff <adeffs.mythtv at gmail.com> wrote:
> so I've updated my system and am using the latest hdpvr firmware. I
> have the color saturation issue, but placing
> v4l2-ctl --verbose -d /dev/video1 --set-ctrl brightness=0x80
> --set-ctrl contrast=0x40 --set-ctrl hue=0xf --set-ctrl saturation=0x40
> --set-ctrl sharpness=0x80
> at the end of the channel change script does not fix the problem, I
> have to run it again, manually, from an ssh session.
>
> is this the way it is supposed to be or did I miss something in how I set it up?
>
> thanks!


Hello,
If the command is working from your ssh session, you can try the
following at the end of your change channel script:


( sleep 8; v4l2-ctl -d /dev/video-hdpvr --set-ctrl brightness=0x80
--set-ctrl contrast=0x40 --set-ctrl hue=0xf --set-ctrl saturation=0x40
--set-ctrl sharpness=0x80   > /dev/null 2>&1 ) &


This is working for me.  I end up with a few seconds of the saturation
issue, but the rest of the recording is fine.

Chris.


More information about the mythtv-users mailing list