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

...

alarm_sample_app is a sample application that notifies the camera's built-in alarm at regular intervals.

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-py/alarm_sample_app

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

...

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

...

It is successful if a character string like the image below is displayed.

...

How to build the sample app (Python)

...

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

...

It is successful if a character string like the image below is displayed.

...

How to use the sample app

...

The camera's built-in alarm is notified at regular intervals. In order to check the operation of the sample application, set Alarm. Here, VMD alarm is set to ON for explanation.

...