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.
在8168的Mcfw API的Demo中,有这样一个数据流框图:
Capture (4CH 1080p30 422)
******************
| |
DUP0 DUP1
| | | | | |
| | | | | +---------------------------+
| | | +--+ | |
| | +--[----[--------------------------+ |
| | | +--+ | |
| +----[----+ | MERGE1
| | | | |
| +----+ MERGE0 |
| | | |
| | +----- SC5 ------+ |
| | (4CH D1 422) | SC5
+---+ +--------+ | (4CH 422) (MJPEG)
| | | |
DEIH (BP-Mode) DEI (BP-Mode) | |
| | | | | +------+
2CH 1080p30 | | | | 2CH 1080p30 | |
| | | | | |
+----------+ +-----+ +---+ +---+ | |
| | | | | |
| +-------[--+ | MERGE2
复制后代码有点乱了,原图是这样的:
请问在这个框图中,DUP0 和DUP1,MERGE1,MERGE0的作用是什么?为什么要在捕获图像数据后进行两个复制?而复制之后又整合起来?