Recent content by risquare

  1. R

    Too many calls to ALPR for no reason

    My YOLO5.NET makes too many calls to ALPR for no reason. As shown below YOLO5.NET does not find any objects at all and yet it calls ALRP for license plate recognition. This is huge problem for me as ALRP restricts my usage to only 2500 searches per month. Can anyone advise how to make...
  2. R

    YOLO5 vs YOLO5.NET

    A rookie here. CodeProject AI used to work for me sending MQTT messages about objects and lic. plates. Doesn't work as good as it used to. Misses objects and never recognizes lic plates anymore. I just installed the latest version with the default settings. I noticed that the default installs...
  3. R

    Casting BI web UI to chromecast

    UPDATE : Working now !!!! The problem was that I was using the command "cast" The correct command to use is "cast_site" Furthermore I found that this URL works better as it presents the image from the camera only without the side bar and controls to the left...
  4. R

    Casting BI web UI to chromecast

    Yes it does bring BI live video on a regular browser. Here is what I'm getting at the Ubuntu machine that runs catt catt -d livingroom cast "http://192.168.1.5:91/ui3.htm" ERROR: Unsupported URL: http://192.168.1.5:91/ui3.htm Error: Remote resource not found.
  5. R

    Casting BI web UI to chromecast

    Yep. Found it and it doesn't work either http://192.168.1.5:91/ui3.htm http://username:password@192.168.1.5:91/ui3.htm catt -d livingroom cast "http://user:pass@192.168.1.5:91/ui3.htm" Still getting Unsupported URL Error: yt-dlp extractor failed.
  6. R

    Casting BI web UI to chromecast

    @opens Would you be so kind to share what URL are you using to stream from Blue Iris. I tried several and nothing seem to work getting error messages "Unsupported URL" from catt . I used a public URL of a movie and it worked fine. So my catt is properly installed and working. I need to provide a...
  7. R

    How to stream video out of Blue Iris

    Little progress made. When I use https instead of http than I get the name of the Google Cast app on the screen (screen was dark before) and a progress bar showing endless progress but no image from BI. I'm using this now with mime video/h246 https://192.168.1.5:91/h264/MG/temp.h264
  8. R

    How to stream video out of Blue Iris

    Well, h264 option doesn't work as I said above. Decided to test it with VLC and it doesn't work with VLC either. Tried to see it in a browser and it doesn't work with a browser either. 192.168.1.5:91/h264/MG/temp.h264 Meanwhile this link does work in a browser meaning that Blue Iris is well...
  9. R

    How to stream video out of Blue Iris

    The above post by @jaydeel makes a lot of sense, as far as Google Cast allegedly recognizes H.264 codec. However it doesn't work for me in reality. I'm using two different Google Cast apps and they both fail. I'm using this URL per @jaydeel posting above 192.168.1.5:91/h264/MG/temp.h264 I...
  10. R

    How to stream video out of Blue Iris

    This is the big mystery for me as it was like 6 mo. ago and I don't remember how I got it. I found it memorized in Google Cast app that I'm using.
  11. R

    How to stream video out of Blue Iris

    Thank You very much guys for the prompt responses. Yes, indeed this does work from a web browser 192.168.1.5:91/mjpg/MG/video.mjpg However, it is not good as an input for Google Cast. As I mentioned above I want to stream the video feed to Google Home devices such as Google Nest Hub and Sony...
  12. R

    How to stream video out of Blue Iris

    I have BI running with two cameras and everything is fine as far as BI goes. However I want to take video feed out of BI and stream it to Sony TV, Google Home devices etc. This used to work and it doesn't anymore...
  13. R

    Can't start CodeProject.AI

    Trying to switch from DeepStack to CodeProject.AI. I have dedicated RPi4 with 8GB of RAM for it. Docker installed and tested working. CodeProject.AI Docker image uploaded without errors. Copied the commands below from CodeProject web site and getting errors docker run --name...
  14. R

    How to mask the background without affecting the front view

    Thanks, this is a great idea actually. I’ll try it and ket everyone know how it went. The only concern that I have is that Agent is running on a tiny RPi 4 with only 1GB RAM. DeepStack however has it’s own RPi 4 with 8 GB of RAM. As far as this scenario doesn’t add extra load to DeepStack I’m...
  15. R

    How to mask the background without affecting the front view

    Because I do want cars recognized/alert/record but on my own driveway only not on public road.
Top