ADN中国队参加微软Kinect他赢得了全国比赛三等奖,我们的创意项目与团队Kinect于Naviswork虚拟之旅

ADN中国队参加微软Kinect他赢得了全国比赛三等奖,我们的创意项目与团队Kinect于Naviswork虚拟之旅

大家好,又见面了,我是全栈君,今天给大家准备了Idea注册码。

以下是我的英语写了一个简短的总结,直接贴出来. 让我们知道我们在这参加Hackathon

That’s an exciting Hackathon for me and also China team, I think. We experienced the full process, and learned a lot about how to organize a nice Hackathon.   Meanwhile it is also a good team building activity.  Through this Hackathon, we worked closely, and more about each other. 

It took place in Microsoft’s office (Microsoft University floor). It has a big open area for coffee, break, and meal for 50-60 people,  and a huge training hall. 70 people registered the event, and eventually 40 showed up. 
This was a 24 hours Hackathon, the language for the Hackathon is English. ( Starting course, team presentations are all in English).

About 10 teams joined the competition. Our team name is Shen Xing Zhe(神行者), which means miracle walker, is the only team that doesn’t have the experience of Kinect programming. As Daniel said, one external developer joined our team.  Eventually 5 teams win prizes.  we are among it.  The reward for each member is an “Arch Touch wireless Mouse”.    
  

Our project is to develop a virtual roaming tool using the Kinect sensor within Naviswork. We thought Naviswork should have the good performance of updating its 3D viewer frequently. (The result shows it is. Naviswork’s view is very sensitive to the motion of captured by the Kinect sensor).  Xiaodong is a key contributor on the camera controlling in NW, he did a great job!

We designed the motions to control the Naviswork view’s camera (position, direction). Control the turn left or right by the two hands virtually holding a steering wheel, stretching two arms in right ahead means walking forward, collapsing arms means move backward. Marching on the spot means walking in the Naviswork model.  We even can control the walking speed by speed of the knee’s move frequency.  Finally didn’t show that in the presentation for it takes time to give an ideal factor to get an ideal walking speed in the model.   This motion judge function can be used for any of our 3D products, for example, Revit, Cloud Viewer.   (we will see how is the performance for Revit, Cloud Viewer)

One thought about the time: I think 24 hours is a good time.  During the 24 hours, I only slept for 3 hours.  1.5 hour before the presentation/judge, my head was kind of exhausted. If we will hold a 32 hours Hackathon, it is better to let the audience to have a longer sleep.

I was presenting my idea of my team project.

ADN中国队参加微软Kinect他赢得了全国比赛三等奖,我们的创意项目与团队Kinect于Naviswork虚拟之旅

 Working hard on the coding and researching.
ADN中国队参加微软Kinect他赢得了全国比赛三等奖,我们的创意项目与团队Kinect于Naviswork虚拟之旅

 Testing the connection of the Kinect with computer test program.
ADN中国队参加微软Kinect他赢得了全国比赛三等奖,我们的创意项目与团队Kinect于Naviswork虚拟之旅

Lunch Break and discussion on the solution. The right one is one of our team member from outside of Autodesk (where is Joe? I was taking the photo).
ADN中国队参加微软Kinect他赢得了全国比赛三等奖,我们的创意项目与团队Kinect于Naviswork虚拟之旅

We got some gifts like: nice glasses bottle(not the disposable bottle), snacks. In the purpose of letting more people know this Hackathon event. Additional watches for those who shared the event using Weibo or Weixin (similar cloud apps like  twitter)) and get good feedback from their friends/followers. ( Good idea of using the social media. For sure, We will also use the social media way  for our own Hackathon in Shanghai.)

Thank you Daniel, Zhong on the extensive research and programming for our Cloud viewer and motion builder. Your cloud, web programming expertise is very impressive, Good job!
Xianhua helped the miracle Walker team on the logistics, and also accommodated me and Xiaodong in this condo (very close to the Microsoft office), and also act as the Roaming Walkers for many times of test standing before the Kinect sensor!  
And Special thanks to Xiaodong for his excellent job on programming on the Naviswork side, and also his impressive suggestion, ideas for the team to make the virtual roaming in Naviswork true!

版权声明:本文博主原创文章。博客,未经同意不得转载。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/117067.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • SpringBoot使用@ResponseBody返回图片[通俗易懂]

    SpringBoot使用@ResponseBody返回图片[通俗易懂]以前使用HttpServletResponse可以通过输出流的方式来向前台输出图片。现在大部分都是使用springboot,在使用springboot之后,我们应该如何来修改代码呢?SpringBoot项目搭建配置略过,可直接从官网简历一个demo首先写一个Controller类,包括一个方法,如下:packagecom.example.demo.common;…

    2022年5月8日
    252
  • 小苏打俗称碳酸氢钠_碳酸氢钠俗称苏打还是小苏打

    小苏打俗称碳酸氢钠_碳酸氢钠俗称苏打还是小苏打小苏打介绍(化学方面叫碳酸氢钠) CAS:144-55-8  分子式:NaHCO3  分子量:84.01  中文名称:碳酸氢钠重碳酸钠小苏打酸式碳酸钠重曹  英文名称:Car

    2022年8月6日
    6
  • C# DllImport的用法

    大家在实际工作学习C#的时候,可能会问:为什么我们要为一些已经存在的功能(比如Windows中的一些功能,C++中已经编写好的一些方法)要重新编写代码,C#有没有方法可以直接都用这些原本已经存在的功能呢?答案是肯定的,大家可以通过C#中的DllImport直接调用这些功能。DllImport所在的名字空间usingSystem.Runtime.InteropServices;MSDN中

    2022年4月8日
    45
  • iOS 在TabViewController中的一个ViewController跳转到另一种ViewController

    iOS 在TabViewController中的一个ViewController跳转到另一种ViewController

    2022年1月1日
    38
  • 导入pfx证书

    导入pfx证书打开MicrsoftManangeConsole,你可以按住“Windows+R”,并输入mmc,打开MMC界面。一:添加管理单元(snap-in)从File主菜单中选择“Add/RemoveSnap-in”,打开“AddorRemoveSnap-ins”对话框从左侧的“Availablesnap-ins”列表中选择Certificates,点击”Add>”,打开“Certificatessnap-in”对话框,选择“Computeraccount”:选择snap-

    2022年6月7日
    92
  • SpringMvc工作流程图讲解

    SpringMvc工作流程图讲解SpringMvc工作流程图讲解这是博主根据很多书籍自己总结的一个过程,可能会有错误,敬请指出,共同学习

    2022年5月2日
    39

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号