MIPI to USB bridge

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

MIPI to USB bridge

7,899 Views
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

Labels (1)
0 Kudos
3 Replies

3,432 Views
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 Kudos

3,432 Views
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 Kudos

3,432 Views
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