• Janusz Krzysztofik's avatar
    [media] SoC Camera: add driver for OV6650 sensor · 2f6e2404
    Janusz Krzysztofik authored
    This patch provides a V4L2 SoC Camera driver for OV6650 camera sensor, found
    on OMAP1 SoC based Amstrad Delta videophone.
    
    Since I have no experience with camera sensors, and the sensor documentation I
    was able to find was not very comprehensive, I left most settings at their
    default (reset) values, except for:
    - those required for proper mediabus parameters and picture geometry and
      format setup,
    - those used by controls.
    Resulting picture quality may be far from perfect, but better than nothing.
    
    In order to be able to get / set the sensor frame rate from userspace, I
    decided to provide two not yet SoC camera supported operations, g_parm and
    s_parm. These can be used after applying patch 4/6 from this series,
    "SoC Camera: add support for g_parm / s_parm operations".
    
    Created and tested against linux-2.6.36-rc5 on Amstrad Delta.
    Signed-off-by: default avatarJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>
    Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
    2f6e2404
Kconfig 26.9 KB