07-22-2011 04:01 PM - edited 07-22-2011 04:02 PM
Hey,
I want to be able to change my camera's attributes while the program is running. I have been told I need to use STOP and START IMAQdx modules to update the attributes. I got stuck. Looking at my code, can you tell me what to do next? How do i connect these modules? In my example, Im trying to control frames while the program is running. Right now, I am able to set Frames, ROI and Shutter but only at start of the program.. Thanks!
07-23-2011 03:02 PM
anyone?
07-25-2011 08:23 AM
.
08-01-2011 09:48 AM
Hi Peter,
I hope this will still help you out even though it is a little delayed from your original post. There is a great example in the LabVIEW Example Finder that allows you to change camera attributes while the VI is running. You can find this by going to LabVIEW>>Find Examples... Then Hardware Input and Output>>IMAQdx>>High-Level>>Grab and Attributes Setup.vi. One thing to note is that you will not be able to change the camera attributes while the grab is occurring. You will have to stop the grab (not to be confused with stopping the VI), change the attributes and then start the grab again. I hope this helps!
Kim