Tool/software:
hi TI export:
I have a question: TIVX_RAW_IMAGE_P12_BIT this paramter is CSI RX packed not mipi packed data ? and now if i get mipi packed data, i dont know how to do?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
hi TI export:
I have a question: TIVX_RAW_IMAGE_P12_BIT this paramter is CSI RX packed not mipi packed data ? and now if i get mipi packed data, i dont know how to do?
Hi,
No, this means it will store the data in 12bit packed format.
Regards,
Brijesh
Yes, please use output format as TIVX_RAW_IMAGE_P12_BIT. This will configure CSIRX to output in packed format.
In your RAW image parameters, you would need to set
{
{TIVX_RAW_IMAGE_P12_BIT, 11}, /*dataFormat and MSB [0]*/
},
Regards,
Brijesh