-
Posts
18 -
Joined
-
Last visited
LabVIEW Information
-
Version
LabVIEW 2010
-
Since
2011
intern's Achievements
Newbie (1/14)
0
Reputation
-
I need to write an array of 1 double precision number and 2 integers to a text file. I used the flatten to text but I get the file like this. @$ěHĚjݞ@8 @‰Č @$öOU#ĐT@< @‰Č @![šć‰±ę@@ @‰Č @#—ˇę?ťš@D @‰Č @$D}m6r@H @‰Č @"žţ-Î@L @‰Č @"E†„CĘ@P @‰Č @#ěÔ5ś.p@T @‰Č @#øĚyě@X @‰Č can you tell me a better way to do this? I also need spaces between each element
-
How to define ROI descriptors during runtime?
intern replied to intern's topic in Machine Vision and Imaging
I fixed the error but the VI doesn't work. It doesn't create a mask from the ROI. SunPos.vi- 6 replies
-
- roi
- descriptor
-
(and 1 more)
Tagged with:
-
How to define ROI descriptors during runtime?
intern replied to intern's topic in Machine Vision and Imaging
But it gives an error, how to convert it from cluster to ROI.- 6 replies
-
- roi
- descriptor
-
(and 1 more)
Tagged with:
-
How to define ROI descriptors during runtime?
intern replied to intern's topic in Machine Vision and Imaging
Sorry I am still new. So I remove the descriptor and instead use bundle by name?- 6 replies
-
- roi
- descriptor
-
(and 1 more)
Tagged with:
-
Does LabVIEW allow to define the parameters of the ROI descriptor during runtime? I need to make a calculation first and then define the descriptor.
- 6 replies
-
- roi
- descriptor
-
(and 1 more)
Tagged with:
-
No it doesn't provide allow to change it to VI . I would like to take the pictures with as little delay as possible. I just put 2 seconds to try it. I tried what you said but it didn't work. And everytime it is a random error: I have attached the errors here In Error1, the picture is just white. No image. In Error2, the one with the lowest exposure has the brightest image. Any ideas?
-
I need to take three pictures with different exposure values. I used vision acquisition for this. I tried using the finite acquisition but I could not find a way to set a different exposure value for different pictures. I used the single acquisition 3 times in a flat sequence with 2 seconds of gap. When I take a test picture with vision acquisition it looks fine but when I run it in the program, they are not at all the same. Sometimes two pictures are the same, sometimes it is just white and sometimes the higher exposure value is brighter than the lower one. Help please
-
Oh okay thank you. I coded the VI according to the formula. Thanks so much
-
Ignore the previous comment. I figured that one out, but when I check the values of L with that here http://www.easyrgb.com/index.php?X=CALC#Result . They dont match.
-
From a jpg image I need to extract pixel by pixel the R G and B values. Can someone help me with this? Also is it possible to extract exposure values from a jpeg image?
-
Hello Greg Sorry again but in this one does the L out a out and b out what are they doing? are they storing the image somewhere. usually when I right click and click on help they give a description but there was nothing on this one. It does the work fine though when I connect it to an image display. Is there a way to get pixel by pixel value of luminance and store it in a text file?
-
How do I get the camera Input I/O I copied this from an example but where is this in the functions palette. And how do I add a zoom out to the display? Start1.vi
-
Oh okay. Thanks a lot