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

...

mp4rec_app is a sample application that creates MP4 of video data.

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/mp4rec_app

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

...

Info

This article describes how to build it as AdamApp.
If you want to build it as Container AdamApp for Azure IoT Edge, see below.

Development tutorial (Container AdamApp for Azure IoT Edge) - Technology Partner FAQ (En) - Confluence (atlassian.net)

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)

...

Info

This article describes how to build it as AdamApp.
If you want to build it as Container AdamApp for Azure IoT Edge, see below.

Development tutorial (Container AdamApp for Azure IoT Edge) - Technology Partner FAQ (En) - Confluence (atlassian.net)

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(C/C++ and Python)

...

Note

If you execute ADAM_MP4Rec_Stop when starting the app, an error may occur because ADAM_MP4Rec_Start has not been executed. In this case, it is necessary to take measures such as ignoring the error or not executing ADAM_MP4Rec_Stop, so please consider taking measures yourself.

■ Method using a TFTP server

...

An mp4 file is generated in the {SD card mount volume}\adamapp\mp4rec_app\yyyymmdd folder.

How to use the sample app(Python)

Pressing a number from 10 to 60 will start recording. Press Rec Stop to stop recording.

...

.