Public Member Functions | |
def | __init__ |
def | capture |
Private Attributes | |
_capture |
Uses the CaptureClientInterface to take photos regularly at a time interval and will snap until the desired number of frames are taken
Definition at line 54 of file capture_client.py.
def capture_client.TimedCapture.__init__ | ( | self | ) |
Definition at line 60 of file capture_client.py.
def capture_client.TimedCapture.capture | ( | self, | |
bag_filename, | |||
total_captures = 20 , |
|||
time_interval = 1 |
|||
) |
This is a timed interval capture. total_captures the number of images to take time_interval attempt to take an image at this time interval, specified in seconds
Definition at line 65 of file capture_client.py.
capture_client.TimedCapture::_capture [private] |
Definition at line 60 of file capture_client.py.