|
|
|
@ -141,7 +141,7 @@ class USBCamPlugin(shepherd.plugin.Plugin):
|
|
|
|
self.hooks = pluginInterface.hooks
|
|
|
|
self.hooks = pluginInterface.hooks
|
|
|
|
|
|
|
|
|
|
|
|
self.root_dir = os.path.expanduser(pluginInterface.coreconfig["root_dir"])
|
|
|
|
self.root_dir = os.path.expanduser(pluginInterface.coreconfig["root_dir"])
|
|
|
|
self.id = pluginInterface.coreconfig["id"]
|
|
|
|
self.id = pluginInterface.coreconfig["name"]
|
|
|
|
|
|
|
|
|
|
|
|
self.interface.register_hook("pre_cam")
|
|
|
|
self.interface.register_hook("pre_cam")
|
|
|
|
self.interface.register_hook("post_cam")
|
|
|
|
self.interface.register_hook("post_cam")
|
|
|
|
|