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...
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...
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...
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.
Yep. Found it and it doesn't work either
http://192.168.1.5:91/ui3.htm
http://username:[email protected]:91/ui3.htm
catt -d livingroom cast "http://user:[email protected]:91/ui3.htm"
Still getting Unsupported URL
Error: yt-dlp extractor failed.
@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...
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
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...
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...
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...
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...
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...
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...