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.

SCD input frame verification

Hi friends
    To verify the SCD input frame data, we need to save the raw data into a file.
That means we want to send the data to A8 from DSP. Is there any suggestion or
example for doing that? Thanks

  • You can use IpcFramesOutLink_RTOS (on DSP) --> ipcFramesInLink_HLOS (on A8) to export raw YUV data from DSP to A8. You can refer example code in usecase /dvr_rdk/mcfw/src_linux/mcfw_api/usecases/multichhd_vcap_venc_vdis.c which export YUV frames from VPSS M3 to A8.