远程控制kinect摄像机角度 [英] controlling kinect camera angle remotely

查看:135
本文介绍了远程控制kinect摄像机角度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何远程控制Kinect的角度(Wi-Fi),我知道如何在本地(在我的机器上)进行操作。


任何想法?


最好的问候。

解决方案

哪个角度(垂直 - 上/下或水平 - 左/右)? Kinect硬件只有一个可以使用SDK操作的垂直电机。要调用它,您必须编写一个应用程序来调用此函数,并使用要设置的垂直角度。
(参见ElevationAngle -
http:// msdn。 microsoft.com/en-us/library/microsoft.kinect.kinectsensor.elevationangle.aspx
 )注意限制


关于如何远程调用此方法,您可以设置一个可以通过某些代码设置的网络服务器。有一个Web服务器实现(Kinect for Windows Toolkit),您可以扩展它以包含此功能,但它是该api中当前可用的函数
。您必须将其添加到JavaScript API。该示例中提供了所有源代码。


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


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


how can I control the angle of my Kinect remotely (Wi-Fi), I know how to do it locally (on my machine).

any ideas?

best regards.

解决方案

Which angle(vertical-up/down or horizontal-left/right)? The Kinect hardware only has a vertical motor that can be manipulated with the SDK. To call that, you will have to write an application to call this function with the vertical angle you which to set. (see ElevationAngle - http://msdn.microsoft.com/en-us/library/microsoft.kinect.kinectsensor.elevationangle.aspx ) take note of the limitations

As for how you would call this remotely, you could setup a web server which you can set that through some code. There is a web server implementation (Kinect for Windows Toolkit) that you can extend to include this functionality, but it is a function currently available in that api. You would have to add that to the JavaScript api's. All source code is provided in that sample.

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

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


这篇关于远程控制kinect摄像机角度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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