Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是android开发的新手。我正在为增强现实创建一个应用程序。我的目标是捕捉真实环境的视频并显示与真实环境相关的过去的增强图像。您能否指导我如何创建一个新的 SqlLite 数据库表以访问已保存在 Nexus 标签 7 库中的图像(增强图像)?此外,我将 GPS 坐标作为参考来创建虚拟表。
您可能希望使用 BLOB 数据类型创建数据库来存储图像。 这是另一个解决从照片库中检索图像的问题。祝你好运。