jakaskerl Thanks for taking a look at this.
I am using the current version of depthai-sdk, 1.12.1, and the current version of depthai, 2.22.00. I switched over to using oak.camera()
instead of oak.create_camera because I saw that it was deprecated.
In an irritating development, everything is working today with no changes. I went into my code and changed everything over to create camera and I could see an obvious difference in the IR projector brightness and other configs. The console still says Setting IR laser dot projector brightness to 800mA
but I suppose that is just initializing the camera at 800mA and then later changing it to my input.
Then I changed create camera back to just camera()
and it is still all working so who knows!
Sorry if my code looks weird, this is actually my first big coding project and I just switched over to using the SDK instead of the API so I'm kind of flying blind on best practices!
Thanks again for checking it out for me