I want to perform a functional test and verify that interface between the camera and the DM365 is correct. Here is what I want to do:
1. Put the camera in test pattern mode. This way I know the raw frames coming out of the camera sensor are always the same.
2. Configure the DM365 to disable or bypass all the ISIF, A3, and IPIPE processing. I basically want to pass a raw image right through the video front end
3. There is a DM365 application that lets me capture a raw image. I want to capture the raw image and peform a binary compare against a know good raw image.
The problem is that I can't seem to totally bypass the IPIPE processing. The DM365 VFE documentation shows how to configure the DM365 for RAW input and RAW output but this does not seem to work; my binary compares still fail. In further reading through the VFE documentation it's unclear if I can actually bypass the entire video processing chain; I can't find a description or block diagram that shows how to bypass all the VFE blocks.
Regards,
Chris Reed