我们使用imx219和DCC3.1进行ISP调优。
目前:imx219可以正常抓取图片;开发板和DCC IP配置正确;DCC软件处理离线图片可以正常运行。
但是我们使用imx219实时保存RAW图时,出现了以下错误。
Request to get RAW image from Target : 192.168.1.30 Loaded communication DLL:itCommun.dll Error in capturing the RAW image Request to get YUV image from Target : 192.168.1.30 Loaded communication DLL:itCommun.dll Error in capturing the YUV image
我们按照建议开启ENABLE_DCC_TOOL,
但是不知道应该烧写linux镜像还是rtos镜像?
To enable live tuning for SDK 9.0 1. Navigate to /opt/edgeai-tiovx-modules/ 2. In the CMakeLists.txt file, modify (ENABLE_DCC_TOOL "Enable DCC Tuning Tool Support" OFF -> ON) 3. mkdir build 4. cd build 5. cmake .. 6. make -j2 7. make install