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 ArduCam 4k USB #37

Closed rflegel closed 3 years ago

rflegel commented 3 years ago

Camera manufacturer and model (ie. NexiGO N660):

Unknown controls information (click 'Copy to Clipboard' on the warning and paste here): { "white_balance_red_component": { "type": "int", "min": "1", "max": "500", "step": "1", "default": "100", "value": "100", "flags": "inactive" }, "white_balance_blue_component": { "type": "int", "min": "1", "max": "500", "step": "1", "default": "100", "value": "100", "flags": "inactive" }, "iris_absolute": { "type": "int", "min": "0", "max": "0", "step": "0", "default": "0", "value": "0" }, "iris_relative": { "type": "int", "min": "0", "max": "0", "step": "0", "default": "0", "value": "0", "flags": "write" } }

The-EG commented 3 years ago

Hi there, what kind of camera is this?

Also, the iris controls look a bit odd. I'll add these, but I'm not sure if the 'iris' ones will have any use since the only valid value is '0.'

The-EG commented 3 years ago

Now in 0.2.0rc2

rflegel commented 3 years ago

This is the Amazon Link to the camera. Will that work for you?

https://www.amazon.com/gp/product/B08RHTG845/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1

Thanks

On Mon, May 17, 2021 at 9:07 AM Taylor Talkington @.***> wrote:

Now in 0.2.0rc2

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/The-EG/OctoPrint-CameraSettings/issues/37#issuecomment-842401585, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUDDICUVV276RYBI5UEFL7DTOEWKPANCNFSM447JBJGQ .

-- Randy Flegel Sent by Droid

The-EG commented 3 years ago

This is the Amazon Link to the camera. Will that work for you?

Perfect, thank you. It's not critical, but it helps me understand what types of cameras have been used, especially if other users have similar cameras.