[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Capture images from either camera or video file. [Property] Constructor=Sets the Constructor of the instance. ARG(enum)|14|1|None,Constructor,Constructor2,Constructor3 Camera=Sets the index of the camera to create capture from. ARG(int)|1|0 +FileName=Sets the file name of the movie. ARG(string)|2| @FlipType=Sets the flip type. ARG(FLIP)|21|0|Horizontal,Vertical @FlipHorizontal=Set if the captured image should be flipped horizontally. ARG(bool)|14|1|True,False @FlipVertical=Set if the captured image should be flipped vertically. ARG(bool)|14|1|True,False [Methods] doQueryFrame=Captures a Bgr image frame. ARG()|1|0 *doQueryGrayFrame=Captures a Gray image frame. ARG()|1|0 *doQuerySmallFrame=Captures a small image frame that is half width and half height. ARG()|1|0 *doConstructor=Create a capture using the default camera. ARG()|1|0 *doConstructor2=Create a capture using the specific camera. ARG(int camera)|1|0 *doConstructor3=Create a capture from file. ARG(string filename)|1|0 onImage=Occurs after capture an image and returns it. ARG(Image)|2|0 Capture=Returns the Capture object. ARG(Capture)|3|0 *FlipHorizontal=Returns a value indicating whether that the captured image flips horizontally. ARG(bool)|3|104 *FlipVertical=Returns a value indicating whether that the captured image flips vertically. ARG(bool)|3|104 *FlipType=Gets the flip type. ARG(FLIP)|3|0 *Height=Gets the height of this capture. ARG(int)|3|1 *Width=Gets the width of this capture. ARG(int)|3|1 Camera=Defines the index of the camera to create capture from. ARG(int)|4|1 FileName=Defines the file name of the movie. ARG(string)|4|2