Get the number of frames recorded by one Kinect RGB camera. Returns: int: Number of frames.
(self)
| 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. |
no outgoing calls
no test coverage detected