如何在asp.net中创建基于视觉的手势控制网站? [英] how to create vision based gesture controlled website in asp.net ?

查看:84
本文介绍了如何在asp.net中创建基于视觉的手势控制网站?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用笔记本电脑上的网络摄像头捕捉手部图像,跟踪动作并决定是否滑动页面

use the webcam on laptop to capture images of hand, track movements and decide whether to slide pages

推荐答案

使用asp.net无法做到这一点,您的服务器代码无法访问客户端硬件,如网络摄像头。
You can't do this using asp.net, your server code doesn't have access to client hardware like webcams.


通过使用WebRTC可以在技术上实现:

http://en.wikipedia.org/wiki/WebRTC [ ^ ],

http://www.webrtc .org [ ^ ],

< a href =http://www.html5rocks.com/en/tutorials/webrtc/basics> http://www.html5rocks.com/en/tutorials/webrtc/basics [ ^ ]。



但这是W3标准的新草稿(2015年,<啊ref =http://www.w3.org/TR/webrtc> http://www.w3.org/TR/webrtc [ ^ ])。然而,部分支持它,但是大多数主流浏览器。



手势识别本身就是一项非常重要的工作。你会发现很多有趣的作品,主要是实验性的: http://lmgtfy.com/? q = JavaScript +手势+识别+ WebRTC [ ^ ]。



-SA
It is could be technically possible through using WebRTC:
http://en.wikipedia.org/wiki/WebRTC[^],
http://www.webrtc.org[^],
http://www.html5rocks.com/en/tutorials/webrtc/basics[^].

But this is very new draft for the W3 standard (2015, http://www.w3.org/TR/webrtc[^]). And yet, it is supported, partially, but most major browser.

Gesture recognition itself is quite a big work. You will find quite a few interesting works in this direction, mostly experimental ones: http://lmgtfy.com/?q=JavaScript+gesture+recognition+WebRTC[^].

—SA


这篇关于如何在asp.net中创建基于视觉的手势控制网站?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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