Integrate new camera dlink dcs-8000lh and dcs-p6000lh and it is possible others new models

Hi - trying to use the defogger but getting this error back.
./dcs8000lh-configure.py b0:c5:54:4c:2d:80 560174
Connecting to b0:c5:54:4c:2d:80…
Traceback (most recent call last):
File “/home/frank/Downloads/defogger-master/./dcs8000lh-configure.py”, line 152, in
cam = BleCam(args.address, args.pincode)
File “/home/frank/Downloads/defogger-master/./dcs8000lh-configure.py”, line 28, in init
self.periph = Peripheral(address)
File “/usr/local/lib/python3.10/dist-packages/bluepy/btle.py”, line 391, in init
self._connect(deviceAddr, addrType, iface)
File “/usr/local/lib/python3.10/dist-packages/bluepy/btle.py”, line 439, in _connect
raise BTLEDisconnectError(“Failed to connect to peripheral %s, addr type: %s” % (addr, addrType), rsp)
bluepy.btle.BTLEDisconnectError: Failed to connect to peripheral b0:c5:54:4c:2d:80, addr type: public

All i want to do is rtsp for this camera.

Hi @fspatt
In my experience with FW 2.07.01 (3.5.20-b01) there is a short window of opportunity to interact with the camera using dcs8000lh-configure.py after the factory reset.
But I’ve end up using the serial method as per @GGx .