Hello All,
I am using Vision SDK with TDA3x. i am using Vision SDK 2.9..
I am capturing video of 1280 * 720 and i am displaying only 640 *500 size of frame buffer.
i want to update displayed image based on user preference of X and Y coordinate so i am in a need to pass these dynamic parameters to display link.
I have explored there is DisplayLink_RtParams struct is defined inside DisplayLink_CreateParams structure in vision_sdk/include/DisplayLink.h file..
Can i use this DisplayLink_RtParams to update displayed image dynamically ?