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

...

inputalarm_app is a sample application that receives alarm input events and outputs alarm types.

External libraries required for operation

...

No special mention.

Directory path of the sample app

...

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

${SDK_DIR}/src/adamapp/inputalarm_app

No Python source code.

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

...

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

...

It is successful if the characters like the image below are displayed.

...

 

How to use the sample app

...

Receive an alarm input event and try to output an alarm type.
When run the sample app, it looks like this:

...