We use DM8168 on custom design based on DVRRDK3/4. Our application is recording 16 x analog cameras and also decoding/displaying 16 x IP-camera RTSP streams.
This works well.
For some video analytics we need access to the captured frames and the decoded frames (YUV raw data).
Access means we want to copy the buffer content.
Our application is using MCFW, our usecase is multich_progressive_vcap_venc_vdec_vdis.
So the idea was to extend LIVE_DECODE_DUP with an extra output and get access to 16 capture and 16 decoded channels.
The third output of the dup should go to an IPCBitsIn (A8) component.
Currently I am searching for an example that shows how to get the buffers via IPCBitsIn.
Best regards
Holger