Saduff

Results 5 comments of Saduff

`--experimental-specifier-resolution=node` did not work for me with Node v19.0.0. What worked was using this custom loader: https://github.com/nodejs/loaders-test/tree/main/commonjs-extension-resolution-loader, e.g. `node --loader=./loader.js app.js` However, it seems the issue is because [Mandatory file...

Okay, looking at https://github.com/QuantumEntangledAndy/neolink/discussions/174#discussioncomment-7393946, I see that: > The uid is needed for the hello call to the camera once the ip is know. So even if the IP is...

> My D800's connect fine with this code. > > ``` > bind = "0.0.0.0" > > [[cameras]] > name = "Ch1" > username = "admin" > password = "MyPassword"...

I finally found the issue. Apparently the D800s only support one connection at a time. Mine were added to the Reolink NVR channels so the NVR is constantly connected to...

Thanks for clarifying. > When connecting to a NVR you point neolink towards the NVRs ip addresses not the cameras. I probably didn't try that because my use case was...