First, UI3 is great. I've now started using it exclusively on one of my Tablets that streams my BI cameras 24/7. UI3 works much better than the Android App for continuous streaming (no pausing, skipping, or falling behind).
One request which would be great for me: While viewing one camera full screen, the ability to swipe left/right to go to the previous/next camera would save me several taps.
Is that something that can be added?
Swipe left and right is on my issue tracker I think (as a feature request) but I am not eager to implement it because of the complexity to make it work very well. UI3 already has low level touch handling on the video player coded to pan the view when the video is zoomed in. So this would only be able to work when not zoomed in at all, and probably I would make it only work on touchscreens (not mouse click and drag).
Swipe left and right is on my issue tracker I think (as a feature request) but I am not eager to implement it because of the complexity to make it work very well. UI3 already has low level touch handling on the video player coded to pan the view when the video is zoomed in. So this would only be able to work when not zoomed in at all, and probably I would make it only work on touchscreens (not mouse click and drag).