Part Number:TDA4VE-Q1
我们使用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
Gary Lu:
确认一下相机和DCC3.1的配置对不对,分辨率、帧率和传输协议
,
Congying Xing:
这是DCC中的配置,分辨率是一致的,但是我们不清楚帧率和传输协议分别应该在哪里配置。DCC中没有看到这两个配置选项。
,
Gary Lu:
为您咨询了资深产品线工程师,这需要一些时间
,
Gary Lu:
您是否启用了 H/W 侧的实时调谐?
https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1297014/processor-sdk-am68a-am68a-how-to-capture-the-raw-image-from-ti-evk-and-dcc-tool
,
Congying Xing:
你好,我们按照帖子去开启实时调优,
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 build4. cd build5. cmake ..6. make -j27. make install
在make -j2的时候遇到了这个错误/usr/lib/gcc/aarch64-linux/9.2.1/../../../../aarch64-linux/bin/ld: ../../lib/Release/libedgeai-tiovx-modules.so.0.1.0: undefined reference to `itt_server_edge_ai_init'/usr/lib/gcc/aarch64-linux/9.2.1/../../../../aarch64-linux/bin/ld: ../../lib/Release/libedgeai-tiovx-modules.so.0.1.0: undefined reference to `itt_register_object'collect2: error: ld returned 1 exit statusmake[2]: *** [test/CMakeFiles/edgeai-tiovx-modules-test.dir/build.make:280: ../bin/Release/edgeai-tiovx-modules-test] Error 1make[2]: Leaving directory '/opt/edgeai-tiovx-modules/build'make[1]: *** [CMakeFiles/Makefile2:123: test/CMakeFiles/edgeai-tiovx-modules-test.dir/all] Error 2make[1]: Leaving directory '/opt/edgeai-tiovx-modules/build'make: *** [Makefile:130: all] Error 2