-
Notifications
You must be signed in to change notification settings - Fork 43
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
Interface for deployment #13
Comments
Hi @deantheiceman ! Sorry for getting to you so late.
Do you have any suggestions w.r.t how the interface should be realized? |
As far as the second part of your question goes: |
hi @tomek-l thanks for the reply. Something like what they show here would be really useful https://www.tintahijau.com/images/2019-2/001_Hikvision.jpg We setup your project in our small office, we have a TV display people as they come in. But it'll be useful if we could track if someone goes above the threshold and then save that image and throws an alarm if they are above. In the other examples they track a picture of each unique person that came in. Thanks again for the great work. Really wish I could help |
Hi @tomek-l sorry to bump this, do you think you will merge the web interface into master? |
Hi! Let me give a little bit of background on that.
The closest I got to that goal was by simply streaming a jpeg sequence to the browser. Unfortunately, the per-client memory footprint is high, and I'm unable to handle >2 clients without impact on the main app. |
You know @deantheiceman, now that I think about it more, I was streaming a full |
Thanks, happy to test if you get anything going. I noticed the screenshot rules also really impact performance, disabling that got me much better performance. Would be useful if we could snapshot when they trigger the increased temperature |
Hi @deantheiceman ! Feel free the newest version. It has new and improved interface 🙂 |
Hi,
Thanks so much for your work this is really interesting.
I was wondering what kind of interface have you used for actual deployment. I saw you were working on a web interface, does that work? For us to put on a screen near the camera display?
Would be nice to have like an audio alert which we could play maybe through the web interface if someone is detected above the desired range.
Also curious if you're using the flir 3.5 as well, do you need any calibration? My detection seems to be a little bit off
Thanks again
The text was updated successfully, but these errors were encountered: