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 56 57
|
.TH FREENECT-GLVIEW 1 2012-05-21 OpenKinect "libfreenect manual"
.SH NAME
freenect-glview \- manual page for freenect camera test
.SH SYNOPSIS
.SY freenect-glview
.OP \fIdevice_index\fP
.SH DESCRIPTION
.LP
This is a simple demo program that illustrates the use of the libfreenect
library. It also provide a simple way to test the communication with the
freenect device.
.SS Shortcuts
.TP
.B ESC
Exit the program
.TP
.B Key W
Increase tilt
.TP
.B Key S
Reset tilt to 0
.TP
.B Key X
Decrease tilt
.TP
.B Key F
Change video format
.TP
.B Key 1
Change LED color to still green
.TP
.B Key 2
Change LED color to still red
.TP
.B Key 3
Change LED color to still yellow
.TP
.B Key 4
Change LED color to blinking green
.TP
.B Key 5
Change LED color to blinking green
.TP
.B Key 6
Change LED color to blinking red and yellow
.TP
.B Key 0
Switch off the LED
.SH OPTIONS
.TP
.B \fIdevice_index\fP
Specify the index of device that should be used. This option is useful when
several devices are connected.
.SH "SEE ALSO"
.BR fakenect (1),
.BR freenect-glpcview (1),
.BR freenect-cppview (1)
|