Search results

  1. C

    Export .mp4 video to folder on confirmed Sense.AI motion.

    I've gotten AI motion detection to work with Codeproject AI, which works pretty great (it sometimes thinks a tarp is a dog, but most of the false positives are gone). Along with this I have set it up so that when motion is confirmed by the AI an image is sent to a Telegram group for the family...
  2. C

    Dahua .idx file definition.

    Posted this a while ago and am still wondering if anyone knows.
  3. C

    Run action and pass paramaters to video to poweshell script.

    I just wrote some code to find the file using a batch script on trigger as I don't think its possible to get it from parameters. But when the trigger is activated the file does not even exist.. The below code prints the last exported file since the file has not been exported when the trigger...
  4. C

    Run action and pass paramaters to video to poweshell script.

    The purpose of this whole thing is to create a script that pulls two images from the video at the X second mark that the action is happening at (10 seconds in for me), post them to telegram and then post the video. I want to pull two images so it makes it easier to find important videos and...
  5. C

    Run action and pass paramaters to video to poweshell script.

    Hi! I'm hoping this is a simple question but I'm unable to find the answers when searching. I would like to know what I write in the parameters field to get the video file that was just exported along with this trigger. If I cant get the file I'll have to write a script to scrape the folder...
  6. C

    Dahua .idx file definition.

    Hi! I have a few Dahua cameras such as IPC-T5442TM-AS, and IPC-T5442T-ZE. I've coded my own little NVR solution that runs on a rasperry pi and it works great, however I'm hoping I can use the .IDX file that the camera creates to tag the videos with what the camera thinks is in them, vehicles...
Top