Hi, we use DM8168, RDK 4.0.
When create the DEI link, if I set absoluteResolution. outWidth and absoluteResolution. outHeight to 1920x1080, and the call System_linkControl(DEI_LINK_CMD_SET_OUTPUTRESOLUTION) to reset the resolution to 352x288, the image is OK.
If I set absoluteResolution. outWidth and absoluteResolution. outHeight to 352x288, and then call System_linkControl to reset the resolution to 352x288, the image is cut to 352x288.
Buf if I set the absoluteResolution. outWidth and absoluteResolution. outHeight to 1280x720, and then call System_linkControl to reset the resolution to 1280x720, the image is OK.
What's the problem?