06-12-2014 06:51 AM
I am not sure if this is the best but i will use a wait unitl ms as timer for 30 sec
06-12-2014 07:22 AM
@muks wrote:
I am not sure if this is the best but i will use a wait unitl ms as timer for 30 sec
I tried something like this. But I've got error. And there is a picture captured at a folder named ImTest(as I configured in Vision Acq. Exp. VI) but I can not open it. Can you check it out for my faults?
06-12-2014 08:46 AM
Please post a screen shot. I am using an order version
06-12-2014 08:51 AM
@muks wrote:
Please post a screen shot. I am using an order version
Oh I am sorry. Screenshot attached.
06-12-2014 09:08 AM
No No No
Why are you using a while loop inside a while loop?
06-12-2014 09:20 AM
@muks wrote:
No No No
Why are you using a while loop inside a while loop?
Ops. I dont know why did I make a crazy thing like that 🙂 I've fixed it like that. But this time it only saves one picture and picture is shown like unknown file type. It can be opened with MS Paint without any problem.
06-13-2014 01:04 AM
To save a continous image take a reference from iteration and then use concatanate string and then use "string to path" give this to the save to bmp.
06-13-2014 01:17 AM
Like this
06-13-2014 03:48 AM - edited 06-13-2014 03:49 AM
@muks wrote:
Like this
Hi. When I run the VI you given, it gives "Not an image" error. Why?
06-13-2014 03:52 AM
The vi is just to give you an idea of how to save multiple images in the location. from your vi you are already using an express vi for image acquisition( i dont prefer that) so just ignore the imaq acquisition vis and see the image saving part alone.