个人案例
- 快标记
最好用的地图标记小工具
快标记扫码体验
- AI看舌
人工智能舌诊小程序
AI看舌扫码体验
<camera mode="normal" device-position="{{devicePosition}}" flash="auto"> <cover-view class='camerabgImage-view'> <cover-image class='bgImage' src='/asset/images/biankuang.png'> </cover-image> <cover-view class='cameratop-view1' bindtap="showModal" data-target="Image">请确保整个舌头在方框内,舌尖朝下</cover-view> <!-- 拍照按钮 --> <cover-view class='camerabotton-view' style='bottom:{{isIphoneX==true?"120px":"60px"}}'> <cover-image class='cancelphoto' src='/asset/images/shuaxin.png' bindtap='changeCameraAction'></cover-image> <cover-image class='takephoto' src='/asset/images/paizhao.png' bindtap='takePhotoAction'></cover-image> <cover-image class='selectPhoto' src='/asset/images/xiangce.png' bindtap='selectPhotoAction'></cover-image> </cover-view> </cover-view> </camera>
小程序插件开发中调用camera组件,在真机上无法显示摄像头界面,请问如何解决?如题,真机上调试没有任何错误提示,摄像头没有图像出现。
2022-06-10遇到同样问题+1
程序一起报错 illegal operation on a directory[图片] 程序运行过程中,连续报几个这样的错误。不知道是什么原因。请问有人知道么?
2020-03-15