Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qirky/PyKinectTk
/ functions
Functions
260 in github.com/Qirky/PyKinectTk
⨍
Functions
260
◇
Types & classes
104
↓ 1 callers
Method
has_new_color_frame
(self)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:218
↓ 1 callers
Method
isEmpty
Returns True if there's no data
PyKinectTk/Analysis/Data.py:73
↓ 1 callers
Method
last_frame_index
Returns the index of the last frame
PyKinectTk/Capture/DataCapture.py:451
↓ 1 callers
Method
layers_to_draw
Returns a list of streams being drawn, in order of background to foreground
PyKinectTk/Playback/Player.py:143
↓ 1 callers
Method
listen
Main application loop
PyKinectTk/Capture/DataCapture.py:162
↓ 1 callers
Function
local
Returns the realpath for a file in THIS directory
PyKinectTk/utils/Env.py:14
↓ 1 callers
Method
openfilepath
Returns the realpath of a file from tkinter open file dialog
PyKinectTk/Playback/Select.py:163
↓ 1 callers
Method
performance_name
Returns the name of the selected item
PyKinectTk/Playback/Select.py:89
↓ 1 callers
Method
quitting
(self)
PyKinectTk/Playback/Player.py:282
↓ 1 callers
Method
reduce_start_times
Removes any streams that were not recorded and finds the earliest starting stream (body, depth, colour etc) and reduces all s
PyKinectTk/Capture/DataCapture.py:111
↓ 1 callers
Method
run
(self)
PyKinectTk/Capture/AutoClick.py:34
↓ 1 callers
Function
select_folder
()
PyKinectTk/__init__.py:18
↓ 1 callers
Method
set_frame
(self, frame)
PyKinectTk/Playback/Readers.py:26
↓ 1 callers
Method
set_id
(self, number)
PyKinectTk/utils/Skeleton.py:50
↓ 1 callers
Method
stop
(self)
PyKinectTk/Capture/AutoClick.py:41
↓ 1 callers
Method
store_media_times
Stores the start/end times for audio and video streams
PyKinectTk/Capture/DataCapture.py:363
↓ 1 callers
Method
subtract
Subtract a time value (seconds) from every timestamp
PyKinectTk/Capture/DataCapture.py:478
↓ 1 callers
Method
timestamps
(self)
PyKinectTk/utils/Load.py:102
↓ 1 callers
Method
write_bodies
Stores an ID number for each body that appeared in the scene - can be edited later
PyKinectTk/Capture/DataCapture.py:374
↓ 1 callers
Method
x
(self, t=None)
PyKinectTk/utils/Skeleton.py:135
↓ 1 callers
Method
xy
Returns a tuple of all x-values and all y-values
PyKinectTk/Analysis/Data.py:60
↓ 1 callers
Method
y
(self, t=None)
PyKinectTk/utils/Skeleton.py:141
↓ 1 callers
Method
z
(self, t=None)
PyKinectTk/utils/Skeleton.py:147
Function
BodyData
(p_id)
PyKinectTk/utils/Load.py:12
Function
CSV
Exports a recording data as a CSV files
PyKinectTk/Analysis/Export.py:1
Function
Count
(array)
PyKinectTk/Analysis/QoM.py:93
Function
CreateEnvironment
Checks if the necessary folders exist and creates them if not
PyKinectTk/utils/Env.py:82
Function
DeletePerformance
For each table in the database, remove all records where performance_id == p_id
PyKinectTk/utils/Load.py:148
Function
HRValue
(hr)
PyKinectTk/utils/PyKinect2/PyKinectV2.py:2899
Method
ID
(self)
PyKinectTk/utils/Skeleton.py:54
Function
IsHR
(hr, value)
PyKinectTk/utils/PyKinect2/PyKinectV2.py:2903
Function
PerformanceID
Returns the ID number of a recording based on a name - case invariant. Raises an error if not found
PyKinectTk/utils/Load.py:132
Function
VideoData
Takes a performance id and returns a dictionary of frame numbers and their timestamps
PyKinectTk/utils/Load.py:56
Method
__add__
(self, s)
PyKinectTk/utils/Env.py:43
Method
__contains__
(self, key)
PyKinectTk/utils/Skeleton.py:85
Method
__del__
(self)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:200
Method
__enter__
(self)
PyKinectTk/utils/SQL.py:35
Method
__enter__
(self)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:203
Method
__eq__
(self, other)
PyKinectTk/utils/Skeleton.py:63
Method
__eq__
(self, other)
PyKinectTk/utils/Skeleton.py:257
Method
__eq__
(self, other)
PyKinectTk/utils/Skeleton.py:307
Method
__exit__
(self, exception_type, exception_val, trace)
PyKinectTk/utils/SQL.py:38
Method
__exit__
(self, *args)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:206
Method
__getitem__
(self, key)
PyKinectTk/utils/Skeleton.py:16
Method
__getitem__
(self, key)
PyKinectTk/utils/Skeleton.py:76
Method
__getitem__
(self, key)
PyKinectTk/utils/Skeleton.py:263
Method
__getitem__
(self, key)
PyKinectTk/utils/Load.py:112
Method
__getitem__
Returns the contents of a table
PyKinectTk/utils/SQL.py:30
Method
__getitem__
(self, key)
PyKinectTk/utils/Settings/testing.py:10
Method
__getitem__
(self, frame)
PyKinectTk/Capture/DataCapture.py:411
Method
__getitem__
(self, key)
PyKinectTk/Analysis/Data.py:111
Method
__getslice__
(self, i, j)
PyKinectTk/utils/Settings/testing.py:7
Method
__getslice__
(self, a, b)
PyKinectTk/Analysis/Data.py:40
Method
__getslice__
(self, a, b)
PyKinectTk/Analysis/Data.py:114
Method
__iadd__
(self, other)
PyKinectTk/utils/PyKinect2/PyKinectV2.py:29
Method
__init__
data is a from Load.BodyData
PyKinectTk/utils/3D.py:18
Method
__init__
(self, path)
PyKinectTk/utils/Env.py:37
Method
__init__
(self, *args)
PyKinectTk/utils/Skeleton.py:3
Method
__init__
(self, name, joint_id=None)
PyKinectTk/utils/Skeleton.py:38
Method
__init__
(self)
PyKinectTk/utils/Skeleton.py:169
Method
__init__
(self, name, num)
PyKinectTk/utils/Skeleton.py:299
Method
__init__
(self, frametime)
PyKinectTk/utils/Load.py:71
Method
__init__
(self, name)
PyKinectTk/utils/SQL.py:11
Method
__init__
(self)
PyKinectTk/utils/PyKinect2/PyKinectV2.py:26
Method
__init__
(self, frame_source_types, audio=True)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:24
Method
__init__
(self, body = None)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:484
Method
__init__
(self, bodyFrame, body_frame_data, max_body_count, body_frame_relative_time)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:529
Method
__init__
(self, audioFrame, audio_frame_relative_time)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:554
Method
__init__
(self, videoFrame, video_frame_relative_time)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:565
Method
__init__
(self)
PyKinectTk/utils/Settings/testing.py:3
Method
__init__
(self, path, fps=30.0)
PyKinectTk/Capture/Writers.py:14
Method
__init__
(self, path)
PyKinectTk/Capture/Writers.py:38
Method
__init__
(self, path)
PyKinectTk/Capture/Writers.py:50
Method
__init__
(self, wait=1)
PyKinectTk/Capture/AutoClick.py:27
Method
__init__
(self, timeout=1)
PyKinectTk/Capture/DataCapture.py:26
Method
__init__
(self)
PyKinectTk/Capture/DataCapture.py:402
Method
__init__
(self, pid, window_size=30)
PyKinectTk/Analysis/QoM.py:19
Method
__init__
(self)
PyKinectTk/Analysis/Plot.py:5
Method
__init__
(self, body, joint, axis)
PyKinectTk/Analysis/Data.py:5
Method
__init__
(self, data, **kwargs)
PyKinectTk/Analysis/Data.py:91
Method
__init__
(self)
PyKinectTk/Playback/Select.py:20
Method
__init__
(self, p_id)
PyKinectTk/Playback/Readers.py:7
Method
__init__
(self, performance_id, **kwargs)
PyKinectTk/Playback/Player.py:25
Method
__init__
(self, performance_id, outputFile=None, **kwargs)
PyKinectTk/Playback/Convert.py:17
Method
__init__
(self, length)
PyKinectTk/Playback/ProgressBar.py:7
Method
__init__
(self, length=250, height=40)
PyKinectTk/Playback/ProgressBar.py:23
Method
__isub__
(self, other)
PyKinectTk/utils/PyKinect2/PyKinectV2.py:33
Method
__iter__
(self)
PyKinectTk/utils/Skeleton.py:9
Method
__iter__
(self)
PyKinectTk/utils/Skeleton.py:72
Method
__iter__
(self)
PyKinectTk/utils/Skeleton.py:266
Method
__iter__
(self)
PyKinectTk/utils/Load.py:106
Method
__iter__
(self)
PyKinectTk/Analysis/Data.py:107
Method
__len__
(self)
PyKinectTk/utils/Skeleton.py:6
Method
__len__
(self)
PyKinectTk/utils/Skeleton.py:66
Method
__len__
(self)
PyKinectTk/utils/Load.py:90
Method
__len__
(self)
PyKinectTk/Capture/DataCapture.py:407
Method
__ne__
(self, other)
PyKinectTk/utils/Skeleton.py:260
Method
__repr__
(self)
PyKinectTk/Analysis/Data.py:37
Method
__setitem__
(self, key, value)
PyKinectTk/utils/Skeleton.py:29
Method
__setitem__
(self, key, value)
PyKinectTk/utils/Skeleton.py:82
← previous
next →
101–200 of 260, ranked by callers