03-17-2010 01:54 PM
Hi,
I have an camera axis. I can receive the video. Now I try to capture an image, for example when I push the button take. I do the .vi but I confused between the different Method.
SaveCurrentImage:Save the current Image
GetImage:Gets the data corresponding to the image currently being
displayed.SetImage:Adds an Image to the Clipboard in the Bitmap format
That I search is to know if to capture image and saving when I push an button I need to put all Icons so SetImage after Getimage and SavecurrentImage.
I put my .vi.
03-17-2010 03:25 PM
Hi pseudo21,
if you run your vi, do you get the image you expect? If yes, then you can add an event structure to react on a button press.
Mike
03-17-2010 06:00 PM
03-18-2010 03:59 AM
Hello,
Did you download the kit sdkfor using the axis media control active X:
http://www.axis.com/fr/techsup/cam_servers/dev/activex.htm
Did you test the sample and did you test with another language?
Regards,
Nacer M. | Certified LabVIEW Architecte
03-18-2010 05:58 AM
02-28-2011 10:16 AM
You need path and file name with the jpg extension. I is working fine for me. But I exluded the SetImage node.