Tool/software: WEBENCH® Design Tools
Hello Experts,
Recently, I'm doing some research base on TDA3 (PROCESSOR_SDK_VISION_03_07_00_00),and i have already read your docs in vision_Sdk.
But there is still some understand about framework design or usecase design as below. If anybody can help? Thanks a lot!
- As the usecase (vip_single_cam_analytics2) Demo shows,Alg_ImgPyramid duplicates information to DSP1 Links and EVE1 Links,But DSP1 Links didn't process anything and be merge to ObjectDetect links. So ,What is the design intents?or just keep one link is same effect?
- In my Application,both EVE and DSP is needed, EVE and DSP need to keep communication with a little data to swap. Is it the best way that use Shared DDR Memory pointer in vision Architecture?
- About DUP/Sync/Merge··· Link,Can you show me more rules of use or need to be keep noticed.