-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to specify connection attempts or timeout #311
Comments
This is part of a shell script? Why not use it in combination with the |
If your just referring to the discovery retries you can set it with |
Also if the [[camera]]
# Usual options like pass etc
uid = "ABCDEFGUID"
addr = "192.168.YOUR_CAM_IP:2018"
discovery = "local" That will do a local connection only using network pings and brodcasts without making the slow connection to the reolink servers at all. This will of couse only work if it is on the same network |
Thanks for the suggestions. I added
I tried
|
The camera is battery powered Argus 3E. Currently I'm using neolink to capture an image on certain triggers and thats works fine when the camera is online. If however it goes offline (e.g. battery dies, or looses wifi connection), then when image is requested, neolink continually tries to connect (at least for prolonged time) and this blocks the rest of my app (I could of course improve that although not a small job)
Describe the solution you'd like
To be able to specify a timeout or number of attempts to try to connect
this being one connection attempt (15 seconds):
Running neolink 0.6.3-rc2 on a Raspberry Pi 4B (8GB RAM)
Thanks
The text was updated successfully, but these errors were encountered: