Table of contents
...
Table of Contents | ||||
---|---|---|---|---|
|
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}
.
Note |
---|
For cameras with an ambaCV2X SoC, installation will fail if the application file exceeds approximately 100MB. For more information about SoC, see below. |
Operation overview
...
opencv_edge_detection_app is a sample app that detects and displays edges in an image.
This app display an image that emphasizes the outline, etc., as shown below.
...
External libraries required for operation
...
To build with C/C++, need below:
...
Info |
---|
The use of external libraries will be explained later. |
Directory path of the sample app
...
The C/C++ source code is stored below.
${SDK_DIR}/src/adamapp/opencv_edge_detection_app
No Python source code.
How to build the sample app (C/C++)
...
Info |
---|
This article describes how to build it as AdamApp. |
See here for building with C/C++.
How to use the sample app
...
Info |
---|
The default resolution of the sample app is 1280x720. It will not work if the camera resolution setting is not 1280x720. Please see below for details. Fail to call ADAM_DevYcVideo_Create() - Technology Partner FAQ (En) - Confluence (atlassian.net) |
...
-Before edge detection
...
-After edge detection
...
Appendix
...
How to change preferences
This application has some preferneces which a user is able to change.
When changing some preferneces, push "AppPrefs" button in "ADAM OPERATION UI" html page.
...