본문 바로가기

전체보기115

[Kinect] Kinect Natural User Interface (NUI) Overview Kinect for Windows Architecture The SDK provides a sophisticated software library and tools to help developers use the rich form of Kinect-based natural input, sensing and reacting to real-world events. The Kinect sensor and associated software library interact with your application, as shown in Figure 1. Figure 1. Figure 1. Hardware and software interaction with an application The components of.. 2012. 1. 8.
[Kinect] Readme for Kinect for Windows SDK Online developer resources for Kinect for Windows include the following: Kinect for Windows SDK Beta Forums Coding4Fun Kinect Showcase Technical Resources on the Kinect for Windows Website (coming soon) The Kinect for Windows Blog Notes for Developers General Developer Notes Visual Studio Version: Visual Studio 2010 Express (or other Visual Studio 2010 edition) is required. Developer Environment.. 2012. 1. 7.
[Kinect] MS Kinect SDK MS에서 공개한 키넥트 SDK 설치와 실행을 위한 기본 환경은 다음과 같다. Supported Operating Systems Windows 7, Windows 8 Developer Preview Hardware 32 bit (x86) or 64 bit (x64) processor Dual-core 2.66-GHz or faster processor Dedicated USB 2.0 bus 2 GB RAM A retail Kinect for Xbox 360® sensor which includes special USB/power cabling Software Microsoft® Visual Studio® 2010 Express or other Visual Studio 2010 edition .NET Fra.. 2012. 1. 6.
아이폰 개발 준비 : 디바이스 등록 아이폰 개발을 위한 디바이스(아이팟, 아이폰, 아이패드 등)들을 등록하는 단계 입니다. 01. 디바이스 등록 아이폰 포탈 사이트에 접속하여 “Devices”탭 에서 “Add Devices”버튼을 누른다. 등록할 디바이스 이름, 디바이스 ID(UUID)를 입력 후 “Submit”버튼을 누른다. http://wiki.deviak.com/doku.php?id=basic:iphone_development:ready:devices 2011. 11. 21.
아이폰 개발 준비 : 인증서 등록 아이폰 개발에 앞서 개발자 및 배포용 인증서 등록에 대한 방법 및 절차에 대한 내용 입니다. 01. WWDR Intermediate certificate 설치 iPhone Developer Site 접속하여 Provisioning Portal 로 들어간다. Provisioning Portal의 Certificates에 들어가서 WWDR Intermediate certificate 다운 받아 설치한다. 다음과 같이 키체인에 WWDR Intermediate certificate가 등록 된것을 확인한다. 02. 개발자 포탈에 등록할 인증서 만들기 “키체인 접근 → 인증서 지원 → 인증 기관에서 인증서 요청…“을 선택한다. 이메일 주소, 이름, 디스크에 저장, 본인의 키 쌍 정보 지정을 선택 후 계속 버튼을 누.. 2011. 11. 21.
CryptAcquireContext() 사용 및 문제 해결 http://support.microsoft.com/kb/238187/ko 작업PC(32비트)에서는 문제가 없다가 64비트 PC에서 컨테이너를 가져오지 못하는 문제가 발생하였다. 원인은 CryptAcquireContext 에서 컨테이너를 기본컨테이너(NULL)로 사용을 하였는데 이 부분이 64비트 컴퓨터에서는 제대로 정상 작동을 하지 않았던 모양이다. 해결책은 기본컨테이너를 사용하지 않으면 된다. 나는 유니크한 문자열을 얻기 위해서 GUID를 생성해서 생성한 GUID를 컨테이너로 넘기는 방법으로 처리 했다. 2011. 8. 8.