LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dinamic image

Hello all.

I have LV7.1 and IMAQ Vision 7.1.

Now I see the dynamic image from WEB-camera.

When I wanted to rotate image – I received  static image.

Question: May I transfer and control dynamic image from WEB-camera.

With respect

Aleksandr

0 Kudos
Message 1 of 5
(3,269 Views)
Hello Aleksander,

How are you acquiring images from your WEB-camera?  Is it connected to your computer via USB?

How are you rotating your image?

What exactly do you mean by "dynamic" and "static" images?

What exactly do want to do when you say "transfer and control dynamic image from WEB-camera"?

Allen H.
0 Kudos
Message 2 of 5
(3,253 Views)

Hello Allen H.

Yes, I acquire images from WEB-camera via USB.

Menu of “IMAGE” has functions: Mirror, Rotate and ets.

I see in LV  Image moving  (dynamic).

Then I added the function Mirror or Rotate. And Image didn’t move.

And I was forced add the delay 0.2sec.

When delay < 0.3 sec the Image isn’t changed on display.

When delay > 0.3 sec the Image is changed on display
Best Regards,

Aleksander,

0 Kudos
Message 3 of 5
(3,235 Views)
Hello Aleksander,

Try creating a separate image buffer to store your post-processed image.  Since your acquired image and processed (symmetry, rotate, overlay) image are both being written to the same buffer, your acquired image may be overwriting the previously processed image.

I have attached your VI with this modification added.  I have also cleaned up the wiring.  When debugging, it is best to first organize your functions and clean up wiring.

Allen H.
0 Kudos
Message 4 of 5
(3,221 Views)

Hello Allen H.

Thanks for the attention.

All work.

You are very nice specialist.

Best Regards,

Aleksander,

0 Kudos
Message 5 of 5
(3,206 Views)