Tool/software:
Hi TI Experts,
In another question, I was told about the usage of Edge Enhancement in gstream command.
for example
gst-launch-1.0 v4l2src device=/dev/video-imx219-cam0 io-mode=dmabuf-import ! \
video/x-bayer, width=1920, height=1080, framerate=30/1, format=rggb10 ! \
tiovxisp sink_0::device=/dev/v4l-imx219-subdev0 \
sensor-name="SENSOR_SONY_IMX219_RPI" \
dcc-isp-file=/opt/imaging/imx219/linear/dcc_viss_10b.bin ee-mode=EE_MODE_Y8 \
sink_0::dcc-2a-file=/opt/imaging/imx219/linear/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
But I want to use the compiled app_edgeai execution command
./app_edgeai imx219_cam_example.yaml
to run the program.
How do I set up Edge Enhancement in this case?
Best Regards,
Meng