CR的代码文本

all for learning about the world
  订阅 订阅  :: 管理

2011年7月5日

摘要: http://www.cnkinect.com/thread-4274-1-1.html 阅读全文

posted @ 2011-07-05 18:04 mumuliang 阅读(416) 评论(0) 推荐(0) 编辑

摘要: 1. 设置帧率Kinect说是30帧,但这里又能设置帧率,挺奇怪的。但并非没有设置帧率的接口。XnMapOutputMode Mode; pGenerator->GetMapOutputMode(Mode); Mode.nFPS = fps; XnStatus nRetVal = pGenerator->SetMapOutputMode(Mode);2. 读取IR图像之前因为IRGenerator始终不能创建成功,武断判断Kinect没有实现IRGenerator接口。嗯。很明显错了。思维方式大大的有问题。但IRGenerator create成功以后,start generati 阅读全文

posted @ 2011-07-05 12:07 mumuliang 阅读(1879) 评论(0) 推荐(0) 编辑