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.

DM 8127 computer vision

HI

    I have a dm8127 and I need to use it for object detection project. I think I need the process is get the frame from sensor , doing image processing and output data. I have read the IPNC RDK on DM8127/DM 385 Platforms Application Design Guide and Multi channel framework software user guide.

    With the example in /Source/ipnc_rdk/ipnc_app/multimedia/avi_save/Appro_avi_save.c, I can save the video. I found that it uses the GetAVData() in appro_interface.c to get the video file. Like the figure 3 IPNC APPLICATION Block diagram in p.11 of Application design guide. But in p.12 it says Mcfw is responsible for Capturing video and audio and encode it.

    So, do I need to use mcfw for image and process it before use GetAVData()  like the AV Server block in p11 of application design guide or use the GetAVData() first to get the image and then do the process.

    Thanks