...
The following are guidelines for selecting the configuration depending on the application.
番号No. | ユースケース | アプリの構成 | 概念図 | 1 | すでにiUse Cases | Configure the app | Conceptual diagram | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | If you want to containerize an app that has already been developed using i-PRO CAMERA SDKを使用して開発したアプリをコンテナ化したい場合既存のアプリをそのままコンテナ化した、一つのコンテナ構成を持つ一つのアプリSDK | An existing app is simply containerized, creating one app with one container configuration |
| |||||||||||||||||||||||||||||||||||||
2 | i-PROカメラ以外のデバイス向けに開発済みのAIアプリを、i-PROカメラ向けに移植したい場合 | 既存のアプリのAI機能や、映像取得部分をADAM APIに置き換えた、一つのコンテナの構成を持つ一つのアプリ | 3 | i-PROカメラ以外のデバイス向けに開発済みの、AI機能を持たないアプリを簡単にi-PROカメラ向けに移植したい場合 | i-PROカメラ向け管理機能を持ったコンテナと、既存のアプリが動作するコンテナを含む、二つのコンテナの構成を持つ一つのアプリIf you want to port an AI app developed for a device other than the i-PRO camera to the i-PRO camera | One app with one container configuration, replacing the AI functions and video acquisition parts of the existing app with the ADAM API | ||||||||||||||||||||||||||||||||||
3 | If you want to easily port an app that does not have AI functions and has been developed for devices other than the i-PRO camera to the i-PRO camera | One app that consists of two containers: one with management functions for i-PRO cameras and one that runs existing apps. |
| |||||||||||||||||||||||||||||||||||||
4 | i-PROカメラ以外のデバイス向けに開発済みの、OSS等複数のコンテナ構成を持つアプリをi-PROカメラ向けに移植したい場合 | i-PROカメラ向け管理機能を持つコンテナと、既存の複数のコンテナ構成を持つ一つのアプリIf you want to port an app with multiple container configurations, such as OSS, that has been developed for devices other than the i-PRO camera to the i-PRO camera | A container with management functions for i-PRO cameras and one application with multiple existing container configurations |
| ||||||||||||||||||||||||||||||||||||
5 | アプリ間で直接通信を行うことがなく、開発元も異なる関連性の低い二つのアプリをi-PROカメラ向けに移植したい場合 | 二つのアプリ If you want to port two loosely related apps that do not communicate directly between each other and are developed by different companies to an i-PRO camera | Two apps |
| ||||||||||||||||||||||||||||||||||||
6 | ADAM APIを使用したいアプリが複数ある場合 | 二つのアプリIf you have multiple apps that want to use the ADAM API | Two apps |
2.2 複数コンテナ構成でアプリを開発する場合の構成
...