Hi all,
I want to read the YUV video frames from A8, and use the SWOSD to imprint the time information on the frame, and then encode the frame. I can read the frames from A8 and encode them normally, but the infromation can't be imprinted on the video, it looks that the SWOSD has no effort on the video frame. I have checked all the parameters, I can't find the error which may cause this issue. So, I wonder weather my link is wrong or not, my link flow is as below,
/**
IPC Frames Out (A8) (1080p60 422I)
|4CH
|
IPC Frames IN (M3)
|
IPC Frames Out0 (M3)--<<process link>>--IPC Frames In(DSP)--ALGLINK
|
NSF 420SP
|
DUP
| |
+------------+ +------------+
| |
| |
| |
| MERGE
| |
| |
| IPC OUT(M3)
| |
SW Mosaic IPC IN(M3)
(SC5 YUV422I) |
| Encode
| |
| IPC Bits OUT (M3)
On-Chip HDMI |
1080p60 422 IPC Bits IN (A8)
*/
Is there any thing wrong?