我正在华硕eee PC上运行Ubuntu12.04,在遵循ARToolKit教程之后,当我在选择GStreamer之后进入make
部分时,会在VideoGStreamer/video.c .c中得到许多“未定义的引用”错误。巴斯丁:
我在freenode上的#gstreamer上也问了同样的问题,他们暗示这可能是ARToolKit的一个问题。然后我看到了这个:
http://ubuntuforums.org/showpost.php?s=2260b48cec6cd38078e5f9f6d7beee47&p=12091315&postcount=3
官方的ARToolKit支持现在看来已经死了,所以我在这里问这个问题。
谢谢你读了我的悲伤故事。
UPDATE:我发现了一个由Yoshinari先生制作的补丁,它在local/imagelab.tsukuba.ac.jp/ubuntu1004+opencv21/ARToolKitk/index-e.html上非常适合V4L2 + Ubuntu。
发布于 2013-03-27 15:29:30
-Download "freeglut3-dev" form Ubuntu Software center
-Download "libxmu-dev" form Ubuntu Software center
-Download "libXi-dev" form Ubuntu Software center
-Download "libglew1.5-dev" form Ubuntu Software center
**I don't know if the next two downloads are necessary**
-Download "GStreamer plugins for mms, wavpack, quicktime,
musepack" form Ubuntu Software center
-Download "GStreamer plugins for aac, xvid, mpeg2, faad" form Ubuntu
Software center
-Dowload "libgstreamer0.10-dev" form Ubuntu Software center
-Download "ARToolKit-2.72.1.tgz"
-unzip "ARToolKit-2.72.1.tgz"
-Download the scrpit "installARToolKit.sh" from this website:
github.com/enekochan/installation-scripts
-Run the script.
+Select option 6 "GStreamer Media Framework"
+Select n
+Select n
-Type the following commands:
+cd ARtoolkit/bin
+./simpleTest
https://stackoverflow.com/questions/12014192
复制相似问题