Recent content by bp2008

  1. bp2008

    Weirdness moving through BI alerts list

    For me it only messes with the selection/scroll position if I actually open a clip and play it, then try to navigate with keys. So if you press enter to open a clip, then, down, down, down a few times, it will jump back up after a short moment.
  2. bp2008

    Blue Iris UI3

    There's probably not a setting in UI3 that would affect this. Do single cameras stutter or is it the multi-cam view only? If you are running cameras with sub streams, did you match the main stream and sub stream frame rates and i-frame intervals?
  3. bp2008

    Traffic lights with four colors and a new white light are coming, and they will change the way we drive forever

    I was definitely not taught yellow means slow down.
  4. bp2008

    CPU/Fan monitoring

    Using a helper script it should be possible to put the CPU temperature into a text overlay on a Blue Iris camera. That might be interesting. But I am lazy these days and would not want to take the time to code that up since I don't really care that much myself. Maybe someone has already built...
  5. bp2008

    I want to create a program to check in and check out company employees

    A quick web search suggests that the API documents for that device are not publicly available. So ... good luck. Ask some AI search bots and that should point you in the right direction.
  6. bp2008

    Blue Iris will not start ...

    It is most likely crashing immediately. Unfortunately Blue Iris is awful at logging crashes. If you feel so inclined, you can collect the event logs from the Event Viewer and report them to Blue Iris support according to the instructions in Blue Iris's help file (which is a PDF in the Blue...
  7. bp2008

    Weirdness moving through BI alerts list

    Happens to me too in Blue Iris local console. This isn't the kind of thing that would happen due to corruption. This is some kind of asynchronous event (like a clip starting to play) causing a clip to be selected in the clip list viewer. Looks like it might happen when a clip finishes...
  8. bp2008

    Traffic lights with four colors and a new white light are coming, and they will change the way we drive forever

    Well @TonyR are you going to change your profile pic to add a white light on bottom?
  9. bp2008

    Football field security -- camera layout/design

    Ok, on that CPU, 15% extra is roughly one more maxed out CPU core (actually that'd be 13.3%) . If you're getting this much higher CPU usage than before with it just sitting on the "All cameras" view, then I'd have to recommend choosing one of the lower resolution sub streams (and then change...
  10. bp2008

    Football field security -- camera layout/design

    Depends on which CPU you have and whether you have a sub stream properly configured for that camera. What video resolutions do you see in UI3 (web interface) camera properties for that camera?
  11. bp2008

    web interface ui timeout = 0 setting?

    That is of course what most people do. In some special cases it is inconvenient though, like if the browser is running in a sandbox that loses its settings between page loads. Yes. Clearing cookies typically clears "local storage" too, which is where UI3 keeps all of its settings. Some...
  12. bp2008

    Daylight Savings Time.... or not?

    I honestly don't know if Daylight Saving Time is a net win for humanity, or a net loss. Personally I wouldn't mind having it go away if only so computer software would behave a little more predictably during the second 1AM-2AM period that happens every first Sunday in November :)
  13. bp2008

    EmpireTech 2025 Autumn Sales

    Congrats to all the winners! Thanks Andy for running these!
  14. bp2008

    web interface ui timeout = 0 setting?

    The timeout=0 parameter needs to be added to a ui3.htm URL. For example: http://blueiris.phoenix.local:81/ui3.htm?timeout=0 If you bookmark/link it that way, the parameter will be properly preserved during the login sequence, so it will take effect when the web interface loads.
  15. bp2008

    Football field security -- camera layout/design

    Distortion correction is definitely possible, but it comes with a lot of downsides. (de)warping a digital video results in quality loss, and typically some cropping of the image. It also requires more processing power, more complex software, etc. (this is why not all fisheye cameras support...