Versions Compared

Key

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

Table of contents

...

Table of Contents
minLevel1
maxLevel4

Introduction

...

This explanation assumes that the i-PRO camera application development environment has been completed.
If you are not ready to build the development environment, please refer to here to complete it.

Also, in this tutorial, the SDK installation directory is described as ${SDK_DIR}.

Operation overview

...

web_template_app is a sample app that detects the detection target according to the settings.
You can detect the detection target according to the settings as shown belowwith display and setting functions often required for WEB UI apps.

Also, an AI model the same as other sample app yuv_ssd_app is used.

...

External libraries required for operation

...

To build with C/C++, need below:

...

Info

The use of external libraries will be explained later.

Directory path of the sample app

...

The C/C++ source code is stored below.

...

${SDK_DIR}/src/adamapp-py/web_template_app

How to build the sample app (C/C++)

...

See here for building with C/C++.

...

jconfig.h
jerror.h
jmorecfg.h
jpeglib.hAlso, in the C/C++ version, you can select whether or not to display developer comments at build time. Make as shown below.
【With developer comments displayed】

How to build the sample app (Python)

...

See here for building with Python.

Display comments for developers

...

There is compile option to display useful comments for developers on WEB UI such as related SDK and configuration information.


【to enable】
make clean
make CFLAG=BASIC_MSG

【No developer comments displayed】 【to disable】
make clean
make

How to

...

See here for building with Python.

...

use the sample app

...

This shows how to use the sample app. Here, it is indicated as [With developer comments displayed]Screenshots here include comments for developers.

・Setting the detection area

...

The application license management function must be developed by the partner.

...

Appendix

...

How to change preferences

This application has some preferneces preferences which a user is able to change.
Changes can be made in the application, so please check the actual operation.

...