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.

CCS/TDA2EVM5777: TI VISION SDK

Part Number: TDA2EVM5777

Tool/software: Code Composer Studio

Dear People,

I was able to run the user cases from SDK VISION SDK for Single & Multiple Capture on TDA2XX EVM . As per my understanding ,the SDK VISION has many dependencies while Compiling & Building the User cases.

Now if the user wants to perform some modifications in the user cases and want to test same on the EVM,

For example one of the demo in VISION SDK is 1Capture + Edge Detection demo  on HDMI Output, If i want to replace the edge detection  and include  Night Vision algorithm to be used instead of.edge detection.

I want to know , where to write the software algorithm for Night Vision and can i write it up in code Composer  studio  and compile it and then add to to the VISION SDK to Build using gmake.

Please do the needful here?

  • Hi Sajad,

    please check the following documents:
    <VSDK_DIR>/vision_sdk/docs/Architecture/VisionSDK_SW_Architecture_Overview.pdf
    <VSDK_DIR>/vision_sdk/docs/Architecture/VisionSDK_SW_Architecture_Details.pdf
    <VSDK_DIR>/vision_sdk/docs/FeatureSpecificUserGuides/VisionSDK_DevelopmentGuide.pdf
    <VSDK_DIR>/vision_sdk/docs/FeatureSpecificUserGuides/VisionSDK_Overview_UsecaseGen.pdf
    <VSDK_DIR>/vision_sdk/docs/FeatureSpecificUserGuides/VisionSDK_UserGuide_UsecaseGen.pdf

    You need to build your algorithm using gmake, but you can debug it with CCS:
    <VSDK_DIR>/vision_sdk/docs/TrainingSlides/CCS_Debug_Trace.pdf
    www.ti.com/.../sprac17b.pdf

    Regards,
    Yordan
  • Hello Yordan,

    Thank you for all the info provided.

    Regards
    Sajad