Hi,
This is out situation,
Which node can I use to combine 4 images to a line-interleaved image?
Regards,
Li
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.
Since this requirement is not common case, i'm afraid you have to use a c7x customized node to do the job, but DMA could be used within the node to accelerate the data movement. thanks.
Thanks for answering.
In fact the deserializer outputs 4 images as on line-interleaved image (same format as we need to put into csitx), and capture node seperates it.
Is there any solution for putting this line-interleaved image into scaler directly? At the same time, capture node and its follow-up node should run normally.
according to Brijesh, you may have chance to configure the MSC to do it, and please try it out.
MSC does not support YUV422, so it can be done for YUV420 format.
What you could do is, you could use Mosaic node, which takes 4 images and outputs in a single buffer, but this output buffer can be stored in either frame interleaved or line interleaved manner. This is possible, but requires some minor changes in mosaic node.
Regards,
Brijesh