03-15-2018 01:35 PM
Hello,
Here, I have attached the VI in which I want to do auto exposure and set that exposure value.
Basically this is program for laser beam analysis on live image.
Basically I want to set exposure time accordingly laser beam intensity.
If anyone previously worked on it then please help me with that. I am new to image processing.
Thanks,
03-16-2018 05:09 PM
You should be able to modify attributes of your camera using IMAQ functions. Idk what the attributes will look like for your specific camera, but here is a forum post that talks about how they did this with a SmartCamera:
03-19-2018 09:14 AM
I can. My question was if I have a value of max intensity of the image and then accordingly that if I want to adjust my exposure time with help of for loop or while loop. that thing I don't know how to implement?
Thanks,
03-20-2018
02:57 PM
- last edited on
01-06-2025
10:19 AM
by
Content Cleaner
If you know how to edit your configuration file, then technically you could make a State Machine that has different parameters to set within each state based on the intensity value you have.
Tutorial: State Machines