background preloader

Kinect and openframeworks

Facebook Twitter

Microsoft Kinect for Windows. Kinect for Windows 開發. 10 分鐘 Kinect for Windows 應用入門 看看別人的創意應用 Kinect for Windows SDK Beta 應用條款摘要: 2011 年 6 月所提供下載的 SDK 為 Beta 版,目前提供用於 non-commercial (非商業用途),例如:研究、展示、開發測試、教學用途;也可以此 SDK 進行教學、以 blog 等型式進行分享或透過為人寫 AP 收費,亦可先行以此 SDK 開發未來作為商業使用的應用程式。

Kinect for Windows 開發

詳細條款說明,請參考 SDK 下載網站及 EULA 說明。 Kinect for Windows 開發 - 邊做邊學 曹祖聖 jimycao@syset.com Kinect 體感遊戲在Xbox 360 上獲得極高的好評,但是對於 Windows 平台上的開發卻一直只能使用非官方的解決方案,例如 NKinect ( 配合CL NUI SDK ( 2011 年 6 月推出了 Kinect for Windows SDK Beta,特別是可以使用 C# 與.NET Framework 4.0 來進行開發,這對 .NET 開發人員來說無疑是 2011 年最好的消息了。 Kinect for Windows SDK : 本篇文章將詳細的介紹在 Windows 7 上開發 Kinect 應用程式所需要的一切知識,包含硬體原理、開發環境安裝、SDK 的使用與 API 呼叫方式,相信可以協助你一步一步的進入 Kinect 神奇的開發領域。

一、Kinect 硬體與原理介紹 Kinect 感應器可以取得以下三種資訊: 彩色影像 (透過中間那顆 RGB 鏡頭)3D 深度影像 (透過左右兩顆鏡頭) 紅外線發射器和紅外線 CMOS 攝影機聲音 (透過陣列式麥克風) Kinect 也支援追焦功能,底座馬達會隨著焦點人物而轉動 Kinect 方向 (左右各 28 度),下表是 Kinect 的詳細規格: 二、Kinect 開發環境安裝與設定. OpenFrameworks. OpenFrameworks. 可视化编程的一些资料 - dizuo的专栏. 1,quest3D 2,vvvv:主要是windows平台 3,Quartz Composer 主要是mac平台 4,Harrison 5,Blender也实现了结点组合式的可视化编程 Nodes are a good tool that provide a user interactive, each node is a box with inputs and outputs that implement a function.

可视化编程的一些资料 - dizuo的专栏

Each node have interactive parameters that user can be set. Blender的Composite Nodes 模块,在这里: opencv和Blender结合,BlenderOCV: 6, Harpia 基于OpenCV的可视化编程 开源 7,processing 基于opengl的可视化编程, 开源: 8,community core vision 界面使用opengl绘制,缩写ccv,注意运行ccv必须安装quicktime。 Code downloadn: ccv是基于openframeworks开发的。 豆瓣上的一个小组: 9,sourceForge上面有一个简单的visual programming开源库: 10,Movid: modular open vision interactive demon 11,Autodesk‘ Node-based Interactive Creative Environment。 ICE is a powerful platform for creating and sharing custom tools, dynamic effects, advanced character rigs,and procedual models without the need to script a line of code. 商业的工业级产品。 12,NodeBox2 NodeBox 2 is an open-source application that generates visual output based on programming code, a node-based interface or natural language (i.e. 13,Synapse 18.

OpenFrameworks & Cinder小组. How to setup openFrameworks for Android on Windows. Notes This is a tutorial on how to setup openFrameworks for Android on Windows.

How to setup openFrameworks for Android on Windows

The current tutorial only explains how to do this using Linux or Mac OS X. * update September 2012 * My MinGW patches for openFrameworks 0071 are now merged into the develop branch of openFrameworks. Last update: 11-09-2012 * update August 2012 * I’ve fixed openFrameworks 0071 for MinGW on my branch (which will hopefully merged into the develop branch soon): Requirements Setup environment 1. Install MinGW and MSYS according to this tutorial:How to install MinGW, MSYS and Eclipse on windows (Don’t forget to install the ADT plugin as well) 2. C:\Development\android-ndk-r8bC:\Development\android-sdkC:\Development\apache-ant-1.8.4 note: The locations don’t need to match these, but it is best to put them in a similar location. If you used the SDK installer instead of the zip package, you might want to create a symbolic link to prevent issues with spaces in the path. 3. 4. 5. 6. Open up the commandline (start -> cmd.exe)Run: