使用 Qualcomm SDK 的基于标记的 AR android 应用程序
我正在开发一个Android应用程序,当特定电影的海报显示在Android相机前时,会播放特定的视频。 早些时候,我使用 AndAr 项目来处理这个东西,我对 customObject 的 draw() 函数做了一些更改并使其正常工作。但现在我的客户希望我使用 Qualcomm sdk 。 我正在玩图像目标应用程序,但找不到任何可以进入我脑海的东西。
I am developing an android application in which a specific video is played when the poster of a specific movie is shown infront of the camera in android.
Earlier i was using AndAr project for this stuff and i did some changes in draw() function of customObject and got it working. But now my client wants me to use Qualcomm sdk .
I was playing with image targets application but couldnt find anything to get in my head.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我成功了。以下是我从此链接
https://ar 获得的解决方案。 qualcomm.at/arforums/showthread.php?t=32
我拥有的 imagetargets.cpp 已经具有 renderFrame 方法
所以我必须对其进行一些修改
,在对 imageRenderer 类进行更改后,我在简历中添加了以下代码:-
Ok i got it working. The following is the solution to it which i got from this link
https://ar.qualcomm.at/arforums/showthread.php?t=32
The imagetargets.cpp which i had was already having the method renderFrame
so i had to modify it a little
and after doing changes in imageRenderer class i added following code in on resume :-