ibaiGorordo / IWR1443-Read-Data-Python-MMWAVE-SDK-1

Python program to read and plot the position of the reflected points from the IWR1443 and the AWR1443. It works both with Windows and Raspberry Pi.
MIT License
75 stars 30 forks source link

3d object problem #4

Closed ErdemYlm closed 5 years ago

ErdemYlm commented 5 years ago

when i load 3d object config file it does not run. It loads the config file but it can not get the any object data. i use sdk 2

ibaiGorordo commented 5 years ago

Hi,

I think the problem is that in since SDK 2 they changed slightly the header data. I have uploaded the program, uncomment the lines 187 and 188 and let me now if works.

If it does not work, could you tell me more about the problem?

Also, I have to mention that the plot is only going to display the data in 2D, if you want 3D display check the pyqtgraph library for 3D scatter plot.

Best regards, Ibai

ErdemYlm commented 5 years ago

Thank you for your answer i'll try and let you know.

ErdemYlm commented 5 years ago

It works fine. Thank you for your support. I tried zone occupancy detection lab chirp file and it seems ok.

ibaiGorordo commented 5 years ago

I am glad to hear that. Yeah, the zone occupancy detection uses the MMWAVE SDK demo so it should be fine.

I close this issue, let me know if you find some problem.

Best regards, Ibai