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.
你好
我已經使用 dm8127的ipnc rdk開發了ipcam相關的DSP應用
基於這樣的基礎 我想把cemera 取消 改為由RTSP接收串流 解碼後 套入原來的DSP應用
我想請問 dm8127的ipnc rdk 是否有相關範例
rtsp recieve -> A8 -> h264 decoder -> dsp alg
|
---> A8 - > video raw data(YUV420p?)
|
---> h264 encoder -> rtsp transmit
Hi Terence
謝謝你的建議
一般IPNC_RDK是利用camera link 的fps作為驅動 usecase的起點
利用callback通知有 壓縮後的264enc data
DVR_RDK 的 multich_vdec_vdis.c
並沒有提到如何輸入 264enc raw給 IPC_BITS_OUT_A8 (BitStream)
請問一般DVR_RDK是如何處理餵資料給這一段?