This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MMWCAS-DSP-EVM: 如何设置采集时间戳为linux系统或rtos系统时间

Part Number: MMWCAS-DSP-EVM

Tool/software:

目前我可以使用apps.out文件将数据存在/mnt/ssd,并且根据下面in*_idx.bin的结构将文件的时间戳解析出来,Timestamp:1756727314,应该是以系统启动时间计时的时间戳,单位为us。

我还有一个相机传感器,我想使用PTP协议同步MMWCAS-DSP-EVM和相机的时间。我了解到apps.out不提供源码,我该如何去将时间戳设置为RTOS或LINUX的时间?

如果自行开发,我该如何实现下图的数据从IPU核到A15核,并且保存在A15核linux挂载的/mnt/ssd?

还有一个问题,我可以从RTOS上运行的cascade_radar_capture_only示例上直接保存原始数据到/mnt/ssd吗?