I want to create a simple motion JPEG stream and I cannot use the DM8168's DSP and I also do not want to use Codec Engine. The obvious way is to use the functions of the open source library libjpeg, running on the ARM, but are codecs available that use HDVICP2 that are more efficient? In searching TI's software site I only see codecs that use the DSP, which I cannot use as the DSP is fully allocated. Also, under the HDVICP2 Overview, the Technical reference manual says that:
JPEG (also MJPEG) Baseline Encode/Decode is supported without any intervention of the digital signal processor
The HDVICP2 API Library doc does not seem to support this statement.
Lee