On Sat, 27 Feb 2010 21:20:22 +0100
Antonio Ospite <osp...@studenti.unina.it> wrote:

> Exposure is now a u16 value, both MSB and LSB are set, but values in
> the v4l2 control are limited to the interval [0,506] as 0x01fa (506)
> is the maximum observed value with AEC enabled.
        [snip]
>           .type    = V4L2_CTRL_TYPE_INTEGER,
>           .name    = "Exposure",
>           .minimum = 0,
> -         .maximum = 255,
> +         .maximum = 506,
>           .step    = 1,
>  #define EXPO_DEF 120
>           .default_value = EXPO_DEF,

Hi Antonio,

Do we need a so high precision for the exposure? Just setting the
maximum value to 253 should solve the problem.

Cheers.

-- 
Ken ar c'hentaƱ |             ** Breizh ha Linux atav! **
Jef             |               http://moinejf.free.fr/
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to