Hi,
Is there any difference between vision SDK and Radar SDK with respect to framework ? or any other differences like updates on visions SDK or any tools added ?
with Best Regards,
Hari.
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.
Hi Hari,
The Radar SDK and Vision SDK share the same core framework. The major difference is with respect to the examples and algorithm plugins that Radar SDK supports versus the Vision SDK.
Radar SDK examples and algorithms focus on the Radar data processing. On the other hand Vision SDK focuses on the Vision and Video algorithms and usecases.
No new tools have been added.
Thanks and Regards,
Piyali
Just to add the Radar SDK (aka Processor SDK Radar) supports
1. Sample Radar data flow using TDA2x/3x and EVE/DSP processing libraries
2. Optimized functions for Radar processing (FFT kernels, …) on DSP and EVE libraries
3. Same low level drivers, OS and tools as Vision SDK
4. Same data/control flow framework as Vision SDK
Regards,
Piyali
Hi Hari,
There is no difference in the usecase generation.
The Algorithm plugin creation is also the same. However to make it easier for developers to integrate their radar processing algorithms without having to worry about buffer management, a new concept of algorithm functions have been defined which one can register with the Radar Process alg_plugin. For more details on algorithm functions I would recommend you to go through PROCESSOR_SDK_RADAR\vision_sdk\docs\Radar\ProcessorSDKRadar_DevelopmentGuide.pdf
Thanks and Regards,
Piyali