Capture resolution for Video SDK

I know that in the videosdk for web 720p video capture is heavily dependent on a number of factors, but 360p is pretty low. Is there any way to get the capture up to 480p?

What is the max resolution for the windows, iOS, and Android video-sdk?

Hi @jon.roberts ,

Here is how to achieve 720p for video SDK web: Web SDK 720p video
The following is required to send 720p video from the Web SDKs:
*Desktop Chrome version 97 or higher on macOS 12+ with an Intel or AMD graphics card
*Desktop Chrome version 95 or higher on Windows with an Intel graphics card
*Desktop Chrome 98 or higher on Windows with an NVIDIA graphics card.
Zoom is working to support Desktop Safari, Firefox, and Edge on Windows and M1 Macs, and mobile browsers.

iOS video quality guidance: Video quality preference

Android video quality guidance: Video quality preference

Windows video quality guidance: Video quality preference

In general, video resolution for video SDK is dependent upon your configurations, but here is what is available:

*Default 90P
*Desktop: support up to 1080P
*Mobile: support up to 720P
*Auto downgraded to lower res in low bandwidth situations
*Configurable at video sender end; mobile & desktop

Gianni

Thanks,

We’re scratching our heads trying to figure out why one PC doesn’t seem to use 720P when the other does. Other than the slower CPU, the lower res PC has higher specs:

This one does 720p:
Windows tablet.
8 GB ram
GPU: Intel HD Graphics 620
CPU: Intel Core i5-7300U @ 2.6GHz
While streaming video, CPU and GPU hover around 40% utilization.

This one stays as 360p:
Lenovo Mini PC
8 GB ram
GPU: Intel UHD Graphics 630
CPU: Intel Core i5-8500T @ 2.1GHz
While streaming video, CPU and GPU hover around 20% utilization.

Both are running Windows 10 Pro, using Chrome 97

Hmm @jon.roberts , which version of Video SDK are using? Web v1.2.0 should support 720p on all major desktop browsers.

If you’re still experiencing this, I would love to get more information by getting the video session details, screenshots and any console outputs available.

It would be helpful to share the quality of service API response from the session test as well. You can find the endpoint here: Zoom Video SDK API

Thank you!

Yes, unfortunately still experiencing this issue.

I’ve updated to the 1.5.0 version of the SDK. The good news is that the M1 mac support works!

I’ve attached a few screenshots from the log and my fancy widget.

log

Below is the session QOS response from the API: The jon.provider user streams at 720p and is on an MacBook Pro with an M1 processors. The jon.nurse user is on the lenovo machine that will stay at 360p

Its specs are:
Lenovo Mini PC
8 GB ram
GPU: Intel UHD Graphics 630
CPU: Intel Core i5-8500T @ 2.1GHz
While streaming video, CPU and GPU hover around 20% utilization.

