Hello all,
I am trying to build own sdk and i have builded tisdk-default-image successfully but when i run
"gst-launch-1.0 v4l2src device=/dev/video2 io-mode=dmabuf-import ! video/x-bayer, width=1920, height=1080, framerate=30/1, format=rggb10 ! tiovxisp sink_0::device=/dev/v4l-subdev2 ! sensor-name="SENSOR_SONY_IMX219_RPI" ! dcc-isp-file=/opt/imaging/imx219/dcc_viss_10b.bin ! sink_0::dcc-2a-file=/opt/imaging/imx219/dcc_2a_10b.bin format-msb=9 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! kmssink driver-name=tidss sync=false" on j721e-evm board, The result is that
"WARNING: erroneous pipeline: no element "tiovxisp"
how can i add dcc-isp file and bin file on tisdk-default-image?