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

Closed danieldhastings closed 1 year ago

danieldhastings commented 1 year ago

Camera manufacturer and model (ie. NexiGO N660):

Unknown controls information (click 'Copy to Clipboard' on the warning and paste here): { "wide_dynamic_range": { "type": "bool", "default": "0", "value": "0", "flags": "grabbed" } }

danieldhastings commented 1 year ago

Image is out of focus for Raspberry Pi Camera Module V3. Using Camera Settings plugin does not help. Switching to camera type of "IMX708" (which is what the camera is) produces the warning message about camera controls that have not yet been implemented.

The-EG commented 1 year ago

duplicate of #100, this is already available in the latest release candidate.

As far as focus goes, that's only going to be controllable if this v3 module has manual focus. I've heard reports that the controls are split across multiple devices as you've seen. If focus is showing up as a control but isn't having any effect, create a new issue with your octoprint.log attached after first turning on debug logging for this plugin.

danieldhastings commented 1 year ago

Updating to the latest release candidate seems to have fixed this, even the autofocus. The picture is clear and bright and there are no error messages. Thanks for the quick response. Also, thanks for the excellent plugin.