Hi, TI experts,
In our project, we successfully added a ox05b sensor driver to AM62A TI EVM, and after patching the code (patch.zip), we can do ISP live tunning and save raw/YUV imgs through DCC tool for RGB mode.
However, if we start IR stream using the command below, we can do live tunning through DCC tool but we can not save raw/YUV imgs through DCC (the software has no response when saving raw/YUVs)
IR command:
gst-launch-1.0 \
v4l2src device=/dev/video3 io-mode=5 ! \
video/x-bayer, width=2592, height=1944, format=bggi10 ! queue leaky=2 ! \
tiovxisp using_ir_mode=True sensor-name=SENSOR_OX05B_RGBIR \
dcc-isp-file=/opt/imaging/ox05b/dcc_viss_ir2.bin \
sink_0::dcc-2a-file=/opt/imaging/ox05b/dcc_2a.bin sink_0::device=/dev/v4l-subdev2 format-msb=9 \
sink_0::pool-size=8 src::pool-size=8 ! \
video/x-raw, format=GRAY8, width=2592, height=1944 ! videoconvert ! \
video/x-raw, format=NV12 ! tiovxldc dcc-file=/opt/imaging/ox05b/dcc_ldc.bin sensor-name=SENSOR_OX05B_RGBIR ! \
video/x-raw, format=NV12, width=1920, height=1080, framerate=60/1 ! \
tiperfoverlay main-title="TI EdgeAI Hirain" title="Camera Demo" ! \
kmssink driver-name=tidss sync=false
5086.patch.zip
Could you help us solve this problem?
Thanks,
Best regards,