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 [Camera Name] #68

Closed king-of-styx closed 2 years ago

king-of-styx commented 2 years ago

Camera manufacturer and model (ie. NexiGO N660): Logitech, Inc. QuickCam Orbit/Sphere AF Device ID 046d:0994 Unknown controls information (click 'Copy to Clipboard' on the warning and paste here): { "pan_relative": { "type": "int", "min": "-4480", "max": "4480", "step": "0", "default": "0", "value": "0", "flags": "write" }, "tilt_relative": { "type": "int", "min": "-1920", "max": "1920", "step": "0", "default": "0", "value": "0", "flags": "write" }, "pan_reset": { "type": "button", "flags": "write" }, "tilt_reset": { "type": "button", "flags": "write" } }

The-EG commented 2 years ago

duplicate of #67, #50 , #46