Difference between revisions of "Bridge v.2"

From vCloud.ai Documentation
Jump to navigation Jump to search
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:
- Adds cameras to vCloud.ai VSaaS user account<br>
- Adds cameras to vCloud.ai VSaaS user account<br>
- Can generate direct RTSP links for cameras<br>
- Can generate direct RTSP links for cameras<br>
- Works with any ONVIF cameras<br>


==  Requirements <br> ==
==  Requirements <br> ==
Line 15: Line 16:


==  Installation<br> ==
==  Installation<br> ==
1. Download the lates software installer from https://vcloud.ai/downloads page<br>
1. Install Armbian OS to the bridge device
2. Copy the installation package on the destination computer<br>
2. Connect the bridge device to the network with LAN cable (WiFi connection is not supported)
3. Unzip the installer <br>
3. Download the lates software installer from https://vcloud.ai/downloads page<br>
4. Run install.sh (./install.sh) under root user account<br>
4. Copy the installation package on the destination computer<br>
5. Open a web browser and go to the IP address of the bridge<br>
5. Unzip the installer <br>
6. Run install.sh (./install.sh) under root user account<br>
7. Open a web browser and go to the IP address of the bridge<br>


== Setting a static IP address<br> ==
== Setting a static IP address<br> ==
The Bridge v.2 software allows for changing the IP address from it's web interface, however you need to assign a static IP to your device as follows:<br>
The Bridge v.2 software allows for changing the IP address from Settings -> Change bridge IP address , however first you need to assign a static IP to your device as follows:<br>
1. Open the Network Interface file for editing by this command:  
1. Open the Network Interface file for editing by this command:  


Line 29: Line 32:
2. Replace the default settings with the following: <blockquote>source /etc/network/interfaces.d/*
2. Replace the default settings with the following: <blockquote>source /etc/network/interfaces.d/*


# Network is managed by Network manager
<nowiki>#</nowiki> Network is managed by Network manager


auto lo
auto lo
Line 35: Line 38:
iface lo inet loopback
iface lo inet loopback


# The primary network interface
<nowiki>#</nowiki> The primary network interface


# allow-hotplug eth0
<nowiki>#</nowiki> allow-hotplug eth0


# iface eth0 inet dhcp
<nowiki>#</nowiki> iface eth0 inet dhcp


# Static IP address
<nowiki>#</nowiki> Static IP address


auto eth0      # ou auto enp0s7 (see  ifconfig)
auto eth0      <nowiki>#</nowiki> ou auto enp0s7 (see  ifconfig)


iface eth0 inet static
iface eth0 inet static
Line 52: Line 55:


        gateway 192.168.1.1</blockquote>
        gateway 192.168.1.1</blockquote>
3. Reboot the device<br>
4. As a result your static IP address is set to '''192.168.1.55''' <br>
==  Using the Bridge<br> ==
Open a web browser and go to the IP address of the bridge.<br>
The log in page should appear.
[[File:Log in page.png|none|thumb]]
Default password is: '''admin''' <br>
After logging in the camera search page comes up.
[[File:Camera search page.png|none|thumb]]
<br>
Fill Name, Login and Password fields with camera credentials and add cameras to the bridge by clicking the corresponding add buttons (green + buttons) or click Add all devices button below.<br>
Cameras in the table with a green plus button on the left are available for adding, others with inactive V buttons are already added to the bridge.
[[File:Added devices.png|none|thumb]]
<br>
After adding the required cameras to the bridge open the main menu in the top left corner and go to '''Show added devices''' page. Here you can copy the RTSP links and add cameras to your vCloud.ai VSaaS account by clicking the cloud button on the right side of the table.<br>
If you are planning to add cameras to your vCloud.ai VSaaS account please go to Main menu -> Setting -> Cloud account and input your vCloud.ai VSaaS account credentials.<br>

Revision as of 17:55, 27 November 2022

vCloud.ai Bridge v.2

Purpose

Bridge v.2 is a software application for microcomputers that does the following:
- Searches for IP cameras in local network
- Adds cameras to vCloud.ai VSaaS user account
- Can generate direct RTSP links for cameras
- Works with any ONVIF cameras

Requirements

Bridge v.2 (codename Finder) can be installed on the following platforms: - Orange Pi Zero and above
- Raspberry Pi 3 and above
- Intel Atom based microcomputers
- other ARM and x86 architecture computers with Linux

Installation

1. Install Armbian OS to the bridge device 2. Connect the bridge device to the network with LAN cable (WiFi connection is not supported) 3. Download the lates software installer from https://vcloud.ai/downloads page
4. Copy the installation package on the destination computer
5. Unzip the installer
6. Run install.sh (./install.sh) under root user account
7. Open a web browser and go to the IP address of the bridge

Setting a static IP address

The Bridge v.2 software allows for changing the IP address from Settings -> Change bridge IP address , however first you need to assign a static IP to your device as follows:
1. Open the Network Interface file for editing by this command:

nano /etc/network/interfaces 


2. Replace the default settings with the following:

source /etc/network/interfaces.d/*

# Network is managed by Network manager

auto lo

iface lo inet loopback

# The primary network interface

# allow-hotplug eth0

# iface eth0 inet dhcp

# Static IP address

auto eth0      # ou auto enp0s7 (see  ifconfig)

iface eth0 inet static

        address 192.168.1.55

        netmask 255.255.255.0

        gateway 192.168.1.1

3. Reboot the device
4. As a result your static IP address is set to 192.168.1.55

Using the Bridge

Open a web browser and go to the IP address of the bridge.
The log in page should appear.

Log in page.png

Default password is: admin
After logging in the camera search page comes up.

Camera search page.png


Fill Name, Login and Password fields with camera credentials and add cameras to the bridge by clicking the corresponding add buttons (green + buttons) or click Add all devices button below.
Cameras in the table with a green plus button on the left are available for adding, others with inactive V buttons are already added to the bridge.

Added devices.png


After adding the required cameras to the bridge open the main menu in the top left corner and go to Show added devices page. Here you can copy the RTSP links and add cameras to your vCloud.ai VSaaS account by clicking the cloud button on the right side of the table.
If you are planning to add cameras to your vCloud.ai VSaaS account please go to Main menu -> Setting -> Cloud account and input your vCloud.ai VSaaS account credentials.