auejin / WPF-Kinect-MotorControl

Stepper Motor Control with Kinect (made for KAIST CS584 HCI Term Project)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WPF-Kinect-MotorControl

Stepper Motor Control by WPF application with Kinect v1 extension. Watch it on Youtube!

It rotates 1D-motor to the exact location of clicked location on depth point image received from Kinect.

You can replace AngleFromMousePosition() as below if you want to receive full 2D angle.

private double[] AngleFromMousePosition(Point position, short depth)
        {
            ...
            return new double[alpha,beta];
}

ProjectedAssistant; Virtual Assistant with Projector-based Display

Abstract

This project is made for Human Computer Interaction (CS584), KAIST, 2018.

Majority of virtual assistants have been used voice commands for user interaction. However, virtual assistants with GUI were degrated the locational independency of sound interaction by its fixed visual displays, which makes user not easy to receive informations in a far distance from the virtual assistnaces. Therefore, we suggest a graphic display of virtual assistant with adaptable screen projection. Our graphic display showed 26% more shorter task time comparing to fixed laptop display. Our display also showed 2.7 times lower physical demands and 1.45 times lower mental demand from NASA TLX questionnaire.

Slides, Paper, Video

Link to Slides

Link to Paper

Experiment Video of this project.

About

Stepper Motor Control with Kinect (made for KAIST CS584 HCI Term Project)


Languages

Language:C# 94.9%Language:C++ 5.1%