From 6562ce0712be9b63bef44b02561920296fe44a5e Mon Sep 17 00:00:00 2001 From: DylanSpeiser-BMD Date: Thu, 13 Jun 2024 16:57:03 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c8de28..2f30a79 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ To view files on the drives of your camera, follow the link in the bottom-right The page allows for the sending of manual API calls to the camera. Use the text boxes to do that, after consulting the documentation. ### Layout +Because the app is just a web page, you can open it in multiple browser windows at once. Resize the windows and you can monitor many cameras at the same time! + +![Vertical Screenshot](screenshots/WebUI2.png) + I have done my best to make the page responsive, but every screen is different. If something looks off, adjust the zoom/scale of the window in your browser and that should fix things. # Compatibility @@ -82,4 +86,4 @@ If you're having trouble and don't know why, check the browser console. - Add audio settings - Add codec/format switching settings - Improve responsiveness -- Improved error handling \ No newline at end of file +- Improve error handling \ No newline at end of file