Other Parts Discussed in Thread: AM62A7
器件型号: AM62A7
您好、
EVM:AM62A-SK
SDK:Yocto SDK-11
我们将对 AM62A7 处理器使用 Yocto SDK-11 作为定制电路板。 我们正在使用插件“ tiovxisp “进行流式传输。
与 tiovxisp 进行流水线处理、这可以正常工作而不会出现问题:
gst-launch-1.0 -v v4l2src device=/dev/video2 io-mode=dmabuf-import ! video/x-bayer, width=1920, height=1200, framerate=60/1, format=rggb10 ! tiovxisp sink_0::device=/dev/v4l-subdev2 dcc-isp-file=/opt/imaging/ar0235/dcc_viss_10bit_1920x1200.bin sink_0::dcc-2a-file=/opt/imaging/ar0235/dcc_2a_10bit_1920x1200.bin format-msb=9 sink_0::ae-mode=2 ! video/x-raw, format=NV12, width=1920, height=1200, framerate=60/1 ! fakesink
但是、当我们与 tiovxisp 插件添加 ee-mode=2 时、流水线挂起、不提供任何帧。 下面是挂起的流水线:
gst-launch-1.0 -v v4l2src device=/dev/video2 io-mode=dmabuf-import ! video/x-bayer, width=1920, height=1200, framerate=60/1, format=rggb10 ! tiovxisp sink_0::device=/dev/v4l-subdev2 dcc-isp-file=/opt/imaging/ar0235/dcc_viss_10bit_1920x1200.bin sink_0::dcc-2a-file=/opt/imaging/ar0235/dcc_2a_10bit_1920x1200.bin format-msb=9 sink_0::ae-mode=2 ee-mode=2 ! video/x-raw, format=NV12, width=1920, height=1200, framerate=60/1 ! fakesink
在流水线之上运行后、即使是正常工作的流水线也会停止工作。 之后我们必须重新启动电路板。
“tiovxisp"插“插件中的 ee-mode=2 属性可能有什么问题?
请告知我们 ID、需要提供任何其他信息。
此致、
Jay