获取相机图片的推荐方法是什么 - getPicture 或 capture.captureImage
获取相机图片的推荐方法是什么 - getPicture
或 capture.captureImage
?我无法弄清楚其中的区别,是吗?我应该用什么?
what is the recommended way to get a camera picture - getPicture
or capture.captureImage
? I can't figure out the difference, is there? what should I use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道是否有特定的首选方法,但我个人更喜欢 captureimage 方法 - 您可以对图像、音频和视频使用相同的方法签名。
i don't know if there's a particular preferred way, but personally i prefer the captureimage method - you can use the same method signatures for image, audio and video..