I'm setting up some additional modes for my video capture, and I'm getting a little confused about some of the terminology as it applies to my situation. I am utilizing a 5 MP camera, and I currently have the DM365 setup for continuous mode to capture the 5 MP raw Bayer video and resize it down to 720x480. I am using DVSDK 3.10.00.19. I would like to create the follow two additional modes:
Mode 1
Video In: 2456x2058 raw Bayer 12-bit
RSZA Out: 2456x2058 YCbCr 4:2:2
RSZB Out: Disabled
Mode 2
Video In: 2456x2058 raw Bayer 12-bit
RSZA Out: 2456x2058 YCbCr 4:2:2
RSZB Out: 720x480 YCbCr 4:2:2
For these two modes, since at least one output image is wider than 2176 pixels I will need to send the output of the ISIF (CCDC) to RAM. From my understanding this means I need to configure the IPIPE (Previewer) in single shot mode. What about the Resizer; does the Resizer need to be in single shot mode or would it be in continuous mode? For the Previewer and Resizer drivers I see references to “chained” operation, where does the chained operation fit into all of this?