Steve Gotthardt <gottha...@gmail.com> writes:

> +/* FIXME: Should be replaced by a proper mt9m111 driver */
There is one, but only in camera SoC framework.

I think Hans and Guennadi are currently working so that sensor drivers become
available as v4l2 subdevices, hence usable by every over host.


> +       case 0x143A:    /* MT9M111 as found in the ECS G200 */
> +               dev->model = EM2750_BOARD_UNKNOWN;
> +               em28xx_set_model(dev);
> +
> +               sensor_name = "mt9m111";
> +               dev->board.xclk = EM28XX_XCLK_FREQUENCY_48MHZ;
> +               dev->em28xx_sensor = EM28XX_MT9M111;
> +               em28xx_initialize_mt9m111(dev);
> +               dev->sensor_xres = 640;
> +               dev->sensor_yres = 512;
>From memory, I can take pictures of resolution 1280x1024 with my mt9m111
chip. Is the 640x512 a special constraint ?

Cheers.

--
Robert
--
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