Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
B
best_AI
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
常超凡
best_AI
Commits
251596f8
提交
251596f8
authored
2月 22, 2024
作者:
羊富学
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
丰谷拍照
上级
52d184a3
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
519 行增加
和
26 行删除
+519
-26
takephoto.js
pages/fenggu/takephoto/takephoto.js
+519
-26
没有找到文件。
pages/fenggu/takephoto/takephoto.js
浏览文件 @
251596f8
...
...
@@ -6,35 +6,534 @@ Page({
*/
data
:
{
// 验证步骤
stepIndex
:
0
,
stepIndex
:
0
,
// tab切换(AI验证,示范切换)
tabIndex
:
1
tabIndex
:
1
},
takePhoto
()
{
// wx.getStorageSync('photoFrame')
/**
* 生命周期函数--监听页面加载
*/
onLoad
(
options
)
{
this
.
getIsCodeImg
()
},
// 视频流判断是否有三维码
getIsCodeImg
()
{
let
nNumber
=
0
const
ctx
=
wx
.
createCameraContext
()
const
listener
=
ctx
.
onCameraFrame
((
e
)
=>
{
console
.
log
(
e
.
data
)
wx
.
setStorageSync
({
key
:
'photoFrame'
,
data
:
JSON
.
stringify
(
e
.
data
)
})
const
listener
=
ctx
.
onCameraFrame
((
frame
)
=>
{
nNumber
++
if
(
nNumber
%
25
==
0
)
{
wx
.
canvasPutImageData
({
canvasId
:
'myCanvas'
,
x
:
0
,
y
:
0
,
width
:
frame
.
width
,
//288 288
height
:
frame
.
width
,
//512 381
data
:
new
Uint8ClampedArray
(
new
Uint8Array
(
frame
.
data
)),
success
:()
=>
{
wx
.
canvasToTempFilePath
({
canvasId
:
'myCanvas'
,
x
:
0
,
y
:
(
frame
.
height
-
frame
.
width
)
/
2
,
width
:
frame
.
width
,
//288
height
:
frame
.
width
,
//352
fileType
:
'jpg'
,
destWidth
:
frame
.
width
,
destHeight
:
frame
.
width
,
// 精度修改
quality
:
'high'
,
success
:
(
res
)
=>
{
// console.log('成功成功成功')
//进行编码
const
base
=
wx
.
getFileSystemManager
().
readFileSync
(
res
.
tempFilePath
,
'base64'
)
// console.log('base',base)
wx
.
request
({
url
:
'https://ai.tj5.cc:35437/object/'
,
// url: 'https://tj5.cc:4433/object/',
// url:'https://ai.china315net.com:35437/object/',
method
:
"POST"
,
data
:
{
base
},
success
:
(
res
)
=>
{
var
result
=
res
.
data
.
result
;
var
minindex
=
-
1
;
var
mindistance
=
2
;
for
(
var
i
=
0
;
i
<
result
.
length
;
i
++
)
{
var
sublist
=
result
[
i
];
var
distance
=
Math
.
abs
(
sublist
[
0
]
-
0.5
)
+
Math
.
abs
(
sublist
[
1
]
-
0.5
);
if
(
distance
<
mindistance
)
{
mindistance
=
distance
;
minindex
=
i
;
}
}
var
result_zy
=
result
[
minindex
][
0
]
var
result_sx
=
result
[
minindex
][
1
]
var
result_w
=
result
[
minindex
][
2
]
var
result_zoom
=
parseFloat
((
0.85
/
result_w
).
toFixed
(
1
))
let
state
=
''
let
status
=
''
let
state_x
=
''
if
(
result_zy
>
0.588
)
{
//0.568
state
=
'left'
}
else
if
(
result_zy
<
0.405
)
{
//0.425
state
=
'right'
}
else
if
(
result_sx
>
0.577
)
{
//0.547
state
=
'on'
}
else
if
(
result_sx
<
0.401
)
{
//0.411
state
=
'down'
}
else
{
let
text
=
'大框参数已经完善'
var
take_Count
=
0
;
// console.log('大框参数已经完善', text)
let
singe_state
=
true
take_Count
++
,
wx
.
removeStorageSync
(
'singe_state'
)
// console.log('that.data.takephoto', that.data.takephoto)
if
(
this
.
data
.
takephoto
!==
'succes'
&&
this
.
data
.
take_photo_1
===
''
)
{
// console.log('大框参数完成进行拍照')
this
.
takePhoto
();
let
takephoto
=
'succes'
let
d_takephoto
=
'大框拍照完成'
// console.log('d_takephoto', d_takephoto)
that
.
setData
({
takephoto
,
text
,
d_takephoto
,
})
// console.log('that.data.takephoto', that.data.takephoto)
// console.log('that.data.all_state', that.data.all_state)
}
//新修改
else
if
(
this
.
data
.
takephoto
===
'succes'
&&
that
.
data
.
all_state
===
false
)
{
// console.log('进入小框判断')
var
result
=
res
.
data
.
result
;
var
d_result_zy
=
result
[
minindex
][
0
];
var
d_result_sx
=
result
[
minindex
][
1
];
if
(
d_result_zy
>
0.546
)
{
//0.546
state_x
=
'left'
}
else
if
(
d_result_zy
<
0.445
)
{
//0.445
state_x
=
'right'
}
else
if
(
d_result_sx
>
0.571
)
{
//0.531
state_x
=
'on'
}
else
if
(
d_result_sx
<
0.450
)
{
//0.410
state_x
=
'down'
}
else
{
// console.log('全部完成')
// console.log('this.data.all_state', this.data.all_state)
this
.
setData
({
all_finish
:
true
});
this
.
takePhoto2
()
this
.
setData
({
all_state
:
true
})
this
.
listener
.
stop
()
// if (this.data.all_state === false) {
// console.log('全部完成后进行放大拍照')
// that.takePhoto2()
// that.setData({
// all_state: true
// })
// that.listener.stop()
// }
}
}
else
{
console
.
log
(
'拍照失败'
)
// that.takePhoto2()
}
}
this
.
setData
({
state
:
state
,
status
:
status
,
state_x
:
state_x
})
},
fail
:
(
error
)
=>
{
console
.
log
(
'目标检测失败'
,
error
)
}
})
},
fail
:
(
error
)
=>
{
console
.
log
(
'转换临时文件失败:'
,
error
);
}
},
that
)
},
fail
:
(
error
)
=>
{
console
.
log
(
'绘制图像数据失败'
,
error
)
}
})
}
})
listener
.
start
()
// ctx.takePhoto({
// quality: 'high',
// success: (res) => {
// console.log(res)
// this.setData({
// src: res.tempImagePath
// })
// }
// })
},
takePhoto
:
function
()
{
// console.log('takePhoto')
var
that
=
this
Counter
++
;
that
.
ctx
.
setZoom
({
zoom
:
1.0
,
success
:
(
res
)
=>
{
setTimeout
(()
=>
{
that
.
ctx
.
takePhoto
({
quality
:
'high'
,
//高质量
flash
:
'off'
,
success
:
(
res
)
=>
{
/*储存 */
wx
.
setStorage
({
key
:
'res.tempImagePath'
,
data
:
res
.
tempImagePath
,
})
// console.log('res.tempImagePath', res.tempImagePath)
const
base
=
wx
.
getFileSystemManager
().
readFileSync
(
res
.
tempImagePath
,
'base64'
)
// console.log('base', base)
this
.
setData
({
kongfileimage
:
res
.
tempImagePath
})
// console.log('开始解析')
//解码API
wx
.
request
({
// url:'https://ai.china315net.com:35437/api/upload/',
// url: 'https://ai.tj5.cc:35437/api/upload/',
// url:'https://tj5.cc:4433/api/upload/',
url
:
'https://ai.tj5.cc:35437/api/small_upload/'
,
// url:'https://tj5.cc:4433/api/small_upload/',
method
:
'POST'
,
data
:
{
base
,
'labelCodejson'
:
this
.
data
.
labelCode
},
success
:
(
res
)
=>
{
// console.log('base', base)
// console.log('res.statusCode ', res.statusCode)
// console.log('接口访问')
var
dtime
=
util
.
formatTime
(
new
Date
)
wx
.
setStorage
({
key
:
'dtime'
,
data
:
dtime
})
// console.log('当前时间', dtime)
var
res_data
=
res
.
data
// console.log('res_data', res_data)
var
succes_data
=
res_data
.
succes
// console.log('succes_data', succes_data)
if
(
res_data
===
'码解析失败'
||
succes_data
===
'loser'
||
res
.
statusCode
!==
200
)
{
// console.log('计算res_data长度',res_data.length)
// console.log('网络请求值不等于200 ')
const
datajson
=
'码解析失败'
// console.log('datajson1',datajson)
wx
.
setStorage
({
key
:
'datajson'
,
data
:
datajson
})
}
else
{
var
img_reader
=
res_data
.
img_reader
// console.log('img_reader', img_reader)
wx
.
setStorage
({
key
:
'img_reader'
,
data
:
img_reader
})
var
img_method
=
res_data
.
img_method
// console.log('img_method', img_method)
wx
.
setStorage
({
key
:
'img_method'
,
data
:
img_method
})
var
points
=
res_data
.
points
// console.log('points', points)
wx
.
setStorage
({
key
:
'points'
,
data
:
points
})
var
datajson
=
res_data
.
codeinfo
;
// console.log('原图解析内容datajson', datajson)
wx
.
setStorage
({
key
:
'datajson'
,
data
:
datajson
})
}
},
fail
:
(
res
)
=>
{
// console.log('调用upload接口超时', res)
if
(
res
.
errMsg
.
indexOf
(
'timeout'
)
!==
-
1
)
{
// console.log('请求超时')
const
datajson
=
'码解析失败'
// console.log('datajson1',datajson)
wx
.
setStorage
({
key
:
'datajson'
,
data
:
datajson
})
}
},
complete
:
(
res
)
=>
{
if
(
!
res
.
data
)
{
// console.log('网络请求没有返回任何数据')
const
datajson
=
'码解析失败'
// console.log('datajson1',datajson)
wx
.
setStorage
({
key
:
'datajson'
,
data
:
datajson
})
}
},
timeout
:
3000
})
//新增请求接口
wx
.
request
({
url
:
'https://ai.tj5.cc:35437/classify16/'
,
// url: 'https://tj5.cc:4433/classify16/',
method
:
"POST"
,
data
:
{
'image_type'
:
20
,
'base'
:
base
,
},
success
:
(
res
)
=>
{
let
result_value
=
res
.
data
.
result
let
yuan_file
=
res
.
data
.
image_path
// console.log('yuan_file', yuan_file)
wx
.
setStorage
({
key
:
'yuan_file'
,
data
:
yuan_file
})
if
(
result_value
==
14
)
{
// console.log('等于14分类')
let
hint_phone
=
result_value
this
.
setData
({
hint_phone
})
wx
.
setStorage
({
key
:
'hint_phone'
,
data
:
hint_phone
})
// console.log('hint_phone', hint_phone)
}
else
{
// console.log('不等于14分类')
let
hint_phone
=
result_value
wx
.
setStorage
({
key
:
'hint_phone'
,
data
:
hint_phone
})
// console.log('hint_phone', hint_phone)
}
},
fail
:
error
=>
{
console
.
log
(
'调用upload失败'
,
error
)
}
});
var
dtime_2
=
util
.
formatTime
(
new
Date
)
wx
.
setStorage
({
key
:
'dtime_2'
,
data
:
dtime_2
})
}
})
},
350
);
}
})
let
once_takephoto
=
'true'
this
.
setData
({
takephoto_count
:
Counter
,
once_takephoto
:
once_takephoto
})
},
//源代码
// takePhoto2: function () {
// var that = this
// that.ctx.setZoom({
// // flash: 'on',
// zoom: 4.0,
// success: (res) => {
// console.log('setZoom 成功', res)
// const takephoto2_state = res.errMsg
// this.setData({
// takephoto2_state
// })
// console.log('takephoto2_state', takephoto2_state)
// setTimeout(() => {
// that.ctx.takePhoto({
// quality: 'high', //高质量
// success: (res) => {
// console.log('到相机里面')
// console.log('res.data', res)
// console.log('res.tempfile', res.tempImagePath)
// /*储存 */
// wx.setStorage({
// key: 'originalImagePath',
// data: res.tempImagePath,
// })
// console.log('image', res.tempImagePath)
// this.setData({
// bigfileimage: res.tempImagePath
// })
// let file = res.tempImagePath
// const base = wx.getFileSystemManager().readFileSync(file, 'base64')
// console.log('file', file)
// console.log('base', base)
// wx.navigateTo({
// url: '../upload/upload?path=' + that.data.bigfileimage + '&char=0'
// })
// console.log('传值成功')
// console.log('res.tempImagePath', that.data.bigfileimage)
// }
// })
// },350);
// }
// })
// },
//新增代码
takePhoto2
:
function
()
{
// console.log('takePhoto2')
const
that
=
this
;
function
isIOS
()
{
let
system
=
wx
.
getSystemInfoSync
().
system
return
system
.
indexOf
(
'iOS'
)
!==
-
1
}
if
(
isIOS
())
{
// console.log('当前设备是ios')
// console.log('this.data.result_zoom', this.data.result_zoom)
if
(
this
.
data
.
result_zoom
===
0
)
{
this
.
setData
({
result_zoom
:
4
})
}
// console.log('this.data.result_zoom', this.data.result_zoom)
that
.
ctx
.
setZoom
({
zoom
:
this
.
data
.
result_zoom
,
success
:
res
=>
{
// console.log('setZoom成功', res);
const
takephoto2_state
=
res
.
errMsg
;
this
.
setData
({
takephoto2_state
,
});
// console.log('takephoto2_state', takephoto2_state);
setTimeout
(()
=>
{
that
.
ctx
.
takePhoto
({
quality
:
'high'
,
flash
:
'on'
,
success
:
res
=>
{
// console.log('到相机里面');
// console.log('res.data', res);
// console.log('res.tempfile', res.tempImagePath);
/*储存 */
wx
.
setStorage
({
key
:
'originalImagePath'
,
data
:
res
.
tempImagePath
,
});
this
.
setData
({
bigfileimage
:
res
.
tempImagePath
,
});
wx
.
navigateTo
({
url
:
'../upload/upload?path='
+
that
.
data
.
bigfileimage
+
'&char=0'
});
},
fail
:
err
=>
{
console
.
error
(
'拍照失败'
,
err
);
that
.
takePhoto2
()
// console.log('拍照完成')
}
});
})
},
fail
:
err
=>
{
console
.
error
(
'设置缩放失败'
,
err
);
}
});
}
else
{
// console.log('当前设备是安卓')
// console.log('this.data.result_zoom', this.data.result_zoom)
if
(
this
.
data
.
result_zoom
===
0
)
{
this
.
setData
({
result_zoom
:
6
})
}
// const one_zoom = Math.floor(this.data.result_zoom * 0.85)
const
one_zoom
=
parseFloat
((
this
.
data
.
result_zoom
*
0.82
).
toFixed
(
1
));
// console.log('one_zoom', one_zoom)
const
benchmarkLevel
=
(
wx
.
getStorageSync
(
'benchmarkLevel'
)
||
0
)
const
phone_model
=
(
wx
.
getStorageSync
(
'phone_model'
)
||
''
)
// wx.removeStorageSync(String(benchmarkLevel));
// console.log('benchmarkLevel', benchmarkLevel)
// console.log('phone_model', phone_model)
let
timeS
;
// if(){
// }
// console.log('手机型号',phone_model)
let
phone_list
=
[
'NOH-AN00'
,
'NOH-AN01'
,
'OCE-AN10'
,
'JAD-AL00'
,
'LNA-AL00'
,
'NOP-AN00'
,
'NOH-AL10'
,
'ABR-AL80'
,
'MNA-AL00'
,
'JAD-AL50'
,
'ABR-AL00'
,
'ABR-AL90'
,
'ABR-AL60'
,
'ABR-AL60'
,
'NOH-AN50'
]
if
(
phone_list
.
includes
(
phone_model
)){
// console.log('特殊手机型号')
timeS
=
850
}
else
if
(
benchmarkLevel
>
40
)
{
timeS
=
350
;
}
else
if
(
benchmarkLevel
>
30
)
{
timeS
=
380
;
}
else
if
(
benchmarkLevel
>
20
)
{
timeS
=
410
}
else
if
(
benchmarkLevel
>
10
)
{
timeS
=
450
;
}
else
{
timeS
=
450
;
}
this
.
takePhotoZoom
(
one_zoom
,
timeS
)
}
},
takePhotoZoom
:
function
(
one_zoom
,
timeS
)
{
console
.
log
(
'one_zoom'
,
one_zoom
)
console
.
log
(
'timeS'
,
timeS
)
var
that
=
this
that
.
ctx
.
setZoom
({
zoom
:
one_zoom
,
success
:
(
res
)
=>
{
console
.
log
(
'res.zoom 成功'
,
res
.
zoom
)
setTimeout
(()
=>
{
that
.
ctx
.
takePhoto
({
quality
:
'high'
,
//高质量
flash
:
'off'
,
success
:
(
res
)
=>
{
console
.
log
(
'放大拍照日志res'
,
res
)
/*储存 */
wx
.
setStorage
({
key
:
'originalImagePath'
,
data
:
res
.
tempImagePath
,
})
wx
.
setStorage
({
key
:
'one_zoom'
,
data
:
one_zoom
});
this
.
setData
({
bigfileimage
:
res
.
tempImagePath
,
result_zoom
:
this
.
data
.
result_zoom
})
wx
.
navigateTo
({
url
:
'../upload/upload?path='
+
that
.
data
.
bigfileimage
+
'&char=0'
})
},
fail
:
(
err
)
=>
{
console
.
error
(
'拍照失败2'
,
err
);
that
.
takePhoto2
()
}
})
},
timeS
);
},
fail
:
err
=>
{
console
.
error
(
'设置缩放失败'
,
err
);
}
})
},
// ai验证,示范tab切换
tabChange
(
e
){
tabChange
(
e
)
{
const
tindex
=
e
.
target
.
dataset
?.
tindex
||
1
// this.setData({
// tabIndex:tindex
...
...
@@ -47,12 +546,6 @@ Page({
}
},
/**
* 生命周期函数--监听页面加载
*/
onLoad
(
options
)
{
this
.
takePhoto
()
},
/**
* 生命周期函数--监听页面初次渲染完成
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论