Search results

  1. K

    Last Watch AI - a new platform-independent AI tool with web interface

    Try setting WATCH_USE_POLLING=true in your .env file. Sometimes windows doesn't generate file system events so this setting might help.
  2. K

    Cloned camera only triggers when it is selected in live view?

    I am having the weirdest problem with BI and wonder if I'm doing something wrong. I have a 4k PoE camera set up and working fine. I need to have a clone of this camera with motion detection enabled (I have my own automation software triggering recordings on the main camera, hence why I need the...
  3. K

    Last Watch AI - a new platform-independent AI tool with web interface

    New release day! https://kleypot.com/last-watch-ai-v1-1-released/ https://github.com/akmolina28/last-watch-ai/releases/tag/1.1.1 Thanks to some great feedback from this community I have made a lot of stability and performance improvements, along with adding a bunch of useful new features...
  4. K

    Last Watch AI - a new platform-independent AI tool with web interface

    You can edit docker-compose.yml to change the php port, e.g. change the line that says "9000:9000" to "9001:9000". It would be best to create an override file so that future updates don't undo your fix. To change the web port from 8080 just edit the .env as shown in the setup instructions.
  5. K

    Last Watch AI - a new platform-independent AI tool with web interface

    I just pushed some changes including the ability to delete automations. Follow the Upgrade steps to pull the latest changes: akmolina28/last-watch-ai
  6. K

    Last Watch AI - a new platform-independent AI tool with web interface

    Does that board run Ubuntu or some similar flavor or linux? You should be able to run it. There is a config variable so you can change the endpoint for deepstack since you would probably want to run deepstack outside of docker to leverage the GPU. I don't have the hardware to test it myself but...
  7. K

    Last Watch AI - a new platform-independent AI tool with web interface

    Did you install from source or did you download an official release zip? My best guess is that you downloaded the source code by mistake instead of the compiled release. These errors typically happen when you try to run the web app without building/compiling the source code.. Make sure you get...
  8. K

    Last Watch AI - a new platform-independent AI tool with web interface

    The file watcher seems to be the biggest problem right now, you aren't the first to report performance issues. There is an issue open in github from another user who had a similar issue where it was taking several hours to process new files. I have also confirmed that chokidar is using more CPU...
  9. K

    Last Watch AI - a new platform-independent AI tool with web interface

    Hey, I'm glad you got it working! What did you do to get the images to display? That was a common problem I faced early on. Running as the first user (i.e. uid 1000) is the default assumption. I tried to make it clear in the guide that you only need to set up a sudouser if none had previously...
  10. K

    Last Watch AI - a new platform-independent AI tool with web interface

    That is an interesting idea. I would like to add that or suggest it as a good enhancement for someone else to contribute on. Can you open a new issue on the github page? akmolina28/last-watch-ai
  11. K

    Last Watch AI - a new platform-independent AI tool with web interface

    Looks like you have two issues going on, I strongly suspect both are related to permissions. (1) The errors in the log file indicate that Last Watch is unable to read images in the watch folder. The "Read error!" message is ambiguous and could mean the file is corrupted or not a jpg file, but I...
  12. K

    Last Watch AI - a new platform-independent AI tool with web interface

    Okay, I think the issue is how you are referencing services running on the host machine. Localhost does not reference the host machine, it references the container. Looking around on google it looks like there are a few different ways to do this: (1) Try using the IP 172.17.0.1 (i.e. set the...
  13. K

    Last Watch AI - a new platform-independent AI tool with web interface

    I'm also running everything in a Ubuntu container in Proxmox, so you definitely should be able to get this working. The first thing that jumps out to me is that you might have permissions issues on the watch folder and/or the application. File permissions are usually the hardest thing for people...
  14. K

    Last Watch AI - a new platform-independent AI tool with web interface

    Yes this runs in Docker and it is developed and tested in Windows 10, Windows Server 2019 and Linux. Not sure what issue you were having with Docker but you may have better luck on Windows 10 if you install WSL 2 first. https://docs.microsoft.com/en-us/windows/wsl/install-win10 WSL is a...
  15. K

    Last Watch AI - a new platform-independent AI tool with web interface

    I can't find any good resources on how to run Deepstack-GPU using docker-compose, but you should be able to run Deepstack separately. Just remove the deepstack service from docker-compose.yml so that it does not start as a dependency for Last Watch. That way you can start the Deepstack-GPU...
  16. K

    Last Watch AI - a new platform-independent AI tool with web interface

    Do you have access to the command line? If you have sudo/root access you should be able to get it working. Note that it is not a docker container, it's a docker-compose project. You can think of it as a script that tells docker to run several containers which share resources with each other.
  17. K

    Last Watch AI - a new platform-independent AI tool with web interface

    Not yet but I'm interested in adding that. Thanks for trying it out!
  18. K

    Last Watch AI - a new platform-independent AI tool with web interface

    Introducing Last Watch AI akmolina28/last-watch-ai is yet another open source tool for glueing Blue Iris to Deepstack AI, inspired by gentlepumpkin's AI tools. I created this tool last year to address some of the gaps and frustrations I was experiencing with the other Deepstack tools...
Top