Tool/software:
HI experts,
My EE plugin shows obvious effects on the DCC, but it still doesn't work on the TDA4 development board.
The file system I flashed is linux - edgeai, the tisdk-edgeai-image-j721e-evm.wic of version 09.02.00.05 (Apr 8, 2024).
I'm not using an RTOS system. There is no "ee_mode" in
/opt/edgeai - tiovx - modules/src/tiovx_viss_module.c
.However, I've made the following modification in
/opt/edgeai - gst - plugins/ext/tiovx/gsttiovxisp.c
:static const guint default_ee_mode = TIVX_VPAC_VISS_EE_MODE_OFF->TIVX_VPAC_VISS_EE_MODE_Y8;
then
./scripts/install_gst_plugins.sh
.And
/opt/edgeai-tiovx-apps/modules/src/tiovx_viss_module.c
node_cfg->viss_params.fcp[0].ee_mode = TIVX_VPAC_VISS_EE_MODE_OFF->TIVX_VPAC_VISS_EE_MODE_Y8;
But it seems that there is no real effect. It just makes the overall image a bit brighter. Here are the effect diagrams before and after my debugging. I've tried all the methods I found on the forum.
Thanks!

