需要帮助以防错误 [英] Help needed in error

查看:75
本文介绍了需要帮助以防错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


  ;



 

它表示方法"mapskeletonpointtodepthpoint"没有重载。需要3个参数



我如何解决错误?



谢谢

解决方案

CoordinateMapper.MapSkeletonPointToDepthPoint只需2个参数,SkeletonPoint和DepthImageFormat




http://msdn.microsoft.com/en-us/library/jj883696.aspx


我认为headdepth是你的骨架点只用你的DepthImageFormat而不是Color来调用它。

MapSkeletonPointToDepthPoint( headdepth DepthImageFormat。 Resolution640x480Fps30)


 


It says no overload for method "mapskeletonpointtodepthpoint" takes 3 argument

How can i solve the error?

thanks

解决方案

CoordinateMapper.MapSkeletonPointToDepthPoint only takes 2 parameters, SkeletonPoint and DepthImageFormat

http://msdn.microsoft.com/en-us/library/jj883696.aspx

I assume that headdepth is your Skeletal point just call it with that with your DepthImageFormat not Color.
MapSkeletonPointToDepthPoint (headdepth, DepthImageFormat.Resolution640x480Fps30)


这篇关于需要帮助以防错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