Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of contents

...

Note

Development with SDK ver.1.80 or later is only supported in the GUI environment of Linux OS. We cannot support development in Windows OS or CUI environments even if problems occur. Please use it for trial purposes until you install Linux OS.

...

Info

・We cannot support operation in a CUI environment even if you contact us.

・If you develop using anything other than Visual Studio Code in a GUI environment, we cannot support it, so we recommend using Visual Studio Code.

When starting an ubuntu 18.04-based container with Visual Studio Code 1.88 or later versions, an "Connect to an OS version not supported by Visual Studio Code?" message is displayed. Please press the allow button.

For Windows, please download from the link below.
Visual Studio Code - Code Editing. Redefined

...

Info

Please replace the zip file name with the obtained SDK file.

Please place your developer license (development.key) in the SDK/conf folder.

...

Change to the extracted directory.

...

Start Visual Studio Code in ${SDK_DIR}.

Code Block
code .
Info

If you are using Docker Desktop, start Visual Studio Code and open the ${SDK_DIR} folder.

Click the >< mark at the bottom left of the screen to open the command palette, then select "Reopen in Container".

...

Info

Please check below for the SoC (ambaCV2X or ambaCV5X) of the camera you will be using.

Installation conditions for applications - Technology Partner FAQ (En) - Confluence (atlassian.net)

  • If you want to build an extension app for ambaCV2X

    Code Block
    source setup_env.sh ipro-ambaCV2X
  • If you want to build an extension app for ambaCV5X

    Code Block
    source setup_env.sh ipro-ambaCV5X
Info

When restarting the PC, you will need to configure the environment again before making. If you cannot make, please make sure that you have configured the environment.

If you are creating a Python app for CV2x developed with SDK ver.1.80 or earlier and want to create an app for CV52 with SDK ver.2.00 or later, please also refer to this.

Now you can build the app. As an example, if you want to build C/C++ skeleton_sample_app, move to the target directory and run make as shown below.

...