Hi, I've received the following error while using the mmwave studio for raw data capture. My current goal is to increase the number of frames that have been received, but the transfer of data from adc_data_Raw_0.bin tends to not work when the frame rate is increased (I'm looking at values of about 100-800 frames instead of the demo 8). All other settings are at default. Here's the error i'm receiving with what I think is the key point highlighted in blue:
[15:04:32] [RadarAPI]: Error:
[15:04:32]
[15:04:32] ... MWMCR::EvaluateFunction error ...
[15:04:32] 06-Aug-2019 15:04:32: The file C:\ti\mmwave_studio_02_00_00_02\mmWaveStudio\PostProc\adc_data.bin is empty. Please capture more data.,1,
[15:04:32] Error in => process_adc_data.m at line 52.
[15:04:32]
[15:04:32] ... Matlab M-code Stack Trace ...
[15:04:32] at
[15:04:32] file C:\Users\XC199\AppData\Local\Temp\Xavier\mcrCache8.5.1\Matlab0\Logging\log_status.m, name log_status, line 32.
[15:04:32] at
[15:04:32] file C:\Users\XC199\AppData\Local\Temp\Xavier\mcrCache8.5.1\Matlab0\Processing_functions\read_adc_data.m, name read_adc_data, line 28.
[15:04:32] at
[15:04:32] file C:\Users\XC199\AppData\Local\Temp\Xavier\mcrCache8.5.1\Matlab0\MatlabPostPr\process_adc_data.m, name process_adc_data, line 52.
[15:04:32]
[15:04:32]
[15:04:32] Trace:
[15:04:32] at MathWorks.MATLAB.NET.Utility.MWMCR.EvaluateFunction(String functionName, Int32 numArgsOut, Int32 numArgsIn, MWArray[] argsIn)
[15:04:32] at MathWorks.MATLAB.NET.Utility.MWMCR.EvaluateFunction(Int32 numArgsOut, String functionName, MWArray[] argsIn)
[15:04:32] at MatlabPostProcGui.MatlabPostProcGUIClass.process_adc_data(MWArray adc_file_name, MWArray force_cont_stream_mode)
[15:04:32] at AR1xController.frmAR1Main.iStartCaptureMtlabPostProc()
These are my settings in the sensor Config tab:
Just to reiterate, it was working perfectly fine when the number of frames was initially set to 8. However, changing it and re triggering the post-proc after data collection yields the above error. Thanks for your help!