I would like my decode pipeline to have rgb out and so I set up parfile as below: (ignore the composition, currently filling only 1 tile).
-i::h265file.h265 -hw -vpp_comp_dst_x 0 -vpp_comp_dst_y 0 -vpp_comp_dst_w 1920 -vpp_comp_dst_h 1080 -dc::rgb4 -vpp_comp_tile_id 0 -join -o::sink
-vpp_comp_only 1 -vpp_comp_num_tiles 1 -rx11 -fps 10 -ext_allocator -join -i::source
The error is:
[ERROR], sts=MFX_ERR_UNSUPPORTED(-3), CalculateNumberOfReqFrames, m_pmfxDEC.get failed at /home/movidius/mdk/examples/refApps/AICamera_generic/pc/decode_process/sample_multi_transcode/src/pipeline_transcode.cpp:3387
[ERROR], sts=MFX_ERR_UNSUPPORTED(-3), AllocFrames, CalculateNumberOfReqFrames failed at /home/movidius/mdk/examples/refApps/AICamera_generic/pc/decode_process/sample_multi_transcode/src/pipeline_transcode.cpp:3273
[ERROR], sts=MFX_ERR_UNSUPPORTED(-3), CompleteInit, AllocFrames failed at /home/movidius/mdk/examples/refApps/AICamera_generic/pc/decode_process/sample_multi_transcode/src/pipeline_transcode.cpp:3971
[ERROR], sts=MFX_ERR_UNSUPPORTED(-3), Init, m_pThreadContextArray->pPipeline->CompleteInit failed at /home/movidius/mdk/examples/refApps/AICamera_generic/pc/decode_process/sample_multi_transcode/src/sample_multi_tran
Link Copied
Hi aung,
I can reproduce your issue although "-rx11" seems to be wrong argument.
I saw you post on https://github.com/Intel-Media-SDK/MediaSDK/issues/1692 and let's do follow-up debugging there.
Mark
For more complete information about compiler optimizations, see our Optimization Notice.