Functions | |
| def | config_plugin (context) |
| def | image_callback (msg, t) |
| def | image_handler (self, path, qdict) |
Variables | |
| dictionary | images = {} |
| sub_lock = threading.Lock() | |
| dictionary | subscriptions = {} |
| def image_stream.handler.config_plugin | ( | context | ) |
Definition at line 18 of file handler.py.
| def image_stream.handler.image_callback | ( | msg, | |
| t | |||
| ) |
Definition at line 21 of file handler.py.
| def image_stream.handler.image_handler | ( | self, | |
| path, | |||
| qdict | |||
| ) |
Definition at line 32 of file handler.py.
| dictionary image_stream.handler.images = {} |
Definition at line 15 of file handler.py.
| image_stream.handler.sub_lock = threading.Lock() |
Definition at line 16 of file handler.py.
| dictionary image_stream.handler.subscriptions = {} |
Definition at line 14 of file handler.py.