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] #63

Closed Lcharsh closed 2 years ago

Lcharsh commented 2 years ago

Camera manufacturer and model (ie. NexiGO N660):

Unknown controls information (click 'Copy to Clipboard' on the warning and paste here): { "force_key_frame": { "type": "button", "flags": "write" }, "h264_minimum_qp_value": { "type": "int", "min": "0", "max": "51", "step": "1", "default": "0", "value": "0" }, "h264_maximum_qp_value": { "type": "int", "min": "0", "max": "51", "step": "1", "default": "0", "value": "0" } }

The-EG commented 2 years ago

duplicate of #62 - please install the latest RC or wait for that fix to make it into a release.