Part Number: AM5726
Tool/software: Linux
Hello, I am running pipeline as below
gst-launch-1.0 -e v4l2src device=/dev/video1 ! 'video/x-raw, format=(string)YUY2, width=(int)640, height=(int)720, framerate=15/1' ! tee name=p ! queue min-threshold-buffers=2 ! rtspserver ! fakesink p. ! queue ! ducatijpegdec ! tee name=t ! queue min-threshold-buffers=2 ! queue leaky=2 ! videocrop left = 1824 right=912 ! queue ! videoscale ! video/x-raw , format=NV12 , height=240 , width=320 ! eiovready ! fakesink t. ! queue ! videorate ! 'video/x-raw, format=(string)YUY2, width=(int)640, height=(int)720, framerate=1/1' ! multifilesink location=/dev/shm/snap/snap1.jpeg max-files=1
aftre one day of successfull running i got below error and pipeline stops.
MmRpc_use: Error: unable to declare buffer use
[123798.918258] rpmsg_rpc rpmsg-dce: unwinding UVA to RDA translations! translation 1
[123798.930108] rpmsg_rpc rpmsg-dce: failed to translate all pointers for remote core! ../git/libdce_linux.c:115: dce_buf_lock ERROR: Failed eError == DCE_EOK error val -5MmRpc_call: Error: write failed ../git/libdce.c:965: process ERROR: Failed eError == DCE_EOK error val -5
Please do needful.
Regards,
Prerak