Go to the source code of this file.
Namespaces | |
namespace | freenect_synch |
Functions | |
def | freenect_synch::_depth_cb |
def | freenect_synch::_rgb_cb |
def | freenect_synch::get_depth |
def | freenect_synch::get_rgb |
Variables | |
tuple | freenect_synch::depth_cb = lambda*x:_depth_cb(*freenect.depth_cb_np(*x)) |
tuple | freenect_synch::depthcond = Condition() |
list | freenect_synch::depthqueue = [] |
tuple | freenect_synch::rgb_cb = lambda*x:_rgb_cb(*freenect.rgb_cb_np(*x)) |
tuple | freenect_synch::rgbcond = Condition() |
list | freenect_synch::rgbqueue = [] |