The-EG / OctoPrint-CameraSettings

An OctoPrint plugin that allows a user to interactively change camera settings.
GNU Affero General Public License v3.0
56 stars 7 forks source link

[FR] Implement Controls for C920 Logitech #25

Closed realmadridsi closed 3 years ago

realmadridsi commented 3 years ago

{ "led1_mode": { "type": "menu", "values": [ { "value": "0", "desc": "Off" }, { "value": "1", "desc": "On" }, { "value": "2", "desc": "Blink" }, { "value": "3", "desc": "Auto" } ], "min": "0", "max": "3", "default": "3", "value": "3" }, "led1_frequency": { "type": "int", "min": "0", "max": "255", "step": "1", "default": "0", "value": "0" } }

The-EG commented 3 years ago

Hi there, these have already been implemented in the latest release candidate, 0.1.1rc1.

You can update to 0.1.1rc1 by changing to the Release Candidate channel for this plugin in the Software Update settings: image

Or you can wait for the next release. After some testing, this will be released into an official release (0.1.1)

duplicate of #22