Content
Excerpt | ||||||
---|---|---|---|---|---|---|
|
Introduction
On this page you will see how to write your own simple application for iam camera.
Info |
---|
The iam linux system contains build tools, therefore it is possible to compile native on the camera. More Details can be found here Pre-Installed Open Source Libraries |
The application is shown in the diagram below.
...
How to build your own smart application
Using
...
SynView Explorer Project Generation Wizard
Start
...
SynView Explorer on iam camera
Info |
---|
Detailed Discription can be found from the links below. |
Start an OpenSSH with X-Server forwarding.
Stopp Stop iAMGigEServer if it is still running on the camera.
Start SynView Explorer with the command
sv.explorer
or from a host terminal with the full command below.ssh -Y root@192.168.1.10 "(export XILINX_XRT=/usr/ ; /opt/synview/bin/sv.explorer)"
...
Project is generated to the target folder.
...
Navigate to target folder and use make
command to build example project.
...
Add new camera features to the example project
The generated source code project from the steps above can be found below. In this sectio section it is shown how to add addional additional camera features to your source code project using Synview SynView Explorer code snippet.
Info |
---|
Starting from scratch repeat the following steps:
|
Code
...
Snippet for WhiteBalanceAuto (CustomControl cathegory)
From the Feature tree expand your desired cathegory and select a feature, eg. WhiteBalanceAuto .
Now the code snippet can be found in the Info toolbox at bottom left of SynView Explorer.
Just copy and paste to the source code of your procectproject.
...
Source Code Files
Attachments | ||||||
---|---|---|---|---|---|---|
|