I am using the DM365 with the dvsdk_2_10_01_18, and dmai_1_21_00_10. I have enabled both resizers A&B as demonstrated in other Resize threads in this forum, and it works in both continuous and single shot modes. I'm using interlaced scan input 720x480i UYVY, and resizing to 736x480 YUV420PSEMI. There is a limitation listed in the document SPRUGP6 - VPFECaptureDriverUsersGuide.pdf under 1.3 Constraints that states:
In continuous mode, with interlaced scan input, only the second field of the input data is used for
capture at Resizer and is scaled up by 2x to preserve the height. So in this mode, the video is
de-interlaced at the driver and hence both fields are not available.
1. This is what I want for Resizer A, since the buffer goes to the video encoding thread. But for Resizer B, I want to capture both fields to get the full resolution image. Is it possible to configure Resizer B to do this in continuous mode?
2. I've also tried resizing using single-shot mode, and that does allow both fields to be captured in both resizers. However I want Resizer A to be deinterlaced, by using only the second field and scale up by 2x. Is it possible to configure Resizer A to do this in single-shot mode? I would rather not deinterlace in software.