Overview

For DWE Cameras, BlueOS doesn’t have optimized pipelines to stream video. There are also video compatibility issues when using BlueOS with Discovery.

Installation

DWE_OS 2.0 can be installed as a BlueOS extension. To install it:

1

Navigate to the BlueOS extensions page

2

Select “Installed”

3

Select the add icon in the bottom right

4

Fill out the following information:

Extension Identifier: dwe.ai

Extension Name: dwe_os_2

Docker image: deepwaterexploration/dwe_os_2

Docker tag: latest

Original Settings:

{
"ExposedPorts": {
    "8000/tcp": {},
    "9002/tcp": {},
    "8080/tcp": {},
    "7681/tcp": {}
},
"HostConfig": {
    "Privileged": true,
    "Binds": [
    "/run/dbus/system_dbus_socket:/run/dbus/system_bus_socket",
    "/var/run/dbus/system_dbus_socket:/var/run/dbus/system_bus_socket",
    "/sys/class/video4linux:/sys/class/video4linux",
    "/dev:/dev"
    ],
    "PortBindings": {
    "8000/tcp": [
        {
        "HostPort": ""
        }
    ],
    "9002/tcp": [
        {
        "HostPort": "9002"
        }
    ],
    "8080/tcp": [
        {
        "HostPort": "8080"
        }
    ],
    "7681/tcp": [
        {
        "HostPort": "7681"
        }
    ]
    }
}
}
5

Select the “Create” button and let the download process begin.

6

Now select the newly created dwe_os_2 tab in the navigation bar.

7

You should now be able to access DWE OS from BlueOS!

There may be some limited features when using DWE OS inside BlueOS

BlueOS Settings

Ensure that video streaming is disabled for all the cameras on BlueOS. Otherwise it will confict with DWE_OS and cause issues.

Stream Your Cameras

Camera Streaming Setup

Follow this guide to get 1 or more cameras streaming between your devices.

Follow the guide above to achieve the full streaming setup.