View Single Post
Posts: 355 | Thanked: 566 times | Joined on Nov 2009 @ Redstone Canyon, Colorado
#107
Originally Posted by attila77 View Post
Anyone with a 42-11 (=release) firmware ? I'd like to hear if the image quality is any better compared to the Summit 41-10's and confirm the demise of the right-side dark band.
Sorry to tell you, but image quality still sucks and the band is still there. This is due to the firmware, not your program (as you well know).

It does the same thing in mplayer. Example (from my old mirror script for Eee):

Code:
mplayer \
        -fs \
        -v \
        -fps 25 \
        -nosound \
        -ao null \
        -nojoystick \
        -nolirc \
        -ontop \
        -framedrop \
        -stop-xscreensaver \
        -nocache \
        -vf-add mirror \
        -vf-add crop=640:380 \
        -vf-add hqdn3d \
        -noslices \
        -vo xv \
        -tv brightness=0:contrast=0:hue=0:saturation=-0:gain=0:device=/dev/video1 \
        tv://
None of the -tv options work on the front (mirror) camera. They work fine on /dev/video0 though.

-Jeff
 

The Following 3 Users Say Thank You to jebba For This Useful Post: