News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

zynqberry1 demo of TE0726

Started by Gloria, May 25, 2021, 10:23:56 AM

Previous topic - Next topic

Gloria

Hi,
There is a axi4 mipi_ppi to axis ip in the demo. Does the data format of mipi_ppi is RAW10? or RAW8?
Through the ip <mipi_ppi to axis>, I notice that the axis data width is 16, what pixels of the 16 bit data includes ?
Or is there the reference document about above question?
Thank you!

Oleksandr Kiyenko

Hi Gloria,
the format is RAW10.
You can check the datasheet for the sensor of your camera module.

Best regards
Oleksandr Kiyenko

Gloria

Thank you,
there is another question,
Through the ip <mipi_ppi to axis>, I notice that the axis data width is 16, what pixels of the 16 bit data includes ?Is it one 16-bit axis data include one pixel?
Or is there the reference document about above question?
For example, in xilinx csi2-rx user guide, when raw10 is transferred to axis,the data width is 64

Oleksandr Kiyenko

Hi Gloria,

this example is my own implementation of the CSI interface, it was made a long time ago before the MIPI CSI core from Xilinx become available.
In video datapath, blocks before the demosaic operation are operating with raw data format which for this case is 2 lane*8 bits so we have a 16-bit interface.
Now you can use the core from Xilinx, as I know you can request a limited license for free. I didn't check it, but sure that it's implemented in the more correct way and
have good documentation.


Best regards
Oleksandr Kiyenko