add ov2659 camera support in mx53_smd tablet

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

add ov2659 camera support in mx53_smd tablet

1,228 Views
Mats1z
Contributor III

SABRE tablet uses ov5642 camera module. In kernel configuration support for ov2640, ov3640, ov5640 and ov5642 are present.

I need ov2659 support in my sabre tablet. How it can be accomplished?

Rgds,

Mathews

Labels (3)
3 Replies

650 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello,Mats1z,

      You need 4 steps to do it :

(1)Check if the definitions of signals on ov2659 are in accordence with those of camera connector on i.mx53 SMD board.

(2)add linux driver of ov2659 to linux kernel( should place it at the same path of ov3640/ov5642.

(3)Select it when you configure linux kernel and compile it.

(4)According to OV2659 hardware feature , adjust HAL of camera in android.
See ~/myandroid/hardware/mx5x/libcamera/

Regards,

Weidong

650 Views
Mats1z
Contributor III

how to add linux driver of ov2659 ? it is not present in the kernel source only other 4 driver support is present. I searched for the ov2659 driver source but it is not available.

Message was edited by: Mathews Paul

0 Kudos

650 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello,Mats1z,

    Yes, in linux drivers path, there is no ov2659 driver, you should get it from OV company or manufactrue that supply vo2659 module to you , or you will have to program one according to datasheet and by refering to other ov sensor's driver.

Regards,

Weidong