Add --list-cameras
Add an option to list the device cameras. Co-authored-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
committed by
Romain Vimont
parent
8c96ab130e
commit
5406c93283
@@ -182,6 +182,7 @@ struct scrcpy_options {
|
||||
bool kill_adb_on_close;
|
||||
#define SC_OPTION_LIST_ENCODERS 0x1
|
||||
#define SC_OPTION_LIST_DISPLAYS 0x2
|
||||
#define SC_OPTION_LIST_CAMERAS 0x4
|
||||
uint8_t list;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user