Replies: 1 comment
-
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a hikvision cam that we use for wildlife detection.
The system works by sending a GET request, upon which the camera returns a form-data response (mix of xml and binary data) for each event.
Time between events may take hours/days. In between, is there a way to detect if the stream is disconnected (with a callback or event hook maybe?)
The idea is that if the connection is dropped, we can restart the stream (we have to use a flaky 4G connection and sometimes the signal drops out)
We use something like
Beta Was this translation helpful? Give feedback.
All reactions