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.

dm8127 图像一帧yuv420sp_uv的文件如何通过jpegLink压缩成jpg格式



比如yuv420sp_uv格式文件,打开如何传到encLink(好象没jpegLink)压缩成jpg图像

  • 你好,

    你是否希望是在A8读取YUV文件夹,然后编码,然后保存JPEG输出到文件?

    如果是,能否使用下面的chain?还需要在ti_mcfw_ipcframes.c里面增加文件读的API(可以代码里面参考文件写是如何实现的)。

    NULL link->ipcFrameoutHost->ipcFramesIn(vidoeFromHost)->enclink->ipcFramesOut(videoToHost)->ipcFramesInHost->SYSTEM_LINK_ID_INVALID