MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / get_kinect_num_frames

Method get_kinect_num_frames

detrsmpl/data/data_structures/smc_reader.py:431–438  ·  view source on GitHub ↗

Get the number of frames recorded by one Kinect RGB camera. Returns: int: Number of frames.

(self)

Source from the content-addressed store, hash-verified

429 return self.num_kinects
430
431 def get_kinect_num_frames(self):
432 """Get the number of frames recorded by one Kinect RGB camera.
433
434 Returns:
435 int:
436 Number of frames.
437 """
438 return self.kinect_num_frames
439
440 def get_iphone_num_frames(self):
441 """Get the number of frames recorded by one iPhone RGB camera.

Callers 2

get_kinect_colorMethod · 0.95
get_kinect_depthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected