234
edits
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
Most important is the ''qmetro 2'' object, that simply gives your patch the command to read the incoming video signal at a stready frame rate. | Most important is the ''qmetro 2'' object, that simply gives your patch the command to read the incoming video signal at a stready frame rate. | ||
You can also see an "open" and a "close" message box, the simply start or stop the video input from the kinect. | You can also see an "open" and a "close" message box, the simply start or stop the video input from the kinect. | ||
With the ''format rgb'' or ''format ir'' messages you can choose if you want to use the standard camera, or the infrared camera input. To change the mode, you need to press | With the ''format rgb'' or ''format ir'' messages you can choose if you want to use the standard camera, or the infrared camera input. To change the mode, you need to press ''close'', then on the ''format ...'' message and then on ''open''. | ||
By default, the freenect outputs the normal camera input in RGB mode. | By default, the freenect outputs the normal camera input in RGB mode. | ||
The resolution of the video output is 640p x 480p. | The resolution of the video output is 640p x 480p. | ||
Right here you can see the infrared output. The screens are | Right here you can see the infrared output. The screens are ''jit.pwindow'' objects. | ||
[[File:Bildschirmfoto 2020-07-15 um 17.42.56.png|400px]] | [[File:Bildschirmfoto 2020-07-15 um 17.42.56.png|400px]] | ||
Another think that is pretty useful (and fun) is the | Another think that is pretty useful (and fun) is the ''tilt $1'' message box. By feeding the message box values from -30 to 30 you can tilt the Kinect sensor physically. |
edits