Other Parts Discussed in Thread: IWR6843,
Tool/software: Code Composer Studio
Dear sir or madam,
Currently, I am doing some survey about the 60Ghz mmwave sensors, such as TI IWR6843, and I got the source code of Demo Visualizer for xwr68xx sensors in mmwave_sdk_03_01_00_02. We want to change the source code to output both DPIF_PointCloudCartesian and DPIF_PointCloudSideInfo when detectedObjects flag is 2. Can we realize it by changing the following code in function MmwDemo_transmitProcessedOutput in main.c:
if ((pGuiMonSel->detectedObjects == 1) && (result->numObjOut > 0))
to the follows:
if ((pGuiMonSel->detectedObjects == 1) || (pGuiMonSel->detectedObjects == 2) &&
(result->numObjOut > 0))
Since we currently do not get one IWR6843ISK EVM, we can not debug it by ourselves. Could you please told us that whether it is practicable? We will also try it in the future when we get the iwr6843ISK EVM.
Thanks a lot.
Genming