mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Add --list-cameras
Add an option to list the device cameras. Co-authored-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
520c757322
commit
91023cd17d
14 changed files with 115 additions and 6 deletions
|
|
@ -58,6 +58,7 @@ struct sc_server_params {
|
|||
bool power_on;
|
||||
bool list_encoders;
|
||||
bool list_displays;
|
||||
bool list_cameras;
|
||||
bool kill_adb_on_close;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue