We currently use v4l2src and GStreamer on DM365 to capture PAL video using the TVP5146 and encode it in H264. This works fine and we're very happy with it.
However, we'd like to be able to use RSZB to resize the video smaller, and then run two H264 encoders - one for the fullsize stream and one for the small stream from RSZB. From what I can see, it looks like the DM365 should be able to support this configuration as long as I don't use GStreamer. The problem is that we've only ever used v4l2src / GStreamer and we have no experience with the lower layers. So my questions are:
1. Would the DM365 hardware support this? TVP5146 capture, RSZA and RSZB enabled, and two H264 encoders?
2. Is there sample code available that does this, or does parts of it? We're currently using DVSDK 4.02, would we need to change?
3. What resources are available for learning about how to program the DM365 at the lower levels (like DMAI)?
Any help would be most appreciated, thank you!