-
In the app_full.py, I'd like it to boot up with a Lens Position of 2 just so I have a sharper image without messing with it every time. I can't seem to figure out what to edit in the code, The Lens Position slider is located in the Other tab shown here: `
|
Beta Was this translation helpful? Give feedback.
Answered by
tatterz91
Jul 9, 2024
Replies: 1 comment
-
widget.setValue(2) other_tab.other_update() |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tatterz91
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
widget.setValue(2)
other_tab.other_update()