07-24-2013 04:21 AM
Hi, recently i am dealing with the webcam... from the example of "Grab and basic attributes.vi" given by the NI....
I can get an enum with 24 data, but most of them i would like to set it as default and some of them i would like to change it time by time....
but in the control there, i feel like it is not that user-friendly enough....
May i know how can I select the specific type of data out of 24 data...
For example, i would like to select 3 (Adjust the brightness), 7 (adjust the zoom value) and 23 (adjust the saturation) to change them from time to time.... How can i do it while i keeping other attributes as default? Can I make another enum with the desired data from the first enum?
And does it possible for me to do it as shown as below:
07-31-2013 01:13 AM
Hey,
don't know, if I got it correctly, but you could initialize a shift register with the initial values and change only the things you need, maybe with a cluster to use the bundle function.
07-31-2013 09:37 AM
Your picture does not even show an enum. Just 3 front panel controls (string? numeric?) and a boolean button.
Try attaching your VI so we can see what you are trying to do.
08-06-2013 03:13 AM - edited 08-06-2013 03:14 AM
Thank you guy~ sorry for late reply....
the problem i had solved it by using the for loop and the case structure.... ![]()
but now i do have a problem, and i had posted it on this page...
can you guy have a look on this page???? ![]()