我对ARToolKit在识别多个标记方面有问题。对于在我的新标记上训练pc,我必须启动:MK_PATT,但是当我插入相机参数文件名时,我有以下错误消息:
{`使用提供的视频配置字符串视频测试c。libARvideo: GStreamer 0.10.36
(mk_patt:2895):GObject警告**:GstVideoTestSrc' toGstBin‘的无效强制转换
(mk_patt:2895):GStreamer关键**:gst_bin_get_by_name:断言GST_IS_BIN (bin)' failed Pipeline has no element named 'artoolkit'! setupCamera(): Unable to open connection to camera. main(): Unable to set up AR camera. }
发布于 2015-07-24 01:40:36
添加
身份name=artoolkit
到您的ARTOOLKIT_CONFIG变量或vconf变量,这取决于您处理它的方式。
https://askubuntu.com/questions/615225
复制相似问题