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.

TDA2E: Driver Monitoring System (DMS) algorithm in Vision SDK

Part Number: TDA2E

Hi,

In PROCESSOR SDK VISION 03_07_00_00,

PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/links_fw/include/link_api/algorithmLink.h

line253:

   ALGORITHM_LINK_DSP_ALG_SFMSURROUND = 27,

   /**< [ADAM_CAR only] Alg to perform surround (multi-camera) Structure from Motion*/

 

   ALGORITHM_LINK_DSP_ALG_DRIVER_MONITOR = 28,

   /**< [ADAM_CAR only] Alg to perform classification on DSP */

 

   ALGORITHM_LINK_DSP_ALG_STITCHING = 29,

   /**< Alg to perform stitching for the RSVP */

Where can we get ALGORITHM_LINK_DSP_ALG_DRIVER_MONITOR source code/algorithm in DSP?