OV5640 camera driver source code

Discussion in 'UDOO QUAD' started by Rushin, Sep 26, 2016.

  1. Rushin

    Rushin New Member

    Joined:
    Sep 26, 2016
    Messages:
    1
    Likes Received:
    0
    Hi,

    I am new to UDOO platform. I have downloaded the source and compiled successfully for quad. However I see that ov5640_mipi driver is compiled and loaded on my board but strangely I am unable to find driver source code. I am able to find its .c source file in tmp/work-shared/kernel-sources/drivers/media/mxc/capture path. How can I make modifications in driver and compile it? I searched for the steps but unable to get it. Moreover I observed that the quality of frames captured in low light is very bad. Please let me know if this is a known issue or am I missing something?

    Regards,
    R S
     
  2. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi there Rushin,
    as I've told you via private messages, the camera drivers are in the kernel, which is publicly available.
    OV5640 camera driver source code: https://github.com/UDOOboard/linux_kernel/blob/3.14-1.0.x-udoo/drivers/media/platform/mxc/capture/ov5640_mipi.c
    The answer to the other question, how to modify and compile a driver, is contained in the documentation: http://www.udoo.org/docs/Introduction/Introduction.html
    What do you mean by quality of frames in low light? Could you take a picture or shoot a video?
     

Share This Page