在相机视图上叠加一个框架,然后保存并使用生成的照片(捕获的内容和叠加框架)
我希望我的应用程序中有一个功能,
可以让您为自己或其他有名气的人拍一张照片,例如“通缉:”。
- 然后用户拍摄照片,叠加层和照片将合并为一张
- 生成的图像可在代码中使用。
任何想法从哪里/如何开始。任何教程等。
干杯
I would like to have a feature in my app that
-lets you take a picture of yourself or other that has a fame eg "Wanted:" overlaid on it.
-The user then would take the photo and the overlay and photo would be combined into one
-The resulting image usable in code.
Any ideas where to/how to start with this. Any tutorials etc.
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它可能会有点棘手,处理应用于图像预览的变换,这使得它看起来与相机提供的图像有点不同,但基本思想如下:
It can get a little tricky, dealing with the transform applied to the preview of the image which makes it look a little different from the one you get handed by the camera, but here is the basic idea: