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.
Tool/software: Linux
I'm trying to use hardware accelerated video codecs on customboard, based on sitara am5728 processor, with ti-sdk-03.03.00.04.
But when I'm trying to execute any pipeline, using ducati encoders or decoders, from this ti wiki guide processors.wiki.ti.com/.../Processor_Training:_Multimedia, it stops with following error.
As I understand it's something wrong with DSP libs for hardware codecs, how can I fix this problem?
Hello,
Could you try pipeline like:
gst-launch-1.0 videotestsrc num-buffers=100 ! 'video/x-raw,format=(string)NV12,width=1280,height=720' ! ducatih264enc ! h264parse ! filesink location=1.h264
Let me know the result?
Are you observing this problem with the decoders also?
Are you made some changes connected with gstreamer ot IPUMM ?
BR
Margarita
Hi Ilya,
For some reason IPU2 firmware is not loaded.
Can you check if cat /sys/kernel/debug/remoteproc/remoteproc1/trace0
Ramprasad