Hello,
We are planning to use HDMI IN as source of video frame but the data path is as follows:
HDMI IN --> SerDes --> TDA2px CSI-2 DPHY
From the SW links architecture description, [ISS Capture] expects RAW RGB bayer format from sensor then passes it to [ISS M2M ISP] to convert it into YUV frame which can then be passed to subsequent links in the Vision SDK pipeline.
Since the HDMI IN data format are RGB/YUV422/YUV444 can the data path from [ISS Capture] be modified such that the output is already YUV and M2M ISP no longer needs to perform the conversion pipeline?
Unfortunately, we are still in discussion phase and have yet to perform trial with code revision for this topic.
But from my understanding, we can create a ISP sensor module and use the following datapath:
VPS_ISS_IPIPE_DATA_PATH_YUV422_YUV422 = 0x3
Hoping to get some insights if this idea is feasible in the current TDA2px and Vision SDK framework.