Possible to support D-Link DCS-8000LH?
The new D-Link DCS-8000LH was not discovered by OWLR.
http://us.dlink.com/products/cameras/mini-hd-wi-fi-camera-dcs-8000lh/
The camera has no wired ethernet so the initial configuration is done over Bluetooth BLE using a smartphone app.
I could not find that there is any web administration interface available for configuration.
But here is what I could reverse engineer about its network capabilities.
https://<local ip>/common/info.cgi
http://<local ip>/common/info.cgi
http://<public ip>:8080/common/info.cgi
model=DCS-8000LH
product=Wireless Internet Camera
brand=D-Link
version=1.01
build=01
hwversion=A
nipca=1.9.7
name=My-camera
location=
macaddr=xx:xx:xx:xx:xx:xx
ipaddr=<local ip>
netmask=255.255.255.0
gateway=192.168.0.1
wireless=yes
inputs=0
outputs=0
speaker=no
videoout=no
pir=no
icr=yes
ir=yes
mic=yes
led=no
td=no
playingmusic=no
whitelightled=no
https://<local ip>/config/stream_info.cgi
vbitrates=64,128,256,384,512,768,1024,1536,2048,2560,3072,4096
vbitratelist1=1024
videos=H264
codeclist1=H264
audios=PCM,AAC
aspectratios=16:9
resolutions=1280x720
resolutionlist1=1280x720
qualitymodes=CBR,Fixquality
qualities=55,65,75,85,95
qualitylist1=55,65,75,85,95
framerates=1,5,7,10,15,20,30
frameratelist1=10,15,20,30
asamplerates=16
abitrates=256
asampleratesAAC=16
abitratesAAC=32
micvol=0,10,20,30,40,50,60,70,80,90,100
cur_micvol=80
vprofileformat=0.9
vprofilenum=1
vprofile1=H264
vprofileurl1=/video/ACVS-H264.cgi?profileid=1
vDprofileurl1=/av2/ACVS-H264.cgi?profileid=1
vprofileres1=1280x720
aprofilenum=2
aprofile1=PCM
aprofileurl1=/audio/ACAS.cgi
aDprofileurl1=/av2/ACAS.cgi
aprofile2=AAC
aprofileurl2=/audio/ACAS-AAC.cgi
aDprofileurl2=/av2/ACAS-AAC.cgi
vban=-|-|-|-|-|-
https://<local ip>/config/motion.cgi
https://<local ip>/config/audiodetection.cgi
https://<local ip>/config/icr.cgi
https://<local ip>/config/led.cgi
https://<local ip>/config/datetime.cgi
https://<local ip>/config/ledmode.cgi
https://<local ip>/cgi/admin/advsnapshotcont.cgi
<root>
<config>
<mail>
<smtpEnable1>0</smtpEnable1>
<smtpServer1 />
<smtpPort1>25</smtpPort1>
<smtpUser1 />
<smtpPass1 />
<receiver1 />
<sender1 />
<smtpInterval>600</smtpInterval>
<smtpIgnoreTime>30</smtpIgnoreTime>
<smtpEncrypt>1</smtpEncrypt>
</mail>
<ftp>
<ftpEnable1>0</ftpEnable1>
<ftpServer1 />
<ftpPort1>21</ftpPort1>
<ftpUser1 />
<ftpPass1 />
<folder1 />
<ftpInterval>300</ftpInterval>
<ftpIgnoreTime>10</ftpIgnoreTime>
<passive1>1</passive1>
<fixFile1 />
</ftp>
<snapshot>
<enable>0</enable>
<continuous>0</continuous>
<schedule>
<enable>0</enable>
<profileName>Snapshot</profileName>
<Item01>0,0,0,1,0,0</Item01>
<Item02>1,0,0,2,0,0</Item02>
<Item03>2,0,0,3,0,0</Item03>
<Item04>3,0,0,4,0,0</Item04>
<Item05>4,0,0,5,0,0</Item05>
<Item06>5,0,0,6,0,0</Item06>
<Item07>6,0,0,0,0,0</Item07>
<itemSize>7</itemSize>
</schedule>
<triggerBy>
<byMotion>1</byMotion>
<byIn1>0</byIn1>
<byIn2>0</byIn2>
<bySound>0</bySound>
</triggerBy>
<snapTo>
<toFtp>0</toFtp>
<toSmtp>0</toSmtp>
</snapTo>
</snapshot>
</config>
</root>
http://<local ip>:80/av2/ACVS-H264.cgi?profileid=1
http://<local ip>:80/video/ACVS-H264.cgi?profileid=1
video/ACVS-H264
http://<local ip>:80/audio/ACAS.cgi
http://<local ip>:80/av2/ACAS-ULAW.cgi
audio/ACAS
-
Anonymous commented
FYI, it is possible to use this camera via direct URLs even with v2.x firmware. See https://github.com/bmork/defogger
-
Anonymous commented
Since firmware 2.0.x random username and pass is generated.
There is no way to use this camera via direct URL. Only via dlinks POS apps.