1.2.7 • Published 5 months ago

xwai-pec-frame v1.2.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

npm 集成

npm

npm install xwai-pec-frame

yarn

yarn add xwai-pec-frame

引入SDK

import AISDK from 'xwai-pec-frame';

Android注意事项

配置私仓

allprojects {
   repositories {
    
     ...

     maven {
            allowInsecureProtocol = true
            url "http://ai.xtion.net:9999/repository/maven-releases"
        }
  }
}

权限

SDK初始化需要配置网络及文件读写权限
相机组件使用需配置相机及麦克风权限
高版本Android请注意动态申请

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_VIDEO" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
1.2.7

5 months ago

1.2.6

7 months ago

1.2.5

7 months ago

1.2.4

7 months ago

1.2.0

11 months ago

1.1.9

11 months ago

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.2.3

9 months ago

1.2.2

9 months ago

1.2.1

10 months ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago