Save camera state? #963
Answered
by
Erol444
j-wilson-64
asked this question in
Q&A
-
Is there a way I can export all tracked settings in this script when the auto modes are enabled? Having auto-exposure, white balance, etc. enabled constantly caused some issues with object detection for me so I want to get these values when they are correct and then fix them. |
Beta Was this translation helpful? Give feedback.
Answered by
Erol444
Jan 23, 2024
Replies: 1 comment 3 replies
-
Hi @j-wilson-64 ,
I hope this helps! |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Erol444
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @j-wilson-64 ,
You can retrieve quite a few values from the ImgFrame msg:
I hope this helps!
Thanks, Erik