Hi Team,
We are currently working on interfacing the i.MX RT1170-EVKB board with a camera using a 2-lane MIPI interface. In our setup, all camera control signals are managed by an FPGA, while the i.MX RT1170 board is responsible only for receiving image data from the FPGA and streaming it to the host system.
We have attempted to modify the “uvc_rgb_imxrt1170” example project by bypassing the camera initialization and I²C control sequences, since the camera is managed externally. However, we have not yet been able to verify whether the board is successfully receiving data over the MIPI interface.
The camera specifications are as follows:
Pixel format: 12-bit monochrome
Resolution: 2048 × 2048
Data source: FPGA (via 2-lane MIPI)
Before proceeding further, we would like clarification on the following points:
Is it feasible to interface the i.MX RT1170-EVKB with an FPGA-based MIPI source by replacing the OV5640 camera?
Can the existing PXP (Pixel Pipeline) module handle the 12-bit monochrome data format described above?
For reference, we have attached details of the MIPI connector used and the example project originally designed for streaming data from the OV5640 camera.
FPGA to IMXRT1170 connector (J2 in IMX BOARD)
Please Go through and Respond
Any information regarding this will be much valuable and helpful.
Thank you for your guidance and support.
Jyothish
Hi,
It is feasible to interface the i.MX RT1170-EVKB with an FPGA-based MIPI source, but the PXP module will require data format conversion to handle 12-bit monochrome data.
Y8
) and 4-bit monochrome ( Y4
),. There is no documented support for a 12-bit monochrome ( Y12
) input.