add ov2659 camera support in mx53_smd tablet

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

add ov2659 camera support in mx53_smd tablet

2,057件の閲覧回数
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,479件の閲覧回数
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,479件の閲覧回数
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,479件の閲覧回数
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