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 [imx708_wide] #134

Closed Extra-Fox closed 1 year ago

Extra-Fox commented 1 year ago

Raspberry Pi Camera V3 (Sony imx708_wide)

{ "wide_dynamic_range": { "type": "bool", "default": "0", "value": "0", "flags": "modify" } }

Possibly related to this issue? https://community.octoprint.org/t/pi-camera-v3-imx-chipset-based-cameras-not-working/49022/114

The-EG commented 1 year ago

duplicate of #100 and already available in the latest release candidate version.

And yes, the newer imx chipset cameras require some extra setup to get working, but that's outside the scope of this plugin. It should still work, although I've heard some reports that the controls are split over multiple devices (ie. 'cameras').

Extra-Fox commented 1 year ago

Nevermind, I see you said "release candidate". I can wait for the public version. Got enough problems getting the camera just to work in the first place.