Public Member Functions | |
def | __init__ |
def | stop |
Private Attributes | |
_image_sub | |
_info_sub | |
_ts |
Helper class for subscribing to synchronized camera and camera info data.
Definition at line 65 of file capture_server.py.
def capture_server.ImageGrabber.__init__ | ( | self, | |
image_topic, | |||
camera_info_topic, | |||
capture_fn | |||
) |
Definition at line 71 of file capture_server.py.
def capture_server.ImageGrabber.stop | ( | self | ) |
Definition at line 78 of file capture_server.py.
capture_server.ImageGrabber::_image_sub [private] |
Definition at line 71 of file capture_server.py.
capture_server.ImageGrabber::_info_sub [private] |
Definition at line 71 of file capture_server.py.
capture_server.ImageGrabber::_ts [private] |
Definition at line 71 of file capture_server.py.