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.

RTOS/TDA2EVM5777: Vision SDK : Keywords for use case generation

Part Number: TDA2EVM5777

Tool/software: TI-RTOS

Hi all,

Can anyone share the list of keywords used while generating the use cases? For eg, I know that Graphics keyword is Grpx and Graphics frame copy is SgxFrmcpy, to display through IPU_1 is Display_M4 etc.

Vision SDK use case generation tools document only talks about how to generate the source code but does not list the keywords. When we want to create a custom use case, that time we will need these keywords.

Thanks,

Prabhuraj  

  • Prabhuraj,

    You can find the list of keywords by typing:

    vision_sdk_usecase_gen\bin>vsdk_win32.exe --help

    You should get a list like below which highlights all the links supported.

    Vision SDK usecase generation tool - (c) Texas Instruments 2014

    Version : v1.02 ( Jul 5 2017 - 20:39:47 )

    Usage: vsdk_win32.exe [options] [input file]

    Options:
    -help : Show this help
    -file : Create usecase .c and .h file
    -img : Create .jpg image (Needs 'dot' tool from www.graphviz.org to be installed and
    visible in system path)
    -log : Creates .txt log file with debugging info
    -debug : Prints file name and line no of tool source code in error statements (To be u
    sed by tool developers only)
    -path [pathname] : Output path where generated files are written. If not specified current direc
    tory is used
    -v : Verbose output on console
    -dynamic_link_id : Let run-time system generate dynamic link ID

    Supported CPUs:
    IPU1_0, IPU1_1, IPU2, A15, DSP1, DSP2, EVE1, EVE2, EVE3, EVE4

    Supported Links:
    AvbRx
    AvbTx
    TfdtpRx
    Capture
    UltrasonicCapture
    VPE
    Display
    DisplayMultiPipe
    Encode
    Decode
    DrmDisplay
    SgxFrmcpy
    Sgx3Dsrv
    Sgx3Dsfm
    SgxLink
    GrpxSrc
    IssCapture
    IssM2mIsp
    IssM2mSimcop
    RadarDraw
    Hcf

    Dup
    Split
    Gate
    Merge
    Select
    Sync
    IPCIn
    IPCOut
    Null
    NullSource
    DataCollect
    DumpLink
    UndumpLink

    LidarCapture
    LidarCloud
    LidarCloudXForm
    LidarGPCLink

    ImuLink
    OGLink
    Slam

    Alg_FrameCopy
    Alg_SafeFrameCopy
    Alg_SubframeCopy
    Alg_ColorToGray
    Alg_EdgeDetect
    Alg_DmaSwMs
    Alg_DenseOptFlow
    Alg_VectorToImage
    Alg_FeaturePlaneComputation
    Alg_ImagePreProcess
    Alg_ImgPyramid
    Alg_FPCompute
    Alg_ObjectDetection
    Alg_ObjectClassification
    Alg_ObjectDraw
    Alg_GeoAlign
    Alg_GeoAlign3D
    Alg_PhotoAlign
    Alg_Synthesis
    Alg_SfmLinearTwoView
    Alg_SfmMain
    Alg_SfmMap
    Alg_SfmSurround
    Alg_SparseOpticalFlow
    Alg_SoftIsp
    Alg_IssAewb
    Alg_Crc
    Alg_UltrasonicFusion
    Alg_Census
    Alg_DisparityHamDist
    Alg_RemapMerge
    Alg_StereoPostProcess
    Alg_SceneObstructionDetect
    Alg_LaneDetect
    Alg_Sfm
    Alg_Fcw - Forward Collision Warning
    Alg_Clr - Circular Light Recognition
    Alg_AutoChartDetect
    Alg_PoseEstimate
    Alg_DeWarp
    Alg_OpenCVCanny
    Alg_UndistortTracks
    Alg_Triangulation
    Alg_AutoRemap
    Alg_StereoApp
    Alg_tidl
    Alg_tidlpreproc

    Alg_[Custom alg name]
    DefLink_[Custom link name]

    You can follow the steps in Vision SDK use case generation tools document to create the required txt file for the generation.

    Thanks and Regards,

    Piyali

  • This will help us. Thanks Piyali.

    Regards,

    Prabhuraj