Tool/software:
Hi,
I'm using the AWR1843BOOST connected to the DCA1000. I'm using mmwavestudio 2.0.0.1 and got it fully functional and was able to collect data. I now want to synch the radar data collection with a RealSense camera. I have the start time synching working using a python script that automatically clicks the Trigger Frame button in mmwave studio and then starts collecting real sense camera data at the same time. I need a way to now get the real sense camera to stop data collection once the radar stops data collection. As previously mentioned, my start time synch relies on clicking the start button in the mmwave gui and then starting the RealSense but as the radar runs and then stops data collection after a certain amount of frames has been collected, there is no way for me to be able to tell in my python script when the radar data has finished collecting data to then be able to stop the RealSense from collecting data.
My question therefore: is there a way to set mmwave studio to send some kind of signal to my python script indicating that the data collection is done. I'd prefer to do this without some type of hardware trigger (using a software signal only between mmwave studio and a python script)? Any help would be appreciated thanks!