-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Improved DDNS and local switching: If Wi-Fi is not selected, app will check if local network device is accessible. If connection is established, local network will be used, otherwise DDNS. - FPS counter shows camera's frame rate if client's FPS maxes out (if local speed is fast enough, frame rate will become i.e 43/19, because it can load 43 frames per second over the network. If it goes beyond 19, only "19 fps" will be shown. Otherwise i.e "10/19" fps) - Wi-Fi selection screen code improved to detect currently connected Wi-Fi network What's in progress? - Recordings sorting - All devices in a single list (recordings) Signed-off-by: developerfromjokela <[email protected]>
- Loading branch information
1 parent
6c273a6
commit 2dc8711
Showing
19 changed files
with
483 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
228 changes: 117 additions & 111 deletions
228
app/src/main/java/com/developerfromjokela/motioneyeclient/ui/activities/CameraViewer.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.