Setting the Resolution of a Video Stream Cloud Phone
Question
How to set the resolution of a
Answer
In the Kunpeng BoostKit cloud phone Turbo toolkit, the default resolution is 720p@30 fps and the pixel density is 320 DPI. To start video stream cloud phone instances with different resolutions and frame rates, you need to modify the resolution width, height, and frame rate in the cfct_config configuration file. Table 1 describes some common configurations.
Cloud Phone Specifications |
Screen Width (BUILD_WIDTH) |
Screen Height (BUILD_HEIGHT) |
Screen Density (BUILD_DENSITY) |
Screen Frame Rate (BUILD_FPS) |
|---|---|---|---|---|
720p@30 fps |
720 |
1280 |
320 |
30 |
720p@60 fps |
720 |
1280 |
320 |
60 |
1080p@30 fps |
1080 |
1920 |
480 |
30 |
1080p@60 fps |
1080 |
1920 |
480 |
60 |