Go to the source code of this file.
Namespaces | |
demo_mp_sync | |
Functions | |
def | demo_mp_sync.get_depth () |
def | demo_mp_sync.get_video () |
def | demo_mp_sync.handler (signum, frame) |
Variables | |
demo_mp_sync.image_depth = mp.imshow(get_depth(), interpolation='nearest', animated=True) | |
demo_mp_sync.image_rgb = mp.imshow(get_video(), interpolation='nearest', animated=True) | |
bool | demo_mp_sync.keep_running = True |