Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So far iam is not part of the official released SynView(e.g. from NET Website)- therefore it is mandatory to use prerelease Version on your host system which can be found here .

Info

During production the latest version of the SynView with iAMGigEServer is installed to camera under the path /opt/synview/bin/.

...

  1. Using iAMGigEServer with iam and receiving the image data with SynView Explorer on a host system. iam acts like a normal GigE Vision camera.

  2. Native: Using the OpenSSH connection with (blue star) -server forwarding. From the command line it is possible to start sv.explorer with the command below.

Code Block
languagebash
ssh -Y root@192.168.1.10 "(export XILINX_XRT=/usr/ ; /opt/synview/bin/sv.explorer)"

Using OpenSSH from a Windows Host we recomend to use and configure the tools discribed in section Windows Host System to support all features (x-server forwarding et al.).

...

Tip

The latest version of SynView Explorer is required for iam. For this, update the host system. The download link is at the end of section Download latest SynView Prerelease .

Code Block
languagebash
ssh -Y root@192.168.1.10 "(export XILINX_XRT=/usr/ ; /opt/synview/bin/sv

.

explorer)"

Connect the camera to test. Select it in the list of found cameras and press the “Connect camera” button.

Configure the camera features. Pay attention especially to features in Image Format Control and Acquisition Control categories.

When prepared, click the “Start acquisition” button. The camera should start acquiring. If not, verify again, if the camera was not set to triggered mode, while no trigger was attached.

While the acquisition is active, the runtime parameters can be adjusted, such as exposure time or gain. Basic acquisition parameters, such as pixel format or trigger mode get locked when the acquisition starts.

When finished, click the “Stop acquisition” button and exit.

...