Browse Source

2.1.0

2.1.0
main
蒋东国 6 years ago
committed by GitHub
parent
commit
5a4f14ac13
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -21,7 +21,7 @@ allprojects {
Step 2. Add the dependency
```java
dependencies {
compile 'com.github.jiangdongguo:AndroidUSBCamera:2.0.3'
compile 'com.github.jiangdongguo:AndroidUSBCamera:2.1.0'
}
```
### 2. APIs Introduction
@ -140,7 +140,7 @@ mCameraHelper.getModelValue(UVCCameraHelper.MODE_CONTRAST);
```java
mCameraHelper.updateResolution(widht, height);
```
![Connecting gif](https://github.com/jiangdongguo/AndroidUSBCamera/blob/master/gifs/resolution.gif)
![Connecting gif](https://github.com/jiangdongguo/AndroidUSBCamera/blob/master/gifs/2.1.0.gif)
At last,remember adding permissions:  
```
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

Loading…
Cancel
Save