Search results

  1. 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...
  2. 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
  3. VideoDad

    Guy catches package thief, clearly needs more cameras

    From the timestamps (lowercase am/pm), those look mostly like Reolink cameras. Anyone think so?
  4. 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...
  5. 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.
  6. 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.
  7. 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.
  8. VideoDad

    Hall of shame

    Hence the rubber flip flops
  9. VideoDad

    Hall of shame

    Electrical work in India https://youtube.com/shorts/KPKu-w_LIXw?si=W7ixS6UANxykFA6Z
  10. 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/
  11. VideoDad

    Problem with Dahua IPC-T5442TM-AS 4MP

    Sorry, I confused it with the varifocal model.
  12. 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...
  13. 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...
  14. 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 =...
  15. 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...
  16. 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...
  17. VideoDad

    Smartthings automation

    Yes, it uses the new local Edge driver architecture rather than the older cloud-based Groovy architecture and it all works with the current SmartThings app and local processing. We had an Internet outage a few weeks back and the camera motion still triggered the correct routines. That wouldn't...
  18. VideoDad

    Smartthings automation

    SmartThings has transitioned their hubs to a new architecture with primarily local control. This is a good step but the new Edge drivers do require new solutions. You mentioned "Edge Bridge" and that's the solution I would recommend. It isn't as difficult as it sounds. This post on...
  19. VideoDad

    Is there a way to make certain cameras private?

    Update: I just went back and read the section on camera groups in the user guide and there IS a way to do this more easily. First start by assigning at least one camera to the new "kids" group. Select to view the "kids" group and you should see one camera in the view. Click on the "Edit layout"...