add 3840x2160 4k UHD to monitor dropdown

I think this is fairly common in consumer IP cams now...
This commit is contained in:
PrplHaz4 2020-01-10 19:44:06 -05:00 committed by GitHub
parent 9b2a5b2261
commit 6a4b66a792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()
);
?>