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:
Dear TI,
When I only use Acore to run gst to use isp, it seems good.
But if I add MCU to load these firmware(c7x dm), the isp test fail.
the test command is as follow
gst-launch-1.0 v4l2src device=/dev/video3 io-mode=dmabuf-import ! video/x-bayer,width=3856,height=2176,framerate=30/1,format=rggb12 ! tiovxisp sink_0::device=/dev/v4l-subdev2 sensor-name="SENSOR_SONY_IMX728" dcc-isp-file=/home/root/autobrains/imx728/dcc_3856x2176/dcc_viss_wdr.bin sink_0::dcc-2a-file=/home/root/autobrains/imx728/dcc_3856x2176/dcc_2a_wdr.bin format-msb=11 ! video/x-raw,format=NV12,width=3856,height=2176,framerate=30/1 ! tiovxldc dcc-file=/home/root/autobrains/imx728/dcc_3856x2176/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX728 ! videoconvert ! video/x-raw,format=BGRx,width=3840,height=1920 ! videoconvert ! jpegenc ! multifilesink location="/home/root/autobrains/output/frames%d.jpeg"
This is the boot log when MCU start load firmware and uboot
Hi,
Could you try to run the below pipeline and let me know if it works:
gst-launch-1.0 v4l2src device=/dev/video3 io-mode=dmabuf-import ! video/x-bayer,width=3856,height=2176,framerate=30/1,format=rggb12 ! tiovxisp sink_0::device=/dev/v4l-subdev2 sensor-name="SENSOR_SONY_IMX728" dcc-isp-file=/home/root/autobrains/imx728/dcc_3856x2176/dcc_viss_wdr.bin sink_0::dcc-2a-file=/home/root/autobrains/imx728/dcc_3856x2176/dcc_2a_wdr.bin format-msb=11 ! video/x-raw,format=NV12,width=3856,height=2176,framerate=30/1 ! tiovxldc dcc-file=/home/root/autobrains/imx728/dcc_3856x2176/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX728 ! video/x-raw,format=NV12,width=3840,height=1920 ! v4l2jpegenc ! multifilesink location="/home/root/autobrains/output/frames%d.jpeg
Best Regards,
Suren
That was a typo.. Its v4l2jpegenc (Jpeg encoder ). Please retry and let me know how it goes.
Best Regards,
Suren