# chan-uts-camera
**Repository Path**: Rinaloving/chan-uts-camera
## Basic Information
- **Project Name**: chan-uts-camera
- **Description**: 自定义相机模板UTS插件
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-10-29
- **Last Updated**: 2025-10-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# chan-uts-camera
# 自定义项目模板UTS插件
#### 介绍
Uniapp 调用 camerautils-release.aar 拍照返回 BASE64
#### 软件架构
无
#### 代码示例
``` html
{{title}}
```
#### 安装教程
1. 直接引入Uniapp 项目即可
#### 使用说明
1. 插件目录结构

2. config.json配置
```json
{
"minSdkVersion": "21",
"dependencies": [
"androidx.recyclerview:recyclerview:1.0.0",
"androidx.core:core:1.10.1",
"androidx.camera:camera-core:1.3.0",
"androidx.camera:camera-camera2:1.3.0",
"androidx.camera:camera-lifecycle:1.3.0",
"androidx.camera:camera-view:1.3.0"
]
}
```
3. package.json
```json
{
"id": "chan-uts-camera",
"displayName": "chan-uts-camera",
"version": "1.0.0",
"description": "chan-uts-camera 1426429456@qq.com",
"keywords": [
"chan-uts-camera"
],
"repository": "",
"engines": {
"HBuilderX": "^3.6.8",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"dcloudext": {
"type": "uts",
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "",
"data": "",
"permissions": ""
},
"npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "-",
"aliyun": "-",
"alipay": "-"
},
"client": {
"uni-app": {
"vue": {
"vue2": "-",
"vue3": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
},
"uni-app-x": {
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
}
}
}
}
}
```
3. 运行效果

4. 返回示例
# 注意