For the last few months I have been developing a machine vision application on the C6A8168, but unfortunately it appears that this device is not sufficiently powerful for our requirements. Its pluses are the ability to run Linux implying the possibility of porting openCV, the multiple camera interfaces, USB support, and a built-in frame buffer interface, so I would really like to keep it.
Something that would satisfy our needs would be the use of a C6674, do to the up-front image processing, followed by the C6A8168. An obvious way to do this would be to have the C6674 issue an interrupt to the C6A8168 upon completion of the processing of each image frame. Would it also be possible to have the C6674 issue either a notify or a message to the C6A8168 via Syslink? I'm already using Syslink between the ARM Cortex A8 and the C674 DSP. How could Syslink running on the ARM be configured to work with an external C6674?
Lee