Dear all,
I am using DVR RDK 4.01. For now, I can get the decoded data using the following steps:
2 diff. rtsp streams -----> DM8168 live555 -----> decode 2 streams -----> hdmi out ----> hdmi in -----> fpga process based on decoded data
And I want to remove the hdmi interface, and implement sth. like the following steps:
2 diff. rtsp streams -----> DM8168 live555 -----> decode 2 streams -----> fpga process based on decoded data
My question is following:
(1) Is it possible to output decoded YUV data from DM8168 ?
(2) How many ports could I get ? I am using 8 bit YUV 420 format or YUV 422 format.
(3) What I need to do to output decoded YUV data directly. I mean where should I change the DVR RDK codes.
Thansk