{
    "page_size": 10,
    "next_page_token": "",
    "users": [
        {
            "id": "16778240",
            "name": "jon.provider",
            "device": "Web",
            "location": "Bethel Park (US)",
            "ip_address": "100.6.101.73",
            "network_type": "Others",
            "data_center": "United States (IAD Top)",
            "connection_type": "SSL",
            "join_time": "2022-10-06T19:03:59Z",
            "leave_time": "2022-10-06T19:08:57Z",
            "user_qos": [
                {
                    "date_time": "2022-10-06T19:04:00Z",
                    "audio_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "audio_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "video_input": {
                        "bitrate": "103 kbps",
                        "latency": "0 ms",
                        "jitter": "7 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "video_output": {
                        "bitrate": "101 kbps",
                        "latency": "0 ms",
                        "jitter": "2 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "cpu_usage": {
                        "zoom_min_cpu_usage": "0%",
                        "zoom_avg_cpu_usage": "0%",
                        "zoom_max_cpu_usage": "0%",
                        "system_max_cpu_usage": "0%"
                    }
                },
                {
                    "date_time": "2022-10-06T19:05:00Z",
                    "audio_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "audio_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "video_input": {
                        "bitrate": "117 kbps",
                        "latency": "0 ms",
                        "jitter": "7 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "video_output": {
                        "bitrate": "1274 kbps",
                        "latency": "0 ms",
                        "jitter": "6 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "cpu_usage": {
                        "zoom_min_cpu_usage": "0%",
                        "zoom_avg_cpu_usage": "0%",
                        "zoom_max_cpu_usage": "0%",
                        "system_max_cpu_usage": "0%"
                    }
                },
                {
                    "date_time": "2022-10-06T19:06:00Z",
                    "audio_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "audio_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "video_input": {
                        "bitrate": "142 kbps",
                        "latency": "0 ms",
                        "jitter": "7 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "video_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "cpu_usage": {
                        "zoom_min_cpu_usage": "0%",
                        "zoom_avg_cpu_usage": "0%",
                        "zoom_max_cpu_usage": "0%",
                        "system_max_cpu_usage": "0%"
                    }
                },
                {
                    "date_time": "2022-10-06T19:07:00Z",
                    "audio_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "audio_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "video_input": {
                        "bitrate": "93 kbps",
                        "latency": "0 ms",
                        "jitter": "7 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "video_output": {
                        "bitrate": "1720 kbps",
                        "latency": "0 ms",
                        "jitter": "6 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "cpu_usage": {
                        "zoom_min_cpu_usage": "0%",
                        "zoom_avg_cpu_usage": "0%",
                        "zoom_max_cpu_usage": "0%",
                        "system_max_cpu_usage": "0%"
                    }
                },
                {
                    "date_time": "2022-10-06T19:08:00Z",
                    "audio_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "audio_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "video_input": {
                        "bitrate": "91 kbps",
                        "latency": "0 ms",
                        "jitter": "7 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "video_output": {
                        "bitrate": "1754 kbps",
                        "latency": "0 ms",
                        "jitter": "7 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "cpu_usage": {
                        "zoom_min_cpu_usage": "0%",
                        "zoom_avg_cpu_usage": "0%",
                        "zoom_max_cpu_usage": "0%",
                        "system_max_cpu_usage": "0%"
                    }
                }
            ]
        },
        {
            "id": "33555456",
            "name": "jon.nurse",
            "device": "Web",
            "location": "Bethel Park (US)",
            "ip_address": "100.6.101.73",
            "network_type": "Others",
            "data_center": "United States (SC Sub)",
            "connection_type": "SSL",
            "join_time": "2022-10-06T19:04:05Z",
            "leave_time": "2022-10-06T19:07:45Z",
            "user_qos": [
                {
                    "date_time": "2022-10-06T19:04:00Z",
                    "audio_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "audio_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "video_input": {
                        "bitrate": "339 kbps",
                        "latency": "61 ms",
                        "jitter": "9 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "video_output": {
                        "bitrate": "212 kbps",
                        "latency": "61 ms",
                        "jitter": "1 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "cpu_usage": {
                        "zoom_min_cpu_usage": "0%",
                        "zoom_avg_cpu_usage": "0%",
                        "zoom_max_cpu_usage": "0%",
                        "system_max_cpu_usage": "0%"
                    }
                },
                {
                    "date_time": "2022-10-06T19:05:00Z",
                    "audio_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "audio_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "video_input": {
                        "bitrate": "1304 kbps",
                        "latency": "60 ms",
                        "jitter": "8 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "video_output": {
                        "bitrate": "114 kbps",
                        "latency": "60 ms",
                        "jitter": "2 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "cpu_usage": {
                        "zoom_min_cpu_usage": "0%",
                        "zoom_avg_cpu_usage": "0%",
                        "zoom_max_cpu_usage": "0%",
                        "system_max_cpu_usage": "0%"
                    }
                },
                {
                    "date_time": "2022-10-06T19:06:00Z",
                    "audio_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "audio_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "video_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "video_output": {
                        "bitrate": "151 kbps",
                        "latency": "60 ms",
                        "jitter": "2 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "cpu_usage": {
                        "zoom_min_cpu_usage": "0%",
                        "zoom_avg_cpu_usage": "0%",
                        "zoom_max_cpu_usage": "0%",
                        "system_max_cpu_usage": "0%"
                    }
                },
                {
                    "date_time": "2022-10-06T19:07:00Z",
                    "audio_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "audio_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "video_input": {
                        "bitrate": "1497 kbps",
                        "latency": "60 ms",
                        "jitter": "8 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "video_output": {
                        "bitrate": "93 kbps",
                        "latency": "60 ms",
                        "jitter": "4 ms",
                        "avg_loss": "0.0%",
                        "max_loss": "0.0%",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "cpu_usage": {
                        "zoom_min_cpu_usage": "0%",
                        "zoom_avg_cpu_usage": "0%",
                        "zoom_max_cpu_usage": "0%",
                        "system_max_cpu_usage": "0%"
                    }
                },
                {
                    "date_time": "2022-10-06T19:08:00Z",
                    "audio_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "audio_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": ""
                    },
                    "video_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "video_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_input": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "as_output": {
                        "bitrate": "",
                        "latency": "",
                        "jitter": "",
                        "avg_loss": "",
                        "max_loss": "",
                        "resolution": "",
                        "frame_rate": ""
                    },
                    "cpu_usage": {
                        "zoom_min_cpu_usage": "0%",
                        "zoom_avg_cpu_usage": "0%",
                        "zoom_max_cpu_usage": "0%",
                        "system_max_cpu_usage": "0%"
                    }
                }
            ]
        }
    ]
}