I have a problem with APTINA example from crosscore. I started to use GUI and both sensors works properly (OVM7692 and ASX-340). Using example from ADZS-BF707-BLIP2 v1.0.0. I am able to capture frame and show it in debug as a photo only using OVM7692 sensor. Using aptina i have a coloured photo with shapes.
To use i changed in both examples ( FrameCapture_ClassDriver_OV7692 and FrameCapture_ClassDriver_ASX340) only some lines in file FrameCapture_ClassDriver.h:
- #define CAPTURE_VIDEO_DATA_FORMAT ADI_VIDEO_IN_RAW422_PROG to #define CAPTURE_VIDEO_DATA_FORMAT ADI_VIDEO_IN_RGB565
- #define VIDEO_BUF_SIZE (1280u * 720 * 3) to #define VIDEO_BUF_SIZE (640u * 480* 2)
-#define PROC_MAX_SYS_CLOCK (192000000u)