init
This commit is contained in:
18
02. PARA/01. Project(專案)/006. Sega.md
Normal file
18
02. PARA/01. Project(專案)/006. Sega.md
Normal file
@@ -0,0 +1,18 @@
|
||||
### Setup
|
||||
#### Add camera to whitelist
|
||||
Syntax:
|
||||
```
|
||||
adb shell setprop persist.vendor.logitech.ext.cam.allowedlist <VID>:<PID>
|
||||
```
|
||||
|
||||
Example, Add c930e:
|
||||
```
|
||||
adb root ;\
|
||||
adb shell setprop persist.vendor.logitech.ext.cam.allowedlist 046D:0843
|
||||
```
|
||||
|
||||
For c910
|
||||
```
|
||||
adb root ;\
|
||||
adb shell setprop persist.vendor.logitech.ext.cam.allowedlist 046D:0821
|
||||
```
|
||||
Reference in New Issue
Block a user