Versions Compared

Key

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

...

External libraries required for operation

To build with Python, need below:

pycurl

...

No special mention.

Directory path of the sample app

...

How to build the sample app (Python)

...

Load the build environment settings file in the SDK installation directory.

Code Block
$ cd ${SDK_DIR}
$ source setup_env.sh ipro-ambaCV2X
Info

Set the build environment according to each environment.
Here, specify ipro-ambaCV2X.

 

make.

Code Block
$ cd src/adamapp-py/additional_info_sample_app
$ make

It is successful if the .ext file is created in ${SDK_DIR}/src/adamapp-py/additional_info_sample_app.

 

Install it on the camera (eg, you can install from the green frame in the image below). Select the created .ext file and install it.
Open the app screen (red frame button in the image below)

...

See here for building with Python..

...

If the image below is displayed, it is successful.

...

How to use the sample app

...