Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Imaq write file 2 does not generate image file.

Hello. I am using smart camera and labview.

I made simple example for image acquisition and saving.

I would like to save acquired image into bmp file.

 

When I tried my vi, it does not have eny errors but still cannot generate any file.

 

Could you please help me to fix this problem??

 

Thank you!

0 Kudos
Message 1 of 4
(4,472 Views)

You must change the folder where you saved the image, typically the location "C : \", asks us permission to work there.



Ing. Jonathan E. Cruz Ortiz

ENERGÍA PROACTIVA S.A.S

Cel : (+57) 3173669343 - (+57) 3124451894

0 Kudos
Message 2 of 4
(4,454 Views)

Are you expecting the file to be located on your development PC? Keep in mind that when you are running the code on the Smart Camera, any file paths used will be on the device itself, not your host PC.

 

Eric

0 Kudos
Message 3 of 4
(4,450 Views)

Yeah the problem was I tried to write C:\ on the camera. after I changed the address to the usb connected to the camera, it works well.

Thank you very much!

 

0 Kudos
Message 4 of 4
(4,444 Views)