-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Retrieve image for MQTT when annotations are disabled #350
Comments
Set Then the original images are available at |
Thanks! |
Small correction: they're accessible at http://machineaddress:4242 |
Having problems accessing this. Using: |
Mmmm, yeah. Looks like there's a bug. I'll get one open and fix it tonight. |
Sooooooooooooooooooooo it's not really a bug. It's an "oh you dummy you never actually implemented that" 😂 Will close the bug and use this to track since it's an actual feature enhancement at this point. |
This is ready for you to try @melvinraju. Use |
This is working perfectly 🚀 Am I right in thinking these images are removed with the routine purge? |
Yep. You can control how often the purge runs and how old an image has to be before it is removed with the settings.json file. https://github.com/danecreekphotography/node-deepstackai-trigger/wiki/Configuration#system-configuration |
This is now released, you can switch back to using the |
hey @danecreekphotography can you check if this is working for you? i havent used it in a while and have tried recently and am getting a Cannot GET error again when using http://localhost:4242/originals/FD_1.jpg |
Mmm, weird. I'm getting a GET error too. I'll look later today! |
So I'm not entirely sure what's going on but can you try restarting the container and see if that makes future images show up? It's working for me now. If you have the problem again try opening a terminal to the container using Docker and do |
Tried restarting the container and error persists. |
Just did a docker-compose pull and has now updated to have the originals folder. I can see the images now! |
I'm trying to send the detected image to a google home hub over MQTT/Node-Red but found that they can only be accessed if annotations are turned on? Can there be a separate web server for which non-annotated trigger images are sent?
The text was updated successfully, but these errors were encountered: