Functions | |
def | config_plugin |
def | image_callback |
def | image_handler |
Variables | |
dictionary | images = {} |
tuple | 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.
tuple 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.