forked from willbob8/willsurridgetech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCamera.yaml
More file actions
32 lines (27 loc) · 725 Bytes
/
Camera.yaml
File metadata and controls
32 lines (27 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
### CAMERA INTEGRATION ###
- platform: generic
name: Dining Room
username: root
password: ismart12
authentication: basic
still_image_url: https://<yourCameraIPAddress>/cgi-bin/currentpic.cgi
stream_source: rtsp://<yourCameraIPAddress>:8554/unicast #comment this line out for still image only
framerate: 5
verify_ssl: false
scan_interval: 5
### TERMINAL COMMANDS ###
ssh root@<yourCameraIPAddress>
ismart12
cd ..
cd system/sdcard/config
ls
# You should see a mqtt.conf.dist file
cp mqtt.conf.dist mqtt.conf
vi mqtt.conf
# Press I to enter edit mode, and edit:
## The user, pass, host for mqtt broker
## Device name and location
## Uncomment Autodiscovery
## Change light sensor to hw
# Press escape
:wq