Search results

  1. Robert M

    Sentinel Facial Recognition: Black Edition - Free for 3 cams

    This may be a stupid question, but is there a central database of faces this can integrate with? I know by default it appears to be a complete standalone implementation. The reason I ask is that I'd want to use this outside of my business and would want to know when unsavory folks are...
  2. Robert M

    Questions on json and BI

    You can just interact with your camera directly probably. I do that for direct camera manipulation. You can't really just use a batch file because Windows doesn't have a command line web browser natively. You'd still need to install a windows version of curl or something similar to even...
  3. Robert M

    Different Storage/Archive Settings for Different Cameras

    Nevermind, figured it out noticing I can send specific cameras to different folders with different rules!
  4. Robert M

    Different Storage/Archive Settings for Different Cameras

    Is there a way to setup different storage settings for different groups of cameras? For example: Camera 1, save 30 days/30G worth of recordings Camera 2, save 2 days/1G worth of recordings or doing that per group? I have some cameras that I don't care to see much past a week and some that...
  5. Robert M

    Time Drifting Rapidly Despite Clock Synchronization

    I'll let him know - not a huge issue for me.
  6. Robert M

    Time Drifting Rapidly Despite Clock Synchronization

    FYI - I reverted to v4.6.2.1 and the time drift issue went away.
  7. Robert M

    Time Drifting Rapidly Despite Clock Synchronization

    I just noticed this happening today. 8:05pm is what my PC is set to. The areas in Red are the Blue Iris Overlay. All 5 cameras are being recorded from a remote location. If you look in the upper left of 3 of them you can see the camera time itself is ok. What causes the overlay time to be...
  8. Robert M

    Using JSON API to Mail Snapshots

    I think I might have to resort to doing this through my Vera box (similar to Smart Things) as well.
  9. Robert M

    Profile Not Changing Presets

    Confirmed this morning as well 4.5.3.6 has resolved the issue for me.
  10. Robert M

    Profile Not Changing Presets

    nope - ETA: I was answering for me not the person it appears you were asking the question of.
  11. Robert M

    Profile Not Changing Presets

    Double click on the update file. It will downgrade your Blue Iris version.
  12. Robert M

    Profile Not Changing Presets

    At least for me 4.5.3.2 has my PTZ working now. I also installed this to help archive updates in the future: Releases · bp2008/biupdatehelper · GitHub
  13. Robert M

    Profile Not Changing Presets

    Thanks! I will be archiving them now.
  14. Robert M

    Profile Not Changing Presets

    Any chance you can post up 4.5.3.2 or send me a link where to get the older version from? I don't keep them archived locally and couldn't find the older files on the blur iris website. Thanks!
  15. Robert M

    Profile Not Changing Presets

    The latest update (today's) didn't resolve the issue for me yet.
  16. Robert M

    Profile Not Changing Presets

    Dangit, apparently on this install I had the checkbox to auto download/install updates :|.. I thought I had left that to manual...
  17. Robert M

    Profile Not Changing Presets

    Other then the screenshot I posted, what else should I be looking at? I'm not sure what other settings would impact what I'm trying to achieve (and previously had working). Is there something other then the Event Schedule where I can affect the PTZ based on profile selected? ETA: Or is there...
  18. Robert M

    Profile Not Changing Presets

    No, the last time I updated was a few weeks ago ~3/30. I'm on 4.5.3.3 x64. If what I'm seeing is possibly a bug vs config issue then at least I know I'm not crazy (or mostly not crazy at least).
  19. Robert M

    Profile Not Changing Presets

    So to start off, I'm not sure what broke. The only change I made overnight was adding more RAM to my server and rebooting. However, now, when I switch to different profiles, my cameras are not changing presets. Here's my setup: Profile 1) Default - few PTZ cameras I want at a specific preset...
  20. Robert M

    Connecting another camera from outside the Blue Iris Blue Iris LAN

    VPN Primer for Noobs for reference
  21. Robert M

    Connecting another camera from outside the Blue Iris Blue Iris LAN

    https is setup in the Foscam Interface. It's typically setup by default -- can you access your camera using https://local.ip.of.camera ? If so, HTTPS is enabled already. Be sure you understand the risk as noted above if you are going to setup the port forwarding. If you don't understand the...
  22. Robert M

    Connecting another camera from outside the Blue Iris Blue Iris LAN

    DynDNS and Port Forwarding are different. DynDNS is just a way to dynamically know what your public IP address is (no real risk) Port Forwarding (if you can't restrict source IP) will open up your camera to the internet. This has some risk depending how much you trust the manufacturer to not...
  23. Robert M

    Connecting another camera from outside the Blue Iris Blue Iris LAN

    As long as you setup port forwarding/NAT to your remote camera you can do it. I've done this for 2 locations away from my Blue Iris. 1 is my office about 5 miles away and the other is a vacation home 6 hours away. For the remote cameras you need to setup NAT/Port Forwarding on the routers so...
  24. Robert M

    blueiriscmd - A Python cmd tool for interfacing to the Blue Iris API

    It's in the help file - search JSON - but this is a copy of it also: JSON interface
  25. Robert M

    Using JSON API to Mail Snapshots

    I'm working with the JSON interface now and already have working code to change profiles when I arm/disarm my home alarm. What I'm looking for now and not sure if I can do is trigger screenshots to be emailed on alarm triggers (vs just motion triggers from camera). Is this possible? Would it...
  26. Robert M

    Questions on json and BI

    I'm working with the API now as well. If you're doing POSTS and sending valid session ID it should be working. I'm having no issue changing profiles. Try sending signal without the " quotes.. It may be interpreting that as a string vs integer. I had that issue with profile as well. I'm...
  27. Robert M

    I made a better remote-live-view page [OLD]

    Slight hack to first javascript function (I wanted to see a sorted camera list) -- I'm guessing there's a more elegant way to do this, but this works for me: // Show individual cameras in Current Camera dropdown function PopulateHomegroupSelector() { var box = $("#homegroupselector")...
  28. Robert M

    I made a better remote-live-view page [OLD]

    I resolved the issue. Apparently when I saved the .js originally it was in the wrong location.. fixed that and your code (of course) works as expected. Thanks!
  29. Robert M

    I made a better remote-live-view page [OLD]

    Sorry, that extra text was just in the post.. I stripped out the non JS code on the server... I'll try clearing cache from browser.. the forced reload (Ctrl Reload) didn't seem to do anything...
Top