You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@arvindsr7 Thanks a lot! I am actually much more in search of signatures like these ones (see below). Hmm, but there are no signals on the positive velocity axis. Or what did you exactly mean by keeping the positive velocity axis? Can you explain further, please?
#32
Open
lanqiudiyi opened this issue
Mar 4, 2021
· 3 comments
@arvindsr7 Thanks a lot! I am actually much more in search of signatures like these ones (see below). Hmm, but there are no signals on the positive velocity axis. Or what did you exactly mean by keeping the positive velocity axis? Can you explain further, please?
Executing mmWave through Python and Lua
I run a command in Python that executes mmWave together with my settings (lua script) and then I am able to receive and process sensor data via Python.
importsubprocess, timesubprocess.Popen(r'C:\User\src\Config_Files\Run_mmWaveStudio.cmd',
cwd=r'C:\ti\mmwave_studio_02_00_00_02\mmWaveStudio\RunTime')
time.sleep(55) #Wait until mmwave is completely executeddca=DCA1000()
adc_data=dca.read()
whileTrue:
..........
Command for executing mmWave with settings through the shell:
Create a new text file and insert this command into it. Save it and change the extension to .cmd. Than put this file in the directory 'ti\mmwave_studio_02_00_00_02\mmWaveStudio\RunTime'. Now you can run it with python (see code above) and capture data. Remember to adjust the paths!
Hope this helps you.
@arvindsr7 Thanks a lot! I am actually much more in search of signatures like these ones (see below). Hmm, but there are no signals on the positive velocity axis. Or what did you exactly mean by keeping the positive velocity axis? Can you explain further, please?
Executing mmWave through Python and Lua
I run a command in Python that executes mmWave together with my settings (lua script) and then I am able to receive and process sensor data via Python.
Command for executing mmWave with settings through the shell:
cmd /C "mmWaveStudio.exe /lua C:\User\src\Config_Files\1443_mmwavestudio_config.lua"
Create a new text file and insert this command into it. Save it and change the extension to .cmd. Than put this file in the directory
'ti\mmwave_studio_02_00_00_02\mmWaveStudio\RunTime'
. Now you can run it with python (see code above) and capture data. Remember to adjust the paths!Hope this helps you.
Originally posted by @bayramf in #17 (comment)
The text was updated successfully, but these errors were encountered: