Ugh, I bet this is only a problem on small screens I am sure I could solve the issue by reserving some space for the playback controls (not allowing the video player to overlap it) but that would go against the core structure of the user interface, where the playback controls are a child of the video player. Since that change is not actually wanted by most users, it would have to be optional, and it is simply too complex of a change to make it optional.
I suggest you right click the group video and choose Group Settings and use this to lock in a particular resolution that works well at the browser window size you like to operate at. This can help prevent the cameras from overlapping the playback controls. You could also go to UI Settings and enable the "Playback Controls: Always Visible" setting in order to make the behavior more predictable, if you like.
Left and right swipes are something I could technically do, however they would only work if you were fully zoomed out because otherwise the input would be interpreted as panning the view.
In Camera Properties, there is the option for a Hard Reboot of the camera - would there be any way to schedule this i.e. command line etc?
Currently cheaper to reboot one of the cameras before sunset every day (it loses connection whenever the IR lights are on, unless I reboot prior) than replace it! Also, it might be handy to have a reboot command outside of BI one day...
Most of the better cameras allow you to set that up within the camera.
In Camera Properties, there is the option for a Hard Reboot of the camera - would there be any way to schedule this i.e. command line etc?
Currently cheaper to reboot one of the cameras before sunset every day (it loses connection whenever the IR lights are on, unless I reboot prior) than replace it! Also, it might be handy to have a reboot command outside of BI one day...
I made a little windows batch file to auto update UI3 from github daily. If anyone was interested.
Must have git for windows installed. Git for Windows
This script assumes you have blue iris installed in C:\Program Files\Blue Iris 5\ . Change it if needed
Here are the commands that go in the batch file.
I used windows task scheduler and have it run daily. Make sure you check "run at highest elevation"
If you dont know how to make batch files, Here is a little package I made already done for you.
Dropbox - Error - Simplify your life
www.dropbox.com
If someone has any input if there is an even easier way to do this, please chime in!
.gitignore
).ROBOCOPY "ui3" "C:\Program Files\Blue Iris 5\www\ui3-master" /mir
Hello,
I have two issues with UI3 that I cannot resolve. I'm using an Android phone. I have been using UI3 for a year and it has worked great, for the most part. These two issues have only recently appeared. The issues are consistent using different browsers, Edge, Firefox, Google, etc.
Issue 1
When I select a live camera and go full screen, then do a pinch zoom, the screen goes black until I pinch it back down to the original size. This happens sometimes, not always. It happens on all cameras. It appears to me to be random.
Issue 2
When I select an alert, then do a pinch zoom, if the screen does not go black I get a zoom of a different camera. Again, it appears to be random.
Is anyone else experiencing these issues? Is there some setting that I do not have set correctly?
I'm using UI3 version 241, and Blue Iris version 5.7.6.8.UI3-228 (Jan 27, 2023) changed how zooming is done for the HTML5 video player to solve another issue where the player would crash when zoomed in very far.
UI3-229 (Feb 6, 2023) fixed a bug related to that.
What version of UI3 are you running? (see UI3 main menu > About)
Also what phone is it and what version of Android does your phone have?
Okay, thank you.Android 6 is quite old and likely is the cause of the problem. The only workaround will be to go to UI Settings > Video Player and change the H.264 player to JavaScript. It is less efficient which sucks for a mobile device, but inefficient is better than broken.
Alternatively perhaps you could go to the Digital Zoom section of UI Settings and turn on browser native zoom, that way a totally different zooming method is used when you pinch and it should not be affected by the bug.
@bp2008 Sorry to bug. I recently upgraded to UI3 version 241, Blue Iris version: 5.7.7.3 and noticed that group playback in Timeline tab seems to be very choppy. This is playing back a triggered event. At "Go Live", the group view is not choppy.
I am testing on Macbook M2 with Chrome Version 114.0.5735.90 with UI3 H264 player = HTML5
As a sanity test, I reverted back to a previous update: UI3 version 240, Blue Iris version: 5.7.6.7. Recorded event group playback looks smooth in Timeline tab for this version.
Are you seeing this on your side? I'm not sure the problem is with UI3 or BI5.
@bp2008 Enhancement request: Any chance your timeline view can have alert thumbnails on the timeline like shown below?
View attachment 164972
It would help me quickly identify alerts of interest when I'm scanning.
Or maybe at least notate which camera each alert is coming from?
The necessary information to do thumbnails is not available in the timeline data API currently. If you can get Ken to add it, then I will put it on my todo list.
It can be a bit subtle but the timeline does show a little marker on the color bar that has the alert. You can see them in your screenshot above. The color is actually configurable here if you don't like the default brown.
View attachment 164973