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 [Raspberry Pi Camera Module 3 - imx708] #100

Closed tomfrenzel closed 1 year ago

tomfrenzel commented 1 year ago

Raspberry Pi Camera Module 3 (imx708 sensor)

{
  "wide_dynamic_range": {
    "type": "bool",
    "default": "0",
    "value": "0",
    "flags": "grabbed"
  }
}
The-EG commented 1 year ago

This should now be in the latest release candidate. Directions for installing that can be found in the FAQ: https://github.com/The-EG/OctoPrint-CameraSettings/blob/main/docs/faq.md#how-do-i-install-the-latest-release-candidate

tomfrenzel commented 1 year ago

Thanks for the quick release! Could you also add the option to manually set the focus? Because if I set it with some python script, the focus resets after each reboot of the Raspberry Pi

The-EG commented 1 year ago

If your camera supports it through this interface, it should already show up.