Dear all:
I am using DVRRDK3.0 with DM8168EVM.
I create a chain to archive dual stream and JPEG encoding.Because there is no capture module,I used NullSrcLink.The following is my chain,and is runing normally.
SRC
|
---------------------------- Dup -------------------------------
| | |
| | sc
| | |
| | nsf
| | |
----------------------------merge -------------------------------
|
ipcOutVpss
|
ipcInVideo
|
enc
|
ipcBitsOutVideo
|
ipcBitsInHost
I have these three streams saved to 3 files.
When I set the srcPrm.tilerEnable = TRUE, I was able to get the desired results,.
And, When I set the srcPrm.tilerEnable = FALSE, the result is not correct.
I want to know why this is.