Module: Freenect

Defined in:
lib/freenect/driver.rb,
lib/freenect/freenect.rb

Defined Under Namespace

Modules: Driver Classes: Context, Interface

Constant Summary collapse

FREENECT_COUNTS_PER_G =
Driver::FREENECT_COUNTS_PER_G
FREENECT_DEVICE_FLAGS =
Driver::FREENECT_DEVICE_FLAGS
FREENECT_RESOLUTION =
Driver::FREENECT_RESOLUTION
FREENECT_VIDEO_FORMAT =
Driver::FREENECT_VIDEO_FORMAT
FREENECT_DEPTH_FORMAT =
Driver::FREENECT_DEPTH_FORMAT
FREENECT_LED_OPTIONS =
Driver::FREENECT_LED_OPTIONS
FREENECT_TILT_STATUS_CODE =
Driver::FREENECT_TILT_STATUS_CODE
FREENECT_LOGLEVEL =
Driver::FREENECT_LOGLEVEL

Class Method Summary collapse

Class Method Details

.init(*args) ⇒ Object



16
17
18
# File 'lib/freenect/freenect.rb', line 16

def init(*args)
  Context.new(*args)
end

.method_missing(meth, *args, &blk) ⇒ Object



13
14
15
# File 'lib/freenect/freenect.rb', line 13

def method_missing(meth, *args, &blk)
  Interface.send(meth, *args, &blk)
end