Table of contents
...
Table of Contents | ||||
---|---|---|---|---|
|
Overview
...
This tutorial explains how to develop a container app using the iPRO Camera SDK, using a sample app. In this tutorial, the installation directory of the SDK is indicated as ${SDK_DIR}
.
Info |
---|
Container AdamApp is for cameras with SoC ambaCV5X and firmware version 3.30 or later, and can be developed with SDK version 2.10 or later. Please check here for camera SoC. |
How to build
...
Use of Developer License
You should already have applied for and obtained a developer license (development.key), so place it in the SDK/conf folder.
...
Building the sample app
Here we will go through the steps to build a sample app as an example.
...
The app name and version name are taken from the first image value found at the top of docker_compose.yaml. For example, if image: “skeleton_sample_app:0.0.6” is written, the file name will be skeleton_sample_app_0.0.6.ext (zip).
Operation check
Install it on your camera (for example, you can install it from the green frame in the image below). Select the .ext file you created and install it. Open the app screen (red frame button in the image below).
...
If the text is displayed as in the image below, the operation was successful.
...
Build procedure using external libraries
...
Building a sample app with external libraries
If you want to develop an app that uses external libraries, you can use them by including them in the Dockerfile.
...
[app name]_[version name].ext
[app name]_[version name].zip
Operation check
Install it on your camera (for example, you can install it from the green frame in the image below). Select the .ext file you created and install it. Open the app screen (red frame button in the image below).
...
If the image captured by the camera is displayed when you start the app, as shown below, then the app was successful.
...
Adding external libraries
If you want to use any external libraries, edit the Dockerfile.
...