On Feb 6, 12:55 pm, Brian Johnson <[email protected]> wrote:
> The issue i'm pretty sure has to do with the fact there are several
> different bayer formats depending on the ordering of the red, green,
> and blue pixels, the bridge used in these webcams expects to get BGGR
> order so when it gets  different order the the colors will appear
> incorrect.
>
> One thing you can try is in the micron.c file find the initialization
> array for the mt9m111 sensor and then modify the lines that write
> values to registers 0x01 and 0x02, these lines say VSTART and HSTART
> above them respectively. They control the row and column that the
> sensor starts its reading from so adjusting them should effect your
> image colors. I would start by I'm attaching a patch that increments
> the starting row by one but from the reports i've seen so far i don't
> think it gets the colors quite right either.

I tried incrementing and decrementing those, but I haven't found one
that looks quite right. I was able replace the green halos with blue
ones though!
--~--~---------~--~----~------------~-------~--~----~
Lets make microdia webcams plug'n play, (currently plug'n pray)
To post to this group, send email to [email protected]
Visit us online https://groups.google.com/group/microdia
-~----------~----~----~----~------~----~------~--~---

Reply via email to