Other Parts Discussed in Thread: DM385
I am using DM385 IPNC RDK 3.5 and integrating a custom sensor onto it.
I'm trying to figure out how to use the DCC tool and apply the settings to the IPNC, however the documentation for it isn't very helpful.
I've tried using the "send dcc files to camera" feature in the tool itself but this has no effect.
After searching around the code I've found the file
Source/ipnc_rdk/ipnc_mcfw/demos/mcfw_api_demos/multich_usecase/ti_mcfw_ipnc_main.c
and
Source/ipnc_rdk/ipnc_mcfw/demos/mcfw_api_demos/itt/itt_Capture.c
After searching around, I've noticed that the only dcc file in use is hardcoded as "dcc_default.bin"
Is there any other place where DCC files are loaded? If not, then how can I incorporate the separate DCC files such as "cid42_asamplesensor_ipipe_rgb2rgb_1_dcc.bin" into one dcc_default.bin file?
I've also tried testing the DCC Enable and DCC Disable commands on the DCC tool, with both the custom sensor and AR0331 and noticed no effect whatsoever.
Where in the code can I find the module that handles those commands?