Search results

  1. P

    Close Call

    Here is from another camera. Audio captured it well.
  2. P

    Close Call

    There are several like this in the neighborhood that survived. Hoping not to lose that tree.
  3. P

    Close Call

    Update: That lightning arced about 300 feet across the street and hit a tree in our front yard. Lost a port on the router and an outdoor outdoor motion detector. Cameras survived.
  4. P

    Close Call

    Lightning hit our neighbors roof last night. She said they were sitting around the fireplace when they heard an explosion that knocked one of their family members literally across the room. He couldn't hear anything after. Started a fire which was quickly put out due to quick response from...
  5. P

    Another example of why cloud based cameras are bad

    https://www.theverge.com/2023/9/8/23865255/wyze-security-camera-feeds-web-view-issue
  6. P

    Review-EmpireTech 8MP 45x PTZ SD8C845FG-HNF

    Is this a firmware update ?
  7. P

    Review: IDahua DH-ITC-437-PW6M-IZ-GN / LPR-437 - ALPR/ANPR - Traffic & Access Control Camera

    I was wondering the same thing. The 437 is now back online. I did notice entire dahua site was offline for over a day about a week ago. I suspect they had lost data and are slowly trying to restore their website. No word from andy despite tagging him here...
  8. P

    People can mask USPS AI detections

    Thanks for the pointers. I've got it set up the way I like it. Learning curve on how to implement sqlite queries to get what I wanted. Had to use curl to create the png image of the grafana panel to place into HomeSeer.
  9. P

    People can mask USPS AI detections

    Getting closer. I was not smart enough to use my existing database to create the chart, so I redid it with time columns of each hour. I have HomeSeer increment the count for each vehicle passing. I still need to add daily, weekly and monthly totals. Haven't figured out how to add multiple...
  10. P

    People can mask USPS AI detections

    I thought I'd try something similar. I setup vehicle counting on my street cam using ipcam-general model. This is working well. I then set up pushing data to HomeSeer via MQTT which is working well. I set up an sqlite database on the HomeSeer box and have Date and AI memo for each vehicle...
  11. P

    IPC-Color4K-T is switching to "day" profile even without a "Time Plan Setting"

    There’s a bug on my PTZ. Won’t switch to night if camera set to 12 hr time. If you have that then set to 24 hr time.
  12. P

    Review: IDahua DH-ITC-437-PW6M-IZ-GN / LPR-437 - ALPR/ANPR - Traffic & Access Control Camera

    Was trying to look at the manual and spec on Dahua site. Seems this camera has been pulled off their website. Is it discontinued? @EMPIRETECANDY can you post the spec sheet and manual?
  13. P

    Change Day Schedule on Dahua IP Camera via Dahua API

    If you know vb.net take a look at my script. It creates three perfect blocks daily with no gaps and adjusts each according to sunrise and sunset. that pic was posted in July
  14. P

    Blue Iris and CodeProject.AI ALPR

    That is cool. I did not know about that directional thing. I have been experimenting with motion detection both on the camera and with BI and have not been happy with the results so far. I have not tried BI motion zones yet. Will have to give it a go. My driveway is at a 45 degree angle...
  15. P

    Change Day Schedule on Dahua IP Camera via Dahua API

    I am interested how you got the username: password authentication to work with a single http statement. I tried using Http directly through Blue Iris, then tried VB.net script using HomeSeer without any luck. Didn't think to escape the blank or the &. Nice! I ended up having to use a more...
  16. P

    Change Day Schedule on Dahua IP Camera via Dahua API

    @Alaska Country I think I know why you are seeing the error with the Night settings. It's partly my fault because I forgot to add that you MUST first set the number of time blocks you want each month in the time settings manually. Once they are set, then the api commands work. I assume you...
  17. P

    Blue Iris and CodeProject.AI ALPR

    This is my MQTT payload: { "plate":"&PLATE", "AlertImgPath":"&ALERT_PATH", "Alert_AI":"&MEMO", "Date":"%Y-%m-%d %H:%M:%S","Camera":"&NAME" } Received message only has the NOW HIRING as the plate. I am not saving messages on my MQTT listener so I suppose there is the possibility that two were...
  18. P

    Blue Iris and CodeProject.AI ALPR

    I got two readings on this alert. Only sent one via MQTT. I received "NOW HIRING" alert not the plate. Any way to fix/avoid this?
  19. P

    Ooops! Not Expecting that framing - help please!

    I’m guessing you couldn’t come straight down from the ceiling for some reason. You won’t even notice that conduit after a couple of months. Good job
  20. P

    Reset camera vs Restart camera vs Reboot camera

    I am having connections issues on a PtP ubiquiti wireless connection. When the remote cameras lose contact for a minute and the connection comes back, one or two random cameras dont reset their connection with Blue Iris and I am seeing no video or only one stream connected with a yellow...
  21. P

    Blue Iris and CodeProject.AI ALPR

    I am about ready to give up. I can leave LPR on CPU and use GPU for other detection. Computer should be fine. Thanks for your help.
  22. P

    Blue Iris and CodeProject.AI ALPR

    cmd function now works but it brings up a blank notepad page
  23. P

    Blue Iris and CodeProject.AI ALPR

    Maybe we are getting somewhere now...getting this:. Microsoft Windows [Version 10.0.19045.3324] (c) Microsoft Corporation. All rights reserved. C:\Users\BlueIris>NVIDIA_SLA_cuDNN_Support.txt 'NVIDIA_SLA_cuDNN_Support.txt' is not recognized as an internal or external command, operable program...
  24. P

    Blue Iris and CodeProject.AI ALPR

    Yes I have Object Detection(YOLOv5 6.2) with GPU enabled. I just tested a cat with ipcam-animal model and it works.
  25. P

    Blue Iris and CodeProject.AI ALPR

    yes have tried enabling and disabling and enabling gpu.... no good
  26. P

    Blue Iris and CodeProject.AI ALPR

    @MikeLud1 Any other ideas?
  27. P

    Blue Iris and CodeProject.AI ALPR

    Took a while. Had to sign up for NVidia developer. I did replace the files with the most current ones then rebooted... still no luck. So I thought I'd uninstall CP.AI including all the folders and data and reinstall. Still no good. I'm testing images using CP License Plate reader test page...
  28. P

    Blue Iris and CodeProject.AI ALPR

    Yes I have all those files in correct folder I tried rebooting also, no change.
  29. P

    Blue Iris and CodeProject.AI ALPR

    I ran the CuDNN install script from the their website. I think it installed correctly not sure. This is the folder after running