I have an FPGA which send me raw data over CSI (not camera video).
The CSI protocol sends the data it such format, for each pixel (for each data sample):
LSB 8 bit of I data
MSB 8 bit of I data
LSB 8 bit of Q data
MSB 8 bit of Q data
What should be the best mode_type that I should use, in order to get the raw data from GStreamer, without any conversion and data mismatch?