SynView
So far iam is not part of the official released SynView (e.g. from the NET Website) - therefore it is mandatory to use prerelease Version below on your host system.
During production the latest version of the SynView with iAMGigEServer is installed to camera. Only in special cases it is necessary to update the camera.
For installation on iam camera please use the ssh command:
cat <SYNVIEW-VERSION>.tar.gz | ssh root@192.168.1.10 "(cd /;tar xz -f -;/sbin/ldconfig)"
You need to add the camera to your known hosts before using the command below.
ssh-keygen -f ~/.ssh/known_hosts
-R 192.168.1.10