Search found 1 match

by histotechie
Thu Nov 09, 2017 4:33 pm
Forum: Development
Topic: Change Exposure with Key Binding.
Replies: 0
Views: 3061

Change Exposure with Key Binding.

Good Morning, I am trying to create a script in which I can press a key combination (ex. Ctrl-8) and change the exposure compensation from 0 to -3, capture the image, and change back to 0. This is where I am at with my limited coding knowledge: set view_exposure 0 set pict_exposure -3 KeyPress <Cont...