mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-19 15:32:00 +00:00
Add --camera-fps
Add a new option for specifying the camera frame rate. By default, Android's default frame rate (30 fps) is used. PR #4213 <https://github.com/Genymobile/scrcpy/pull/4213> Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
928f8b8eb3
commit
4722bff423
13 changed files with 72 additions and 3 deletions
|
@ -133,6 +133,7 @@ struct scrcpy_options {
|
|||
const char *camera_id;
|
||||
const char *camera_size;
|
||||
const char *camera_ar;
|
||||
uint16_t camera_fps;
|
||||
enum sc_log_level log_level;
|
||||
enum sc_codec video_codec;
|
||||
enum sc_codec audio_codec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue