Hello,
I am new with vision_apps and I have a question about re-scaling in single_cam application.
I have a camera with a 1280x720 camera and a 1920x1080 monitor. When I run single_cam application (without LDC filter) I don't see the video in full-screen mode, but when I run it with LDC filter, I see the video in full-screen mode (pictures attached)
Output without LDC filter
Output with LDC filter
I would like to modify the application to show my image in full-screen mode but without LDC filter. I tried to read the code where LDC filter is applied but I couldn't identify where the image is resized.
I have read that up-scaling is not possible, but I don't know if technically is the same that showing an image in full-screen mode. And if both are the same, why I can see LDC image in full-screen?
I am currently using psdk-rtos-j721e-evm-08_00_00_12.
Thank you so much, regards!