V4L/DVB (9562): gspca: Set the default frame rate to 30 fps for sensor ov764x in ov519.
This patch fixes the bad picture at low resolution (320x240). Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
ac40b1fae5
commit
53e745157b
1 changed files with 3 additions and 4 deletions
|
@ -1499,8 +1499,8 @@ static int ov519_mode_init_regs(struct sd *sd)
|
||||||
switch (sd->sensor) {
|
switch (sd->sensor) {
|
||||||
case SEN_OV7640:
|
case SEN_OV7640:
|
||||||
switch (sd->frame_rate) {
|
switch (sd->frame_rate) {
|
||||||
/*fixme: default was 30 fps */
|
default:
|
||||||
case 30:
|
/* case 30: */
|
||||||
reg_w(sd, 0xa4, 0x0c);
|
reg_w(sd, 0xa4, 0x0c);
|
||||||
reg_w(sd, 0x23, 0xff);
|
reg_w(sd, 0x23, 0xff);
|
||||||
break;
|
break;
|
||||||
|
@ -1512,8 +1512,7 @@ static int ov519_mode_init_regs(struct sd *sd)
|
||||||
reg_w(sd, 0xa4, 0x0c);
|
reg_w(sd, 0xa4, 0x0c);
|
||||||
reg_w(sd, 0x23, 0x1b);
|
reg_w(sd, 0x23, 0x1b);
|
||||||
break;
|
break;
|
||||||
default:
|
case 15:
|
||||||
/* case 15: */
|
|
||||||
reg_w(sd, 0xa4, 0x04);
|
reg_w(sd, 0xa4, 0x04);
|
||||||
reg_w(sd, 0x23, 0xff);
|
reg_w(sd, 0x23, 0xff);
|
||||||
sd->clockdiv = 1;
|
sd->clockdiv = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue