10.3 Installation
This section explains the installation and uninstallation procedures.
10.3.1 Installation and Updates#
You can install i-Trigger by following the steps below. Please be sure to use the same version of SpeeDBee Synapse and i-Trigger. The same procedure is used for updates.
On Windows, it is installed at the same time as SpeeDBee Synapse is installed. See Installation (Windows).
In the Data Flow Controller version, i-Trigger is pre-installed by default, so no installation is required.
Placing Files
-
Place the i-Trigger files in the target device to be installed (in the /tmp directory). The following are some examples of placing them with the scp command from Windows Power Shell.
Note: If the same version of SpeeDBee Synapse is already installed, you do not need to transfer SpeeDBee Synapse.PS >scp speedbeesynapse_ubuntu20_x.x.x-r0_amd64.deb (Account name)@(IP address of the device):/tmp PS >scp speedbeesynapse-itrigger_ubuntu20_x.x.x-r0_amd64.deb (Account name)@(IP address of the device):/tmp
Note: Where x.x.x is the version number.Note: If the same version of SpeeDBee Synapse is already installed, you do not need to transfer SpeeDBee Synapse.PS >scp speedbeesynapse_ubuntu22_x.x.x-r0_amd64.deb (Account name)@(IP address of the device):/tmp PS >scp speedbeesynapse-itrigger_ubuntu22_x.x.x-r0_amd64.deb (Account name)@(IP address of the device):/tmp
Note: Where x.x.x is the version number.Note: If the same version of SpeeDBee Synapse is already installed, you do not need to transfer SpeeDBee Synapse.PS >scp speedbeesynapse_ubuntu22_x.x.x-r0_arm64.deb (Account name)@(IP address of the device):/tmp PS >scp speedbeesynapse-itrigger_ubuntu22_x.x.x-r0_arm64.deb (Account name)@(IP address of the device):/tmp
Note: Where x.x.x is the version number.Note: If the same version of SpeeDBee Synapse is already installed, you do not need to transfer SpeeDBee Synapse.PS >scp speedbeesynapse_raspi_bookworm_x.x.x-r0_arm64.deb (Account name)@(IP address of the device):/tmp PS >scp speedbeesynapse-itrigger_raspi_bookworm_x.x.x-r0_arm64.deb (Account name)@(IP address of the device):/tmp
Note: Where x.x.x is the version number.Note: If the same version of SpeeDBee Synapse is already installed, you do not need to transfer SpeeDBee Synapse.PS >scp speedbeesynapse_debian12_x.x.x-r0_arm64.deb (Account name)@(IP address of the device):/tmp PS >scp speedbeesynapse-itrigger_debian12_x.x.x-r0_arm64.deb (Account name)@(IP address of the device):/tmp
Note: Where x.x.x is the version number.
Installation and Start Up
-
Use ssh to log in to the device. The following is an example of using the ssh command to log in from Windows Power Shell.
PS >ssh (Account name)@(IP address of the device) -
Run the following command to install i-Trigger.
- When installing (updating) SpeeDBee Synapse at the same time
$ sudo apt install /tmp/speedbeesynapse_x.x.x-r0_amd64.deb /tmp/speedbeesynapse-itrigger_ubuntu20_x.x.x-r0_amd64.deb - When installing (updating) i-Trigger only
Note: Where x.x.x is the version number.
$ sudo apt install /tmp/speedbeesynapse-itrigger_ubuntu20_x.x.x-r0_amd64.deb
- When installing (updating) SpeeDBee Synapse at the same time
$ sudo apt install /tmp/speedbeesynapse_ubuntu22_x.x.x-r0_amd64.deb /tmp/speedbeesynapse-itrigger_ubuntu22_x.x.x-r0_amd64.deb - When installing (updating) i-Trigger only
Note: Where x.x.x is the version number.
$ sudo apt install /tmp/speedbeesynapse-itrigger_ubuntu22_x.x.x-r0_amd64.deb
- When installing (updating) SpeeDBee Synapse at the same time
$ sudo apt install /tmp/speedbeesynapse_ubuntu22_x.x.x-r0_arm64.deb /tmp/speedbeesynapse-itrigger_ubuntu22_x.x.x-r0_arm64.deb - When installing (updating) i-Trigger only
Note: Where x.x.x is the version number.
$ sudo apt install /tmp/speedbeesynapse-itrigger_ubuntu22_x.x.x-r0_arm64.deb
- When installing (updating) SpeeDBee Synapse at the same time
$ sudo apt install /tmp/speedbeesynapse_raspi_bookworm_x.x.x-r0_arm64.deb /tmp/speedbeesynapse-itrigger_raspi_bookworm_x.x.x-r0_arm64.deb - When installing (updating) i-Trigger only
Note: Where x.x.x is the version number.
$ sudo apt install /tmp/speedbeesynapse-itrigger_raspi_bookworm_x.x.x-r0_arm64.deb
- When installing (updating) SpeeDBee Synapse at the same time
$ sudo apt install /tmp/speedbeesynapse_debian12_x.x.x-r0_arm64.deb /tmp/speedbeesynapse-itrigger_debian12_x.x.x-r0_arm64.deb - When installing (updating) i-Trigger only
Note: Where x.x.x is the version number.
$ sudo apt install /tmp/speedbeesynapse-itrigger_debian12_x.x.x-r0_arm64.deb
- When installing (updating) SpeeDBee Synapse at the same time
The above command will restart the service in the SpeeDBee Synapse itself.
10.3.2 Uninstallation#
You can uninstall i-Trigger from the device by following the steps below. For Windows, see Uninstallation (Windows).
-
Use ssh to log in to the device. The following is an example of using the ssh command to log in from Windows Power Shell.
PS >ssh (Account name)@(IP address of the device) -
Run the following command to uninstall i-Trigger.
or$ sudo apt remove speedbeesynapse-itriggerThere is no difference in the behavior of the uninstallation process when either of the above commands is used.$ sudo apt purge speedbeesynapse-itrigger
The above command will stop the service in the SpeeDBee Synapse itself. If you want to start the service again, please refer to SpeeDBee Synapse Control to start the service.
Cautions on uninstallation
If you start the service in SpeeDBee Synapse while i-Trigger is uninstalled, any remaining configurations related to i-Trigger, such as VIDEO Collector, will be deleted.
If you want to install i-Trigger again, follow the same steps as described in Installation.