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.

视频从scalar模块输出至encode模块失败?



各位高手好。

我的开发平台是DM8127,现在的使用方法是两路视频使用h264编码,还有一路JPEG。

目前有个想法,我想主码流做完OSD后,经过一个SCALAR输出一个小分辨率的流来做子码流,然后同时送去编码。

所以我首先尝试了一下在OSD后增加一个SCALAR模块,位置位于OSD->SCALAR->VPSS_OUT->VIDEO_IN->ENC。

但是我发现一旦加上这个SCALAR模块后在做h264编码时会报错,错误如下:

[m3video] ENCLINK:H264Enc !!WARNING!!!Unable to handle runtime output buffer request
[m3video] Extended error 18400 for reqObjIndex 0

所以请问各位高手有没有用过SCALAR这个模块的,有什么心得没有?