Hi,
Now, I want to implement h264+jpeg on dm365, but there is some problems:
The jpgenc and jpgdec can be created , but the h264enc and h264dec can't be created!The below is error messages and codec.cfg.
EDMAK Error: dma_ioctl: REQUESTDMA failed: -12
EDMA Error: EDMA_IOCREQUESTDMA error
@0x00119031:[T:0x4001fda0] codecs - create videnc "h264enc" error
=============== h264dec
@0x00119252:[T:0x4001fda0] codecs - create viddec "h264dec" error
var myEngine = Engine.create("codecs", [
// {name: "mpeg4enc", mod: MPEG4ENC, local: true, groupId: 1},
{name: "h264enc", mod: H264ENC, local: true, groupId: 1},
{name: "h264dec", mod: H264DEC, local: true, groupId: 1},
// {name: "g711enc", mod: G711ENC, local: true},
{name: "jpgenc", mod: JPEGENC, local: true, groupId: 2},
{name: "jpgdec", mod: JPEGDEC, local: true, groupId: 2},
]);
The dvsdk version is dvsdk_2_10_01_18 (dm365_h264dec_02_00_00_11 dm365_h264dec_02_00_00_11)
Can you give me some help?
Thank you!Give my best wishes to you!