Connect OV5640 Camera Module to Sabre Board.

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

Connect OV5640 Camera Module to Sabre Board.

3,718 次查看
admin
Specialist II

Hi all,

I want to connect an OV5640 Camera Module to the Sabre Board. The current camera module in Sabre is OV4642. It is similar to OV5640. there are both ov5640.c and ov5642.c in the kernel_imx/drivers/media/video/mxc/capture folder.

Can anyone tell me how to config the Sabre board and make OV5640 work, instead of OV5640.

Thanks all.

标记 (2)
7 回复数

1,265 次查看
lily_zhang
NXP Employee
NXP Employee

Are you using MX6 SabreSD board? By using default image, you jus need to put OV5640 camera sensor into MIPI port.

Besides configuration, you should check arch/arm/mach-mx6/board-mx6q_sabresd.c.

For example:

        {

                I2C_BOARD_INFO("ov5642", 0x3c),

                .platform_data = (void *)&camera_data,

        },

        {

                I2C_BOARD_INFO("ov5640_mipi", 0x3c),

                .platform_data = (void *)&mipi_csi2_data,

        },

....

0 项奖励
回复

1,265 次查看
GaoJianzhong
Contributor IV

Yes,it is SabreSD board.

The problem is that i don't know where can i buy the OV5640 camera module.

0 项奖励
回复

1,265 次查看
hyunhoshin
Contributor III


me too!

0 项奖励
回复

1,265 次查看
lily_zhang
NXP Employee
NXP Employee

One information is FYI:

The cameras on the boards come from Omnivision (Ordering Number: OV05640-MRFL-AA0T) and can be ordered through distributor Nu Horizons for example (see http://www.nuhorizons.com/).

0 项奖励
回复

1,265 次查看
lily_zhang
NXP Employee
NXP Employee

Please contact your support window and see whether he can help you to find camera sensors.

0 项奖励
回复

1,265 次查看
GaoJianzhong
Contributor IV

Hi

I want to buy the ov5640 module for sabre sd board,

Where did you get it?

Thank you.

0 项奖励
回复

1,265 次查看
janiscoders
Contributor III

Did you succeed in configuring kernel for ov5640 ?

We are trying to do the same thing without success.

Can someone please help me with this by providing some hints?

Thank you

0 项奖励
回复