mikedmor / OctoPrint_MultiCam

Extends the Control tab of OctoPrint, allowing the ability to switch between multiple webcam feeds.
45 stars 19 forks source link

Classic Webcam check is not correct #60

Closed LazeMSS closed 10 months ago

LazeMSS commented 1 year ago

On this: https://github.com/mikedmor/OctoPrint_MultiCam/blob/7aa937750915a4abf0c33050ba83a47ff1f253ef/octoprint_multicam/__init__.py#L43 it should use the require_enabled=True (https://docs.octoprint.org/en/master/modules/plugin.html?highlight=get_plugin#octoprint.plugin.core.PluginManager.get_plugin)

Else the user has to remove the plugin to get it working - this should not be nessary