Search results

  1. D

    Pull cam feed from txdot

    yes for blue iris. it can have images as sources.
  2. D

    Pull cam feed from txdot

    txdot has their cameras viewable on their site here. The images themselves are base64 encoded and are easy to copy individually. What I don't know is how to get the "Current" base64 data on an ongoing basis. I can figure out a script to decode that data into an image, I just need to know how to...
  3. D

    Blue Iris UI3

    appreciate you looking into it!
  4. D

    Blue Iris UI3

    @bp2008 everything is correct in BI. The issue only appears in UI3.
  5. D

    Blue Iris UI3

    Hey @bp2008, I think I may have found a UI3 bug. UI3 version 286, Blue Iris version: 5.9.9.38. Checked on Edge and Firefox if that matters. In the image below, I have recently set presets 29 and 30. As you can see, I have left a gap on purpose. The labels do not seem to account for the gap. I'm...
  6. D

    Wall mount PTZ camera

    I appreciate the tips. Any specific models I could look at?
  7. D

    Wall mount PTZ camera

    Thanks, I should have clarified... I'm thinking something in size and shape similar to a dome camera, not something on a bracket that sticks out from the wall.
  8. D

    Wall mount PTZ camera

    Does anyone know of a poe PTZ camera that can be mounted flat on a wall? I know the obvious question will come up "Why." Let's assume for the sake of argument that mounting to a vertical surface is the only option and I'm just curious if anything exists that doesn't need a bracket. Nothing has...
  9. D

    Blue Iris UI3

    @bp2008 Misc ideas: When viewing a group, add ability to right click a PTZ cam and trigger a preset without needing to go fullscreen. Add speed setting to PTZ control area and hotkey entry.
  10. D

    Change Day Schedule on Dahua IP Camera via Dahua API

    for anyone that finds this thread via search like i did and just wants a simple Profile changer for Web5.0 cams, this should work: Day: http://yourIP/cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].ConfigEx=Day&VideoInMode[0].Mode=4 Night...
  11. D

    New Reolink Wired POE Doorbell Cam ?

    Hey all, also considering this DB. Read through page 40 but didn't see an exact answer to my Qs (and my eyes are bugging out), so figure I'll just ask: 1. Am I correct that even on home LAN, you cannot get notifications in the reolink app when DB button pressed without their paid cloud? 2. I...
  12. D

    Blue Iris UI3

    Oh I see. I mean even just having the myCss function working is awesome. Hiding those buttons is enough to make 99% of my users not know how or be able to change things. I'll look through the rest of the javascript to find the functions you mentioned for everything else and see if I can't...
  13. D

    Blue Iris UI3

    No joy as yet. Copied over new version files and restarted BI service. Here's my full overrides file so you can see it in context. Perhaps I have something laid out incorrectly. Again, myCss stuff is working perfectly! It's just the "OverrideDefaultSetting" lines that are applying to users and...
  14. D

    Blue Iris UI3

    After testing, the 'myCss' bits are working perfectly to hide buttons from non-admins. The other settings overrides are being applied to everyone, however. Here's what I have: I also tried changing overrideSettings(false); to true just in case, but that made no change.
  15. D

    Blue Iris UI3

    I was just typing an and edit but you beat me to it :D I see they are targeting different things, so I could use both methods. myCss to hide buttons. Within admin checker to use standard override format to hide menu items. Awesome. I'll get to testing!
  16. D

    Blue Iris UI3

    This is great! If I'm understanding correctly, I don't need to use both of these methods. I can either use the 'myCss' classes you made at the top OR use the more standard override format within your admin checker function from the bottom. Is that right?
  17. D

    Blue Iris UI3

    Whats the best way to lock down certain mainMainItems to admins only? Ive been able to find where the buttons are created in ui3.js such as new DropdownListItem({ cmd: "ui_settings".... and how items are controlled with if (sessionManager.IsAdministratorSession()) but I'm not sure how to bring...
  18. D

    I'm ready to give CodeProject.AI a try... Install instructions?

    might anyone have an idea why my log has so many 'detect' events all the time? as far as i can tell, BI is not detecting any motion anywhere. 4:42:42 PM: Object Detection (YOLO): Queue and Processing Object Detection (YOLO) command 'detect' took 759ms 4:42:42 PM: Object Detection (YOLO): Queue...
  19. D

    A New Doorbell

    hopeful for this. been looking to ditch my ring to have something that plays nicer with BI and something i can actually customize. hope it has a decent API so i can control it outside the app. turning its light on, triggering the chime, and everything else.
  20. D

    BI UI3 streaming vs YouTube stream?

    you might be thinking of something like Multicast, but that is only for LAN users, not people accessing externally via UI3.
  21. D

    BI UI3 streaming vs YouTube stream?

    definitely a bandwidth advantage to youtube. if you stream to youtube, you are sending one stream and they handle the rest. otherwise, you are sending ten individual streams to the viewers. 10x the bandwidth and CPU use. edit: also security advantages.. you wouldnt need to give anyone your IP...
  22. D

    VPN users -- How do you get Images with your Alerts?

    the only way ive really found to have it work consistently is to forward a port, which is never recommended, but nothing else has ever worked for me. from what i can tell, the image isn't 'pushed' to the phone or anything. a push message is sent to the phone with a path (i think), then the app...
  23. D

    Shooting Range recorded clips skipping a lot of the action. Live video looks just fine.

    no prob. will take some time to set the profiles on 55 cams, but you only have to do it once. then use the global schedule (not per cam) to change the active profile. though you may wish to have cams on entry doors, etc to continuously record 24/7 so you dont risk missing a trigger on a break in.
  24. D

    Shooting Range recorded clips skipping a lot of the action. Live video looks just fine.

    scheduling and profiles are what you want. ex: Profile 1 on each cam is set to continuous record. Profile 2 only when triggered. then just schedule when each profile is active. easy in BI
  25. D

    Any dahua nvr http api available?

    https://ipcamtalk.com/threads/latest-version-of-dahua-http-api-for-ipc-documentation.45213/
  26. D

    Suggestions for small overhead cameras

    why would anyone want to help someone so ungrateful? looney2ns is a long time member who has done a ton of helpful reviews. so go somewhere else if youre gonna be that way.
  27. D

    Google Nest Device Access API now available

    Get Started | Device Access | Google Developers walks you through pretty much everything. its not a simple "heres the URL" process. you have to create an account, authorize devices, create an API "project," etc. after skimming it, it seems like the access token expires, so your stream would...
  28. D

    Toggle Auto Tracking via http

    never seen anything like that, sorry.
  29. D

    Is is possible to randomize the patrol positions a PTZ camera does?

    if someone is actively watching where the camera is pointing, randomizing isnt going to matter. thats why its never good practice to try and cover multiple angles with a PTZ. get multiple stationary cameras instead. If you have 5 PTZ positions, then 4 are always unwatched, which is a big...
  30. D

    What is "record no signal and inactive frames" option

    when a camera loses signal, BI shows a "No Signal" placeholder. when you set a camera to be inactive during certain profiles, BI shows a placeholder. when you have the box checked, these placeholders will get recorded to the BVR file just like video from a camera does. with the box unchecked...