add ov2659 camera support in mx53_smd tablet

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

add ov2659 camera support in mx53_smd tablet

2,056 次查看
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

标签 (3)
3 回复数

1,478 次查看
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

1,478 次查看
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 项奖励
回复

1,478 次查看
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