Hello,
I am evaluating possibilities to do JPEG encoding on C6748 (LCDK board). Frame size is 1920 x 1080 pixels.
I have read from there http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/p/43699/165244.aspx#165244 that it should be possible to use C64x video codec library also on C6748 device.
It seems that this library is little bit outdated: http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C64XPlus_Video/index_FDS.html and example only builds in CCS 3, I am using CCS 5.3.
What I would like to know is how to get it to work under CCS 5.3. It seems that some additional packages are needed: Framework Components and probably also Codec Engine, however I am not completely sure what else is needed, I am little bit lost under huge amount of information. Strangely if I installed this codec package under Windows 7 i got a tar file called: c64xplus_jpegenc_02_00_01_00_production.tar. I guess I just have to untar it by myself, however it is confusing why installer does not do it in the first place.
If this is not too much to ask for, could you tell me how to run this JPEG encoding example under CCS 5.3
Andres