Search results

  1. VideoDad

    Smartthings automation

    I'm not seeing any attachments. What's the IP address of your SmartThings hub and what's the IP address of your BI server? Please confirm that Edgebridge is also running on that server.
  2. VideoDad

    Is Rekor Scout still the best option?

    I'm using the Plate Recognizer service, but we're on a cul-de-sac with fewer than 2500 plates run per month so I'm able to use the free tier. If you're also under that many, consider it.
  3. VideoDad

    IP Cam Talk Custom Community DeepStack Model

    I would be interested to know if you get this working. I suppose if you had a lot of non-vehicle motion in front of your cameras (e.g. lots of foot traffic) it might make sense to cascade the detection. Personally I don't bother and just let the clone run the delivery model. I have about 4...
  4. VideoDad

    CodeProject.AI "To cancel:" list wildcard

    If you put something in the "to cancel" field it means you want to cancel anything that has already been confirmed by AI. So in your scenario, you are saying if a person is detected (to confirm), but something like a car, motorcycle, bicycle or dog is also detected (to cancel), then cancel the...
  5. VideoDad

    IP Cam Talk Custom Community DeepStack Model

    @MikeLud1 created the .onnx port of the delivery model. I've not tried using it so I'm not sure what to recommend. Edit: I might try separating out the processing so you just do delivery on a clone. Also, I assume it works if you take an image and test it directly in CodeProject.AI
  6. VideoDad

    Guy catches package thief, clearly needs more cameras

    From the timestamps (lowercase am/pm), those look mostly like Reolink cameras. Anyone think so?
  7. VideoDad

    Can you pass the US citizenship test?

    I got them all (10/10) but I take issue with the graphics for the question about the territory acquired in 1803. The Louisiana Purchase covered more than just the modern-day state of Louisiana...
  8. VideoDad

    Time limit?

    The "perpetual" license only covers the versions within your first year. You probably installed the most recent version. To get rid of the evaluation message, you must install an older version, no more recent than the last supported date.
  9. VideoDad

    Time limit?

    If you mean the demo/evaluation period, that's 15 days before you are expected to purchase a license. But it should have full functionality during the evaluation period.
  10. VideoDad

    Funny / Satire

    The tail of a 747 doesn't have the ailerons raised like that and the wings and engine locations are different. I think it's a military C-17.
  11. VideoDad

    Hall of shame

    Hence the rubber flip flops
  12. VideoDad

    Hall of shame

    Electrical work in India https://youtube.com/shorts/KPKu-w_LIXw?si=W7ixS6UANxykFA6Z
  13. VideoDad

    Can we receive alarms/view videos remotely when camaras are not connected to the internet?

    The short answer is you secure your cameras so they don't have any access in/out to the Internet. Then you have your NVR with secure access in for viewing videos. The Wiki has a great article on this: https://ipcamtalk.com/wiki/how-to-secure-your-network-don-t-get-hacked/
  14. VideoDad

    Problem with Dahua IPC-T5442TM-AS 4MP

    Sorry, I confused it with the varifocal model.
  15. VideoDad

    Problem with Dahua IPC-T5442TM-AS 4MP

    Did it exhibit this behavior before mounting? Is your focus set to automatic or manual? That view is rather close with multiple things to focus on in both the foreground and background. Maybe test it elsewhere to see if it is the specific location/view that is causing the camera to have trouble...
  16. VideoDad

    Disconnect Sunba from China or anyone else

    The short answer is to not give the camera any access to the Internet. https://ipcamtalk.com/wiki/how-to-secure-your-network-don-t-get-hacked/ Without more details on the specific model of camera, how you are connecting to it and what method you are using to view/record footage, I don't have...
  17. VideoDad

    Smartthings automation

    Regarding starting the edgebridge.exe as a service, first make sure you have the edgebridge.cfg file with the following settings: [config] Server_Port = 8088 SmartThings_Bearer_Token = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx forwarding_timeout = 5 console_output = no logfile_output = yes logfile =...
  18. VideoDad

    Smartthings automation

    First, I would move edgebridge.exe into its own folder rather than just on the desktop since it creates other files in the same place. I have mine in C:\EdgeBridge. In the ST app on your phone, choose to add a device, do a scan and you should see a LAN Motion Device created (probably in the...
  19. VideoDad

    Smartthings automation

    So it sounds like the LAN Motion Device hasn't been able to reach your edgebridge server and register itself. Can you post the settings from your BackDoor motion device in the SmartThings app to confirm you have the correct settings? Also, in the same folder where you copied edgebridge on...