02-11-2013 12:58 PM
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!
02-11-2013 02:22 PM
You must change the folder where you saved the image, typically the location "C : \", asks us permission to work there.
02-11-2013 02:41 PM
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
02-11-2013 03:05 PM
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!