Hi, we use RDK4.0, DM8168.
The data flow is:
capture(1 ch) --> dup ---> DEI_H ----> enc
-----> DEI
The resolution of 2 encode channel can separatly change dynamicly?
I use status = System_linkControl(
gVcapModuleContext.deiId[deiId],
DEI_LINK_CMD_SET_OUTPUTRESOLUTION,
&(params),
sizeof(params),
TRUE
);
It can not change.
Is there another method?
Thanks.