Skip to content

Commit 05429bc

Browse files
committed
Update README
1 parent 54c355e commit 05429bc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ allprojects {
7474
Add the dependency to your app `build.gradle` file:
7575

7676
```
77-
implementation 'com.convergence:excamera:1.0.2'
77+
implementation 'com.convergence:excamera:1.0.3'
7878
```
7979

8080
***Now, you are able to use ExCamera SDK in your project. :)***
@@ -197,6 +197,8 @@ Well, you are able to preview on you own application by WiFi Connection now.
197197
|**Start Record(Default Path)**|UsbCameraController.startRecord()|WifiCameraController.startRecord()|
198198
|**Start Record(Custom Path)**|UsbCameraController.startRecord(String path)|WifiCameraController.startRecord(String path)|
199199
|**Stop Record**|UsbCameraController.stopRecord()|WifiCameraController.stopRecord()|
200+
|**Start Auto Focus(Telescope CAM)**|UsbCameraController.startTeleAF()|WifiCameraController.startTeleAF()|
201+
|**Stop Auto Focus(Telescope CAM)**|UsbCameraController.stopTeleAF()|WifiCameraController.stopTeleAF()|
200202

201203
------------
202204

README_CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ allprojects {
7474
将依赖添加到你的 app `build.gradle` 文件:
7575

7676
```
77-
implementation 'com.convergence:excamera:1.0.2'
77+
implementation 'com.convergence:excamera:1.0.3'
7878
```
7979

8080
***现在你就可以在你的项目中使用 ExCamera SDK 了。 :)***
@@ -197,6 +197,8 @@ OK,现在你就可以在你自己的应用中进行WiFi连接的预览了。
197197
|**开始录像(默认路径)**|UsbCameraController.startRecord()|WifiCameraController.startRecord()|
198198
|**开始录像(自定义路径)**|UsbCameraController.startRecord(String path)|WifiCameraController.startRecord(String path)|
199199
|**停止录像**|UsbCameraController.stopRecord()|WifiCameraController.stopRecord()|
200+
|**开始自动对焦(望远相机)**|UsbCameraController.startTeleAF()|WifiCameraController.startTeleAF()|
201+
|**停止自动对焦(望远相机)**|UsbCameraController.stopTeleAF()|WifiCameraController.stopTeleAF()|
200202

201203
------------
202204

0 commit comments

Comments
 (0)