I am designing a camera with AR0134 only output Bayer data. (1280x720x60fps) With datasheet I saw the ARM on chip can process audio signal. I want to know if ARM can process video data by converting Bayer data to YUY2 for UVC protocol.
If on chip ARM is not powerful enough to process video data, what else I can do?
Do I need a ISP(FPGA) between CMOS and FX3
or I can stream raw data directly to computer and use opencv or other programs to convert Bayer data to RGB data?
http://www.cypress.com/forum/usb-30-super-speed/fx3-uvc-windows
The website above shows they successfully use AR0134 under Linux thorough UVC, I want to know how is that's possible.