open-dash / open-dash-diy

Node.js Open-Dash DIY Solution for internal use only, no external hosting.
GNU Affero General Public License v3.0
16 stars 8 forks source link

No way to add cameras #3

Open pstuart opened 7 years ago

pstuart commented 7 years ago

There is a file in \data\cameras.json if you add a camera image url in this format

{
    "cameras": [{
        "id": "camera_1",
        "name": "driveway",
        "type": "Hikvision Image",
        "url": "http://user:pass@192.168.100.100:65002/Streaming/channels/2/picture"
    }]
}

it will show up in the dashboard edit screen drop down for cameras and can add a camera to the dashboard.