From 6a4b66a792ebe71607df6a293f37e0eb16a5bb6b Mon Sep 17 00:00:00 2001 From: PrplHaz4 Date: Fri, 10 Jan 2020 19:44:06 -0500 Subject: [PATCH] add 3840x2160 4k UHD to monitor dropdown I think this is fairly common in consumer IP cams now... --- web/skins/classic/views/monitor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/skins/classic/views/monitor.php b/web/skins/classic/views/monitor.php index 63089dd51..fefeed34a 100644 --- a/web/skins/classic/views/monitor.php +++ b/web/skins/classic/views/monitor.php @@ -872,6 +872,7 @@ if ( $monitor->Type() != 'NVSocket' && $monitor->Type() != 'WebSite' ) { '1920x1080'=>'1920x1080 1080p', '2048x1536'=>'2048x1536 3MP', '2592x1944'=>'2592x1944 5MP', + '3840x2160'=>'3840x2160 4K UHD', ), $monitor->Width().'x'.$monitor->Height() ); ?>