Are there plans for releasing motion jpeg encoder that runs on IVAHD for Netra? Last I checked, mpeg2( third party) , h.264(TI),mpeg4 (TI) were mentioned.
RV
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
It is available at below link
http://software-dl.ti.com/dsps/dsps_public_sw/codecs/HDVICP2/index_FDS.html
HI, I have the same question, and I download JPEG decoder from the link http://software-dl.ti.com/dsps/dsps_public_sw/codecs/HDVICP2/index_FDS.html according to the reply. But I can't integrate the decoder library to my application (use VISA interface). Here is the question, package.xs indicate that if target type isn't v7M, the lib file will not be linked. But I think the target of ARM core is v5T, so the lib file can't be linked. Anyone can help me? BR Frank PS, package.xs function getLibs(prog) { var lib = null; if (prog.build.target.isa == "v7M") { if ( this.JPEGVDEC.watermark == false ) { lib = "lib/jpegvdec_ti_host.lib"; } else { lib = null; } print(" will link with " + this.$name + ":" + lib + "(ti jpeg decoder for hdvicp2)"); } return (lib); }
Hi,
The JPEG decoder provided at http://software-dl.ti.com/dsps/dsps_public_sw/codecs/HDVICP2/index_FDS.html runs on Cortex-M3 (media controller) processor of SOC, which is a ARMv7-M based processor.
Regards
Sayanna
Hi Frank,
You need SDK to support MJPEG codecs to have call from cortex A8.
Thanks,
With Regards,
Pramod