Functions | |
def | get_depth (ind) |
def | get_video (ind) |
Variables | |
depth = get_depth(ind) | |
int | ind = 0 |
video = get_video(ind) | |
This goes through each kinect on your system, grabs one frame and displays it. Uncomment the commented line to shut down after each frame if your system can't handle it (will get very low FPS but it should work). This will keep trying indeces until it finds one that doesn't work, then it starts from 0.
def demo_cv_sync_multi.get_depth | ( | ind | ) |
Definition at line 18 of file demo_cv_sync_multi.py.
def demo_cv_sync_multi.get_video | ( | ind | ) |
Definition at line 22 of file demo_cv_sync_multi.py.
Definition at line 29 of file demo_cv_sync_multi.py.
int demo_cv_sync_multi.ind = 0 |
Definition at line 14 of file demo_cv_sync_multi.py.
Definition at line 30 of file demo_cv_sync_multi.py.