The-EG / OctoPrint-CameraSettings

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

[FR] Implement Controls for [Camera Name] #65

Closed Thegs68 closed 2 years ago

Thegs68 commented 2 years ago

Camera manufacturer and model (ie. NexiGO N660): Day-Night V2 for Raspberry Pi Camera, Arducam All-Day Image All-Model Support, IR LED for Low Light and Night Vision, M12 Lens Interchangeable, IR Filter Auto-Switch Programmable, OV5647 5MP 1080P

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

This is actually already addressed in the latest pre-release. I guess this might be a hint to finally release that...

duplicate of #62

Thegs68 commented 2 years ago

Thanks for your prompt reply, I will try the RC.