Introduction
SynView is a NET-created development environment based on GenICam/GenTL standards. It contains a high-performance and user-friendly API to make it easier to create applications. Application engineers can concentrate fully on developing your solution. More information can be found under the following link.
SynView is preinstalled on the camera under the location /opt/synview/bin/
For more explanation using synview explorer we refere to the synview exploere manual.
The first thing on may want to try is to capture an image or test a new camera setting. For this propose the synview explorer is provided. Over OpenSSH it is possible to start the sv.explorer
bye the command below.
ssh -Y root@192.168.1.10 "/opt/synview/bin/sv.explorer"
It is an common sources of error to operate an monochrom sensor in the colour space. If you reviced an monochrome sensor you should change the Pixel Format
to Mono 8
.
Live view performance
Frome the line just above the live image on can see the current frames which arrived on the iam camera system every secound. Display the images remote over an OpneSSH connection will impair the performace a lot and will add some delay as well. In the example below the sensor runs with 147 frames-per-secound and 1.8 frames per secound where displayed remote.
The maximum frame rate of the IMX273 is 150 fps in theory. Other sensors can differ.
An OpenSSH session using live imaging has a poor performacne but can help to change camera parameter or test new features.
Please be aware, that you get only a low frame refresh rate with this type of connection. A better refresh rate will be achieved with the "GigEvision server of synview" in the future.