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 Logitech quickcam orbit/sphere #67

Closed klpgo closed 2 years ago

klpgo commented 2 years ago

Camera manufacturer and model (ie. NexiGO N660): Logitech quickcam orbit/sphere (old Camera, it would be awesome to get help) 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

image

Hi there...these look really familiar. I thought I had implemented this already, but they definitely aren't in the source code.

edit: Aha! I'm not crazy: #50 . So I can implement these as sliders, but since they are relative, they are a bit goofy. I really need to figure out a better way to interact with both relative controls like these and buttons.

Duplicate of #50

In the meantime, I may just include the sliders so that users can use them, as odd as it may be, and the warning goes away.