I need capture a SMPTE 296 Image from a security camera. I need to store this as a JPEG. This is my idea, will it work?
Configure EMIF from raw to SMPTE 296. SMPTE 296 is 720p digital Y'C'BC'R 4:2:2. (we are normally getting RGB 565).
1 Wait for Frame Interrupt.
2 Get frame or maybe two in case first one is a partial, presumably this is DMAed to mddr on experimenter board.
3 Convert to JPEG using DSP. It looks like there are codecs to do this in the current: DVSDK: "dvsdk_omapl138-evm_04_03_00_06_setuplinux", is this correct?
Another question. Seems like c6acell libraries are obsolete or no longer supported. Where and what are the pre-compiled dsp function binaries for the L138 and its associated 674x DSP?