-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
55 lines (33 loc) · 1.91 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Kinect-Touchscreen
Current State:
Calibration from a single image, content of Main Screen is shown on Projector.
Size of screens has to be edited by hand, check main.cpp l. 53 and projector_calibrator.h l. 181
see the imgs/ to see the current status!
The goal of this project is to build a prototype for a large touchscreen
with a projector and a Kinect (or any similar RGBD-Camera).
The projector is used to project any input on a flat surface
(a wall or the floor) and the kinect recognizes the user input.
The current goal is a proof of concept implementation to show
that the approach is feasible.
At the end, the touchscreen should be easy to use, so that
you don't need to care about the internal processing but can rather
use it like a monitor with multitouch input.
How to use:
(! Still work in progress and therefore unstable !)
// currently not compiled:
- Use projector are secondary monitor (place it virtually right of your monitor, maybe adapt const CvSize C_proj_size in main.cpp l. 64)
- direct the monitor on a flat surface
- point the kinect at the same surface
- Start the application
- Click on the "view" image. The clicked point will turn red on the surface
// current state:
- Use projector are secondary monitor (place it virtually right of your monitor, maybe adapt const CvSize C_proj_size in main.cpp l. 64)
- direct the monitor on a flat surface
- point the kinect at the same surface
- Start the application
- press any key (not a) to get a new view of the checkerboard, the first image will be used to define the table-plane and
to compute the Homogeneous between table and projector. For the other views, take a large cardboard so that the checkerboard
is transformed.
- if you have collected enough images, press 'a' to compute the projectionmatrix of the projector.
- place an object (yourself) in front of the plane and enjoy the colors :)
https://entropia.de/GPN12:Kinect-Touchpad