H5项目实现扫描二维码功能--HTML5-Qrcode
作者:小教学发布时间:2023-09-18分类:程序开发学习浏览:97
导读:VUE3中使用html5-qrcode实现扫描二维码功能.实现原理:调取手机摄像头扫一扫功能实现注:调取手机摄像头需要再https协议下才可以,有的项目启动配置https:tru...
VUE 3中使用html5-qrcode
实现扫描二维码功能.
实现原理:调取手机摄像头扫一扫功能实现
注:调取手机摄像头需要再https协议
下才可以,有的项目启动配置https:true
可以实现启动的项目协议为https
且可以访问,有的还是需要证书才能访问
实现
1个、下载html5-qrcode
npm i html5-qrcode
2个、使用
<template>
<div class="container" v-show="isShow">
<div id="reader"></div>
</div>
</template>
<script setup>
import { reactive, onMounted, onUnmounted, ref } from 'vue'
import { showToast } from 'vant';
import { Html5Qrcode } from 'html5-qrcode'
let html5QrCode = ref(null)
onMounted(() => {
getCameras()
})
const onSearchOrder = () => {
console.log('在运运单')
router.push('order')
}
onUnmounted(() => {
stop()
})
const getCameras = () => {
Html5Qrcode.getCameras()
.then((devices) => {
if (devices && devices.length) {
isShow.value = true
html5QrCode = new Html5Qrcode('reader')
// start开始扫描
start()
}
})
.catch((err) => {
// handle err
console.log('获取设备信息失败', err) // 获取设备信息失败
showToast('获取设备信息失败')
})
}
const start = () => {
html5QrCode
.start(
{facingMode: "environment" },
{
fps: 20, // 设置每秒多少帧
qrbox: { width: 250, height: 250 } // 设置取景范围
// scannable, rest shaded.
},
(decodedText, decodedResult) => {
alert('扫码结果' + decodedText)
},
(errorMessage) => {
// parse error, ideally ignore it. For example:
// console.log(`QR Code no longer in front of camera.`);
console.log('暂无额扫描结果', errorMessage)
}
)
.catch((err) => {
// Start failed, handle it. For example,
console.log(`Unable to start scanning, error: ${err}`)
})
}
const stop = () => {
if (devicesInfo.value) {
html5QrCode
.stop()
.then((ignore) => {
// QR Code scanning is stopped.
console.log('QR Code scanning stopped.', ignore)
})
.catch((err) => {
// Stop failed, handle it.
console.log('Unable to stop scanning.', err)
})
}
}
</script>
<style lang="scss" scoped>
.container {
position: relative;
top: 0px;
left: 0px;
height: 100vh;
width: 100%;
background: rgba($color: #000000, $alpha: 0.48);
z-index: 999;
}
#reader {
top: 50%;
left: 0;
transform: translateY(-50%);
}
</style>
- 上一篇:40套计算机毕业设计项目合集[含源码+论文]
- 下一篇:蟒蛇图片处理笔记
- 程序开发学习排行
-
- 1鸿蒙HarmonyOS:Web组件网页白屏检测
- 2HTTPS协议是安全传输,为啥还要再加密?
- 3HarmonyOS鸿蒙应用开发——数据持久化Preferences
- 4记解决MaterialButton背景颜色与设置值不同
- 5鸿蒙HarmonyOS实战-ArkUI组件(RelativeContainer)
- 6鸿蒙HarmonyOS实战-ArkUI组件(Stack)
- 7[Android][NDK][Cmake]一文搞懂Android项目中的Cmake
- 8Android广播如何解决Sending non-protected broadcast问题
- 9鸿蒙HarmonyOS实战-ArkUI组件(mediaquery)
- 最近发表
-
- WooCommerce最好的WordPress常用插件下载博客插件模块的相关产品
- 羊驼机器人最好的WordPress常用插件下载博客插件模块
- IP信息记录器最好的WordPress常用插件下载博客插件模块
- Linkly for WooCommerce最好的WordPress常用插件下载博客插件模块
- 元素聚合器Forms最好的WordPress常用插件下载博客插件模块
- Promaker Chat 最好的WordPress通用插件下载 博客插件模块
- 自动更新发布日期最好的WordPress常用插件下载博客插件模块
- WordPress官方最好的获取回复WordPress常用插件下载博客插件模块
- Img to rss最好的wordpress常用插件下载博客插件模块
- WPMozo为Elementor最好的WordPress常用插件下载博客插件模块添加精简版