Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
B
best_AI
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
常超凡
best_AI
Commits
4081030f
提交
4081030f
authored
4月 22, 2024
作者:
羊富学
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
贝因美识别
上级
622a64cb
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
46 行增加
和
42 行删除
+46
-42
beiyinmei.js
pages/beiyinmei/beiyinmei.js
+46
-42
没有找到文件。
pages/beiyinmei/beiyinmei.js
浏览文件 @
4081030f
...
...
@@ -75,52 +75,56 @@ Page({
src
:
res
.
tempFilePath
})
wx
.
request
({
url
:
'https://www.7856.work:4433/clear_fuzzy_detect/'
,
//目标检测+判断清晰模糊接口 测试地址
// url: 'https://tj5.cc:4433/object/',
// url:'https://ai.china315net.com:35437/object/',
url
:
'https://www.7856.work:4433/api/Bym_upload/'
,
method
:
'POST'
,
data
:
{
base
base
:
base
,
labelCodejson
:
'BeiyinmeiAi'
},
success
:
async
()
=>
{
console
.
log
(
'识别二维码成功'
);
// 原图(默认放大两倍)
const
photo1
=
await
that
.
handleTakePoto
(
wx
.
createCameraContext
(),
1
)
// 放大图(四倍)
// await new Promise((resovle) => {
// setTimeout(() => {
// resovle()
// },300)
// })
console
.
log
(
'5555'
);
const
photo2
=
await
that
.
handleTakePoto
(
wx
.
createCameraContext
(),
4
,
{
flash
:
'on'
})
console
.
log
(
photo2
.
tempImagePath
,
'photo1'
);
// this.setData({
// src:photo2.tempImagePath
// })
// 原图base64
const
base64_1
=
wx
.
getFileSystemManager
().
readFileSync
(
photo1
.
tempImagePath
,
'base64'
)
// 放大四倍图 base64
const
base64_2
=
wx
.
getFileSystemManager
().
readFileSync
(
photo2
.
tempImagePath
,
'base64'
)
// 请求接口
Promise
.
all
([
that
.
handleApiCheck
(
base64_1
,
'small'
),
that
.
handleApiCheck
(
base64_2
,
'big'
)])
.
then
(
value
=>
{
let
pageType
=
'error'
const
result1
=
value
[
0
],
result2
=
value
[
1
]
// data.result == 2 为真
if
(
result1
.
data
.
result
==
2
&&
result2
.
data
.
result
==
2
)
{
pageType
=
'success'
}
that
.
setData
({
showPage
:
pageType
})
success
:
async
(
result
)
=>
{
if
(
result
.
data
.
codeinfo
)
{
console
.
log
(
'识别二维码成功'
,
result
.
data
.
codeinfo
,
result
);
// 原图(默认放大两倍)
const
photo1
=
await
that
.
handleTakePoto
(
wx
.
createCameraContext
(),
1
)
// 放大图(四倍)
// await new Promise((resovle) => {
// setTimeout(() => {
// resovle()
// },300)
// })
console
.
log
(
'5555'
);
const
photo2
=
await
that
.
handleTakePoto
(
wx
.
createCameraContext
(),
4
,
{
flash
:
'on'
})
console
.
log
(
photo2
.
tempImagePath
,
'photo1'
);
// this.setData({
// src:photo2.tempImagePath
// })
// 原图base64
const
base64_1
=
wx
.
getFileSystemManager
().
readFileSync
(
photo1
.
tempImagePath
,
'base64'
)
// 放大四倍图 base64
const
base64_2
=
wx
.
getFileSystemManager
().
readFileSync
(
photo2
.
tempImagePath
,
'base64'
)
// 请求接口
Promise
.
all
([
that
.
handleApiCheck
(
base64_1
,
'small'
),
that
.
handleApiCheck
(
base64_2
,
'big'
)])
.
then
(
value
=>
{
let
pageType
=
'error'
const
result1
=
value
[
0
],
result2
=
value
[
1
]
// data.result == 2 为真
if
(
result1
.
data
.
result
==
2
&&
result2
.
data
.
result
==
2
)
{
pageType
=
'success'
}
that
.
setData
({
showPage
:
pageType
})
})
}
else
{
tag
=
true
}
},
fail
(
err
)
{
tag
=
true
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论