kinesisKeyboard is an onscreen keyboard that can be used by web applications, with the kinesis framework for kinect, to input characters in input fields , textarea etc. using the kinect motion sensor. It uses the mottie keyboard and bridges it with kinesis.
To make an input field use the kinesisKeyboard , do the following :
$(function(){
bridge.setOpts({holdtime:1000}); // holdtime sets the time after which the character under kinesis cursor is input to the field
$('.kinesiskeyboard').keyboard(); // jquery selector for the input element
});
- mottie keyboard
- kinesis with kinect sensor or the simulator which comes with kinesis install package.
- jquery UI theme
- bridge.js licensed under the MIT License.
- License Terms for mottie keyboard & kinesis.