Recent content by mayop

  1. M

    5.5.6 - March 12, 2022 - Major UI3 browser client release, timeline playback is now available!

    Anyone have issues with h265 streams and recordings with 5.5.6? None of my h265 recordings will play using ui3 and the cameras will not show the h265 mainstream when viewing live (Sub stream is h264). Soon as I downgrade to 5.5.5 it all works normally. My cameras that use h264 for both main and...
  2. M

    5.4.5 - May 10, 2021

    Ram usage seems normal for me (Currently < 300mb) after a few hours. I have HA enabled with the onboard intel gpu. Main is a h265 stream and sub is h264 for a few of my cameras.
  3. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    New BI has support for Deepstack
  4. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    It should be fine since Ai is doing all the notifications through telegram once it processes an image. I never tried unchecking everything since the main one I use is "Extern" that creates an alert when AI sends a trigger to BI (External).
  5. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Try removing the trigger part so that it looks like this: http://192.168.5.15:8181/admin?camera=backyard1&user=aiuser&pw=password&flagalert=3&memo=[detection]&flagclip
  6. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    This is the one I use. http://127.0.0.1:81/admin?camera=[camera]&flagalert=3&memo=[summary]&user=[Username]&pw=[Password]&flagclip That will flag and set it as a confirmed alert (S logo). If you just want to flag it then use flagalert=1. My alert settings are setup like this...
  7. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Seems it was intentional before 5.3.7.13. When I added "trigger" to the url (/admin?trigger&camera=) the clips would get flagged but then I had some other issues with clips being labeled as 0 secs. I contacted BI support, explained how I have mine setup and they replied: A day later I received:
  8. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Yes it started around the Jan 2 update. https://ipcamtalk.com/threads/tool-tutorial-free-ai-person-detection-for-blue-iris.37330/post-516698 I rolled back to 5.3.7.5 and they work fine.
  9. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Seems the documentation added a variable called flagclip which seems to flag it properly when I trigger the camera manually and run the url twice in a broswer. Will test to see if it works when BI detects someone...
  10. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    I've noticed the latest version(s) of BI breaks flagged and confirmed tagging. I've tried it manually in a browser to verify it wasn't AITool and it still didn't work (as of 5.3.7.10). I rolled it back to 5.3.7.5 and it fixed the issue. I'm also going to try the confirmed alert tag which will...
  11. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    I use WInSCP to manage files using a GUI (I use SFTP protocol to connect) while using X-Shell for a command line terminal. Both are free. I also use Visual Studio Code to edit the files.
  12. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    The problem is Unifi Protect. It causes the keyframe rate to be too low. Ideally it should be 1.00 as shown below: There is a post on BI of possible fixes for cameras themselves: https://blueirissoftware.com/forum/viewtopic.php?t=1460 Now as for protect there is a variable that causes the...
  13. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    There are newer docker images now as well. docker pull deepquestai/deepstack:cpu-2020.12 docker pull deepquestai/deepstack:gpu-2020.12 The latest list of docker images can be found here for those interested. Docker Hub
  14. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Here is a compiled version based on his latest code (Last update was 6 days ago). Just be aware it may have unfinished or broken features. http://www.mediafire.com/file/zn7r3aq0u01clio/AiTool_Oct27_Release.zip/file
  15. M

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    This is the one I use docker run --restart=always -e VISION-DETECTION=True -v localstorage:/datastore -p 81:5000 --name deepstack deepquestai/deepstack:cpu-x5-beta Just change 81 to the port you want to use.
Top