CameraController icon indicating copy to clipboard operation
CameraController copied to clipboard

Allow Manual input of values

Open itaybre opened this issue 3 years ago • 1 comments

Fixes:

  • #30
  • #20
  • #19

itaybre avatar Jan 19 '22 16:01 itaybre

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 05 '22 19:03 stale[bot]

  • Is the code unable to handle negative values somewhere? Either in the model, the sliders or the text fields? For the capture card that I use (same chipset as https://ciko.io/posts/cheap_usb_hdmi/) I see that the minimum value for the brightness is 0 while the maximum is 127. I assume the actual minimum brightness should be -128 as described in the article because the image still looks too bright, even at brightness 0.

  • I'd prefer if this would would always display the minimum and maximum values. On my camera the ranges were 0-127 (Brightness) and 0-255 (Contrast & Saturation). I first had to move the slider to the extremes to be able to see the supported range, so I could enter raw values.

JayFoxRox avatar Oct 11 '22 11:10 JayFoxRox

Were the 2 issues from my previous post resolved, too, or should I move my message above into a separate issues?

JayFoxRox avatar Jan 06 '23 21:01 JayFoxRox

@JayFoxRox right now you can see the range in the manual mode: image

Negative values should work fine, but since my cameras only use positive values, it is hard to test. We should see odd behavior with negative values if they are not supported, not just 0 value

itaybre avatar Jan 06 '23 21:01 itaybre