MIPI camera interface for FPGA

Hello.

I’m considering a way to develop a high frame rate, low latency (<10ms) video streaming system for an FPGA board (TI DLPLCRC410EVM) using a MIPI camera (IMX273) and Jetson nano or TX2.
Since the FPGA board doesn’t have any video interface but GPIO pins, data from Jetson board should be input through the GPIO pins.
I think I need to connect the GPIO pins of Jetson and the FPGA board physically by creating a connector conversion board ( with level shifter if necessary).
But since I have no experience of both software and hardware development, I cannot see if the above idea is possible.

MIPI—Jetson nano or TX2—GPIO of Jetson nano or TX2—connector conversion board—GPIO of a FPGA

Thank you.

Hi @user44263 and welcome to the NVIDIA developer forums!

I took the liberty to move you to the dedicated Jetson Nano category according to your inquiry.

Thanks!

Have a check the camera design guide from the download center.
And GPIO pin only use to control the sensor power and reset if the FPGA doesn’t need those control you may ignore it.

Have reference to below document.

https://developer.nvidia.com/nvidia-jetson-nano-and-jetson-xavier-nx-camera-design-guide
https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/camera_dev.html#

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.