Skip to content

Commit

Permalink
[opt] update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangdg committed Jul 13, 2022
1 parent a7f171b commit c8c944e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![logo.png](https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/906db02b1dbc49669c38f870b6df2e96~tplv-k3u1fbpfcp-watermark.image?)


# AUSBC [![](https://jitpack.io/v/jiangdongguo/AndroidUSBCamera.svg)](https://jitpack.io/#jiangdongguo/AndroidUSBCamera)[![API](https://img.shields.io/badge/API-19%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=19)
# AUSBC [![](https://jitpack.io/v/jiangdongguo/AndroidUSBCamera.svg)](https://jitpack.io/#jiangdongguo/AndroidUSBCamera) [![API](https://img.shields.io/badge/API-19%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=19)


 Flexible and useful UVC camera engine on Android platform, you can use it to simply open your uvc camera without any system permissions . The only thing you should do is that confirming your Android device must support OTG function. So, welcom to use **AUSBC3.0** and welcom to **star** & **fork** & **issues**!
Expand Down Expand Up @@ -197,7 +197,7 @@ include ':libnative'
include ':libuvccommon'
```

 **Second**, let **media module** dependenced on those modules instead of aar.
 **Second**, let **app.gradle** dependenced on `':libausbc'` .

```groovy
dependencies {
Expand Down

0 comments on commit c8c944e

Please sign in to comment.