Tool/software:
Hi texas team,
I'm currently trying to acquire raw data trought CLI and not mmWave Studio.
By using mmWave studio everything works fine, but when I try to do the same thing with the CLI I received this error:
_

It seems that every command before the stop is successful but after stop_record command I received this error and the only file created is an excel file, for example this one
In this file it seems that the acquisition last 0 second and because of that the recording has 0 lvds data, so it seems empty.
We follow the TI_DCA1000_CLI_Software_Userguide but every time we encounter this error, which is not present either in the user guide.
Could you please let us know what is not correct?
This is our radar configuration.


To have a complete understanding of what we have done I'm sharing with you the JSON file we used for the configuration.
{
"configUsed": "D:\\git\\ar1xxx_mmwavestudio_bitbucket\\mmWaveStudioPkg\\mmWaveStudio_Internal\\JSONSampleFiles\\12xx\\12xx.mmwave.json",
"captureHardware": "DCA1000",
"DCA1000Config": {
"dataLoggingMode": "raw",
"dataTransferMode": "LVDSCapture",
"dataCaptureMode": "ethernetStream",
"lvdsMode": 2,
"dataFormatMode": 3,
"packetDelay_us": 25,
"ethernetConfig": {
"DCA1000IPAddress": "192.168.33.180",
"DCA1000ConfigPort": 4096,
"DCA1000DataPort": 4098
},
"ethernetConfigUpdate": {
"systemIPAddress": "192.168.33.30",
"DCA1000IPAddress": "192.168.33.180",
"DCA1000MACAddress": "12.34.56.78.90.12",
"DCA1000ConfigPort": 4096,
"DCA1000DataPort": 4098
},
"captureConfig": {
"fileBasePath": ".\\Data\\",
"filePrefix": "adc_data",
"maxRecFileSize_MB": 1024,
"sequenceNumberEnable": 1,
"captureStopMode": "duration",
"bytesToCapture": 4000,
"durationToCapture_ms": 4000,
"framesToCapture": 40
},
"dataFormatConfig": {
"MSBToggle": 0,
"laneFmtMap": 0,
"reorderEnable": 0,
"dataPortConfig": [
{
"portIdx": 0,
"dataType": "real"
},
{
"portIdx": 1,
"dataType": "complex"
},
{
"portIdx": 2,
"dataType": "real"
},
{
"portIdx": 3,
"dataType": "real"
},
{
"portIdx": 4,
"dataType": "complex"
}
]
}
}
}
I have another question, do you know if is it now possible to save the data through SD card? Because I read that it was not possible but it'll be possible in the future.
Thanks in advance for your help.