My goal is to take the USB video and process it using OpenCL. In order to do this, I must take the USB camera input and put the frames into memory, where the VIP core can then access it.
My first goal would be to make a simple project without a linux GUI so that I can send the USB video direct to HDMI.
USB Video -> Software moves to Memory using AXI (Not sure how to do this... ) -> Frame reader from memory, to clock video output to HDMI
I just don't know how to do the software step, and was hoping someone could offer an example, or at least tips for getting started.