본문 바로가기

wiimote

(4)
wiimote API & 데모 닌텐도 wii 컨트롤러를 일반 pc와 연결하여 사용하기 위한 api 및 관련 어플리케이션 데모. Wrapper for GameMaker WiiSafeCracking by Jon King WiiMouse by Aaron Murgatroyd WiiBox by Brian Ouellette, Dave Odom, Matthew Brooks, Roy McCord LightShow Pro by David Johnson WiiCursor by Jesper Niedermann Wii Drum Synth by Richard Pope Windows Media Player Controller by Milot Shala Wii Drum High by Zhao Wiirtual.Earth - A WPF Virtual Earth 3..
HMM(Hidden Markov Model)을 이용한 Wiimote 제스쳐 인식 http://wiki.jienew.twbbs.org/project:wiimote-gesture-recognition 참조. Wiimote Gesture Recognition Projects » Wiimote Gesture Recognition foldunfold Table of Contents Architecture Wiimote Acceleration Sensor Raw Data from Sensor Calibration Gesture Analysis Quantization Pseudo code Training Hidden Markov Models Training with Multiple Sequence Pseudo Code Real Time Recognition Forward Algorithm Pse..
Wiimote 프로그램 지난주에 Wiimote와 Nunchuk를 구입해서 이것저것 테스트를 해봤다. 처음에 생각했던만큼 데이터가 안나와서 일차적으로 4월 말에 출시되는 MotionPlus라는 Wiimote의 확장 악세사리가 나올때까지는 하려던것을 멈췄다. 어느분이 만들어 놓으신 Wiimote API를 구해다가 OpenGL를 사용해서 프로그램도 짜봤다. 이건 어느정도 정리가되면 공개하겠다. 일단 외국사이트를 검색하다가 본 Wiimote를 사용하는 프로그램을 정리해보려고 한다. 이 페이지는 완성된 페이지가 아니라, 조금씩 정리해나가는 페이지입니다.. 1. Wiimote Pointer - URL : http://blog.dawnofthegeeks.com/2009/01/01/a-better-wiimote-pointer/ - IR과 가..
Wiimote & nunchuk 구입 로봇의 모션 및 수동조종을 wiimote를 이용하면 괜찮지 않을까... 해서 집에서 가까운 롯데마트에서 wiimote 28,000원, nunchuk 15,000원에 구입. 내가 쓰고 있는 삼성 x22 노트북과 연결.... 성공 인터넷으로 wiinmote라는 프로그램을 다운받아 실행... 아무 이상없이 잘 된다.. 자. 그러면 프로그램을 짜기위해 다른 사람들이 만들어놓은 라이브러리를 구해보자... 대부분 managed code로 되어있네? 구글링을 해보니 native c++ wiimote library를 구할수 있었다. http://wiiyourself.gl.tter.org/ 위 사이트에서 라이브러리를 다운받을 수 있다. 이제 코딩 시작...