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}
.
Operation overview
...
sqlite_app is a sample application that runs SQLite from the GUI.
Infonote |
---|
An SD card is required for sqlite_app to work. Only cameras that can insert an SD card can be checked. Also, depending on the camera 's firmware, it may not work be possible to install or operate the camera unless the SD card is formatted with in ext4. |
A GUI like the one below will be displayed, allowing you to operate the database.
...
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-py/sqlite_app
How to build the sample app (C/C++)
...
See here for building with C/C++.
How to build the sample app (Python)
...
See here for building with Python.
How to use the sample app
...
Info |
---|
If the installation fails, please restart the camera and try again. |
It is possible to operate the database from the GUI. Immediately after startup, the following screen will be displayed.
...
One row has been deleted from the table as shown in red line below.
...
Appendix
...
Contents of SQL table column
The column names, types and ranges are as follows.
...