MIPI to USB bridge

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

MIPI to USB bridge

8,317 次查看
adc1
Contributor IV

Hi,

is it possible to implement a software MIPI to USB bridge to let a ov5640 camera sensor be controlled over USB?

does it exist any kernel module example on how exchange MIPI data trough UVC driver?

or is it possible only using a hardware bridge like Cypress CX3?

thank you for the attention

best regards

Andrea

标签 (1)
标记 (3)
0 项奖励
回复
3 回复数

3,850 次查看
adc1
Contributor IV

Thank you Gary and Igor,

I suppose it would be a little slow, I would just figure out if it's possible and how to do it

I'll take a look to uvc-gadget, today project site seems to be up

regards

Andrea

0 项奖励
回复

3,850 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Andrea

I believe it is possible to implement a software MIPI to USB bridge as CX3,

but seems performance wiil be low due to software latencies.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

3,850 次查看
gary_bisson
Senior Contributor III

Hi Andrea,

You should have a look at the uvc-gadget:

linux/gadget-testing.txt at master · torvalds/linux · GitHub

Note that the project site seems to be down today:

http://git.ideasonboard.org/uvc-gadget.git

Regards,

Gary