Tool/software:
Hello TI experts,
SDK8.6,
camera img: 1920x1536
lcd:1280*800
In order to output normally, we cropped 336 pixels in the V direction, ensuring 1920/1200 = 1280/800;
However, 336 pixels in the V direction are discarded, and a total of 1920x336 are discarded. This method causes the camera image to be unable to display the full field of view on the LCD;
#1: In order to maximize the camera field of view, what should we do?
#2: If you use Scale Node directly after doing the minimum cropping of 1920*1536,
Scale in: What should the image resolution be after cropping?
Scale out: 1280*800
Looking forward to your reply.