SDK Installation
  • 22 Apr 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light

SDK Installation

  • Dark
    Light

Article Summary

Environment

Where is the default installed path of EVA SDK?

The default installed path of EVA SDK is /opt/adlink/eva/

How to check my EVA Version?

EVA SDK version is recorded in EVA installed path. If you installed the EVA SDK in the default path, you can check the version use the command below:

$ cat /opt/adlink/eva/VERSION

Why I can not find the specific element after using gst-inspect-1.0?

Sometimes your element is blocked by gstreamer. Please see "How to clean gstreamer cache?" before inspecting the target element.

How to clean gstreamer cache?

Use the command below in Linux to remove the gstreamer cache:

$ rm -rf /home/adlink/.cache/gstreamer-1.0

Was this article helpful?

What's Next