Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding center and angle

Solved!
Go to solution

I am not sure if this is the best but i will use a wait unitl ms as timer for 30 sec

0 Kudos
Message 21 of 47
(3,516 Views)

@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?

0 Kudos
Message 22 of 47
(3,508 Views)

Please post a screen shot. I am using an order version

0 Kudos
Message 23 of 47
(3,504 Views)

@muks wrote:

Please post a screen shot. I am using an order version


Oh I am sorry. Screenshot attached.

0 Kudos
Message 24 of 47
(3,502 Views)

No No No

 

 

Why are you using a while loop inside a while loop?

0 Kudos
Message 25 of 47
(3,499 Views)

@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.

0 Kudos
Message 26 of 47
(3,497 Views)

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.

0 Kudos
Message 27 of 47
(3,491 Views)

Like this

0 Kudos
Message 28 of 47
(3,489 Views)

@muks wrote:

Like this


Hi. When I run the VI you given, it gives "Not an image" error. Why?

0 Kudos
Message 29 of 47
(3,483 Views)

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.

0 Kudos
Message 30 of 47
(3,480 Views)