Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

long writing time

Solved!
Go to solution

hi friends, 

in my mtech project i made a image using some calculation.but when i want to write it into an image, needs a long time why?

regards

ragil

IamAKR
0 Kudos
Message 1 of 7
(5,493 Views)

Because you are doing it 1024 * 768 times!!!!!!

-How you are calculating time?

-How much is long for you?

-How much time you got?

Thanks
uday
Message 2 of 7
(5,488 Views)

40 minutes.... to write!!!!!

IamAKR
0 Kudos
Message 3 of 7
(5,485 Views)

but to read this image instead of writing i took only 5-10 sec!!!!

IamAKR
0 Kudos
Message 4 of 7
(5,482 Views)
Did you read my comment?
-My first statement should give you hint(You are using IMAQ write 1024*768-which is in inner loop)
-How you calculated time?
Thanks
uday
Message 5 of 7
(5,477 Views)

yes... i am calulating time by when my writing is over in image display( or in writing file). I know there will 1024*768 calculation taking place. my qstn is it will reqiure this much (40 min) to computaion. IF no then wats the problem?

-

thanks 

ragil

IamAKR
0 Kudos
Message 6 of 7
(5,475 Views)
Solution
Accepted by topic author RAGIL
It is not only calculations you are doing in that loop, you are doing image writing also for each and every iteration.
-Instead you need to use imaq write only once.
Thanks
uday
Message 7 of 7
(5,472 Views)