Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

ArUco blob camera settings not working

0 votes
Looking at the script.cfg there are a number of camera settings that don't happen. For example:

setcam autowb 1

setcam autogain 0

setcam autoexp 0

setcam redbal 110

setcam bluebal 160

setcam gain 16

setcam absexp 500

Have no effect on camera settings. Is this a bug or am i using the wrong command?
asked Jan 15, 2019 in User questions by hortplus (260 points)

1 Answer

0 votes
Found the answer to this set autoexp to 1 and make sure it is before autogain
answered Jan 17, 2019 by hortplus (260 points)
Hi, do you then set autoexp to 0 later to make it fully manual since that was the goal? But you have to set autoexp =1 first? Thanks
I have learned that autoexp = 1 means manual. The opposite of autogain = 0 means manual. Oh well. :)
...