...
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Requirements
...
For changing the iAMGigEServer behaviour on the camera, establish an openSSH connection.
Info |
---|
If the autostart script has been modified - as described in section “Disable iAMGigEServer starting from boot” below - the iAMGigEServer can be startedmanually. |
The iAMGigEServer can be started with the script start_iAMGigEServer.sh
from the /home/root/
directory. The sv.iAMGigEServer
will connect to camera hardware. If succeeded a similar command as below is visible.
Code Block |
---|
/home/root/start_iAMGigEServer.sh ---> Start sv.iAMGigEServer ----------------------------------------------------------------- Demo: sv.iAMGigEServer: simple iAM gige server Version: 17.06.2020 ----------------------------------------------------------------- [23019]:[23019]:sv.iAMGigEServer:: Synview: Opening the library... [23162]:[23162]:sv.iAMGigEServer:: Synview: Opening the system... [23301]:[23301]:sv.iAMGigEServer:: cti file="/opt/synview/cti64/libsv.gentl.cti" [23301]:[23301]:sv.iAMGigEServer:: Synview: Create CCamera class... [23301]:[23301]:sv.iAMGigEServer:: Synview: Opening the camera... [23301]:sv.iAMGigEServer:: CCamera::OpenCamera begin [23301]:sv.iAMGigEServer:: CCamera::OpenCamera: NumberOfInterfaces:1 [23301]:sv.iAMGigEServer:: CCamera::OpenCamera: Open the Interface nr:0 = >iAM Interface< [23313]:sv.iAMGigEServer:: CCamera::OpenCamera: NumberOfDevices on iAM Interface = 1 [23313]:sv.iAMGigEServer:: CCamera::OpenCamera: trying Device nr:0 on:iAM Interface Device Id String: >SViAM:IA1503C:14N2GEB2M12039002< [23580]:sv.iAMGigEServer:: CCamera::OpenCamera: Opened Cam >SViAM:IA1503C:14N2GEB2M12039002< on Device:iAM Interface (pInterface:0x9db16c0 pDevice:0x9e784a0) [23580]:sv.iAMGigEServer:: CCamera::OpenCamera end [23588]:sv.iAMGigEServer:: CCamera::InitCamera: Image format is: 1456x1088 [23588]:sv.iAMGigEServer:: CCamera::InitCamera end [23599]:sv.iAMGigEServer:: Synview: press 'q' or 'ESC' to end program |
...
Stop iAMGigEServer
Info |
---|
If you do not have modified the autostart script hasn´t been modified as described in section “Disable iAMGigEServer starting from boot” below the iAM Server , iAMGigEServer will start after reboot again. |
For changing the iAMGigEServer behaviour on the camera, you need to establish an openSSH connection.
One can stop a running iAM server by iAMGigEServer is stopped with the script kill_iAMGigEServer.sh
from the /home/root/
directory.
Code Block |
---|
/home/root/kill_iAMGigEServer.sh |
...
Disabling the start of iAMGigEServer
...
after
...
booting
The iam-linuxLinux-distribution is managing custom autostart by a shell script. The script can be found under the location:
Code Block |
---|
/etc/trd/autostart.sh |
...
Code Block |
---|
#!/bin/sh echo "---> Start AUTOSTART" /home/root/start_iAMGigEServer.sh |
For To prevent the iAM server to start iAMGigEServer from starting after booting one need to , comment line 5 as shown below:
...
or by using WinSCP as described at here:Windows Host System. For using To apply the command line editor vi, we refer to the MIT Vi Reference Card.
...