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.

TDA4VM: 项目应用中有关 CSI TX部分的需求不知是否可行,求教!

Part Number: TDA4VM


SDK:  ti-processor-sdk-linux-j7-evm-08_05_00_08 + ti-processor-sdk-rtos-j721e-evm-08_05_00_11

应用场景:max96724  4路摄像头 CSI_RX 输入 -- 该部分已经调通

看手册 CSI_TX是可以通过 stream0 接收内存中的数据的,如下图

我计划先通过一个node对 CSI_RX 接收的4路摄像头图像在内存中做4分屏融合,然后给 CSI_TX 输出。(缩小4路图像分辨率,融合后的分辨率是 1080p)

不知道这样是否可行?有没有从 stream0 输入  CSI_TX 输出的例程?