blebson
(Ben Lebson)
October 19, 2015, 9:05pm
10
Check out the devicetypes I’ve created for various D-Link cameras. None of them support streaming video but you can take still pictures and turn on/off motion detection among other things;
##This DeviceType is Obsolete, Please use the following SmartApp instead:
D-Link DCS-930L Device Type.
Features:
Still Image Capture and Display
Turn on/off motion detection
Adjust motion sensitivity
Please note: Motion detection needs to be setup directly using the camera’s local web interface before it will work with this devicetype.
Thanks to @afewremarks and @jonhkennedy for helping me verify the code.
##This DeviceType is Obsolete, Please use the following SmartApp instead:
D-Link DCS-932L Device Type.
Features:
Still Image Capture and Display
Turn on/off motion detection
Adjust motion sensitivity
Please note: Motion detection needs to be setup directly using the camera’s local web interface before it will work with this devicetype.
Thanks to @afewremarks and @jonhkennedy for helping me verify the code.
##This DeviceType is Obsolete, Please use the following SmartApp instead:
##D-Link DCS-942L Device Type.
[image] [image]
##Features:
In-App video streaming w/ sound
Still Image Capture and Display
Turn on/off motion detection (Motion & PIR combined)
Turn on/off PIR sensor (PIR Only)
Adjust motion sensitivity (Motion & PIR combined)
Toggle Night Vision On/Off/Auto
Turn on/off Video Recording to SD card
External Commands:
motionOn() - Video Motion Detection On
motionOff() - Video Motion Detection Off
pirOn() - PIR Motion Detection On
pirOff() - PIR Motion Detection Off
nvOn() - Night Vision On
nvOff() - Night Vision Off
nvAuto() - Night Vision Auto
vrOn() - Local Video Recording On
vrOff() - Local Video Recording Off
Prerequisites:
Fully configured …
##This DeviceType is Obsolete, Please use the following SmartApp instead:
##D-Link DCS-5020L Device Type
[image] [image]
Features:
In-App Video streaming (Video Only, no sound)
Still Image Capture and Display
Full Pan/Tilt support
Move to ‘Home’ location
Move to Preset location (by preset number)
Turn on/off motion detection
Adjust motion sensitivity
Toggle Night Vision On/Off/Auto
External Commands:
motionOn() - Video Motion Detection On
motionOff() - Video Motion Detection Off
nvOn() - Night Vision On
nvOff() - Night Vision Off
nvAuto() - Night Vision Auto
left() - Move Camera Left
right() - Move Camera Right
up() - Move Camera Up
down() - Move Camera Down
home() - Move to ‘Home’ position
presetOne() - Move to Preset position 1 defined in DTH…