Hi Ryan, I'm able to run the "ex-capture.py" file and receive data and store it in a file. When I come to play this file back using "ex-playback.py" I get this error:
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Python27\Lib\lib-tk\Tkinter.py", line 1470, in call
return self.func(*args)
File "C:\Python27\lib\site-packages\PyKinectTk\Playback\Select.py", line 123, in start_playback
pid = self.performance_id()
File "C:\Python27\lib\site-packages\PyKinectTk\Playback\Select.py", line 99, in performance_id
return self._performances[self.selected()]
TypeError: list indices must be integers, not str
That's for the GUI, when I try the CLI commands I'm not sure what to enter as input - I keep getting invalid ID.
What I'm trying to do is stream a video OR record it, and extract frames from it. What am I doing wrong. Thanks.
Hi Ryan, I'm able to run the "ex-capture.py" file and receive data and store it in a file. When I come to play this file back using "ex-playback.py" I get this error:
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Python27\Lib\lib-tk\Tkinter.py", line 1470, in call
return self.func(*args)
File "C:\Python27\lib\site-packages\PyKinectTk\Playback\Select.py", line 123, in start_playback
pid = self.performance_id()
File "C:\Python27\lib\site-packages\PyKinectTk\Playback\Select.py", line 99, in performance_id
return self._performances[self.selected()]
TypeError: list indices must be integers, not str
That's for the GUI, when I try the CLI commands I'm not sure what to enter as input - I keep getting invalid ID.
What I'm trying to do is stream a video OR record it, and extract frames from it. What am I doing wrong. Thanks.