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 Hercules HD Twist #2

Closed jneilliii closed 3 years ago

jneilliii commented 3 years ago

Camera manufacturer and model (ie. NexiGO N660): Hercules HD Twist

Unknown controls information (click 'Copy to Clipboard' on the warning and paste here): { "hue": { "type": "int", "min": "-2000", "max": "2000", "step": "1", "default": "0", "value": "0" }, "gamma": { "type": "int", "min": "100", "max": "300", "step": "1", "default": "100", "value": "100" }, "backlight_compensation": { "type": "int", "min": "0", "max": "2", "step": "1", "default": "0", "value": "0" } }

The-EG commented 3 years ago

Should be fixed in 05754d86bf4b10c5ff9675b74cdef0469634e979 !

Let me know if not.

jneilliii commented 3 years ago

Confirmed, fixed.