GetCategoryList
|
Returns the array of categories under which the camera features are grouped
|
GetFeatureList
|
Returns the array of features grouped under the specified category
|
IsFeatureAvailable
|
Checks availability of the specified camera feature
|
GetFeature
|
Returns the numerical value of the specified camera feature
|
SetFeature
|
Sets the numerical value of the specified camera feature
|
GetFeatureString
|
Returns the numerical value of the specified camera feature
|
SetFeatureString
|
Sets the numerical value of the specified camera feature
|
GetFeatureMin
|
Returns the minimum value allowed for the specified camera feature
|
GetFeatureMax
|
Returns the maximum value allowed for the specified camera feature
|
GetFeatureIncrement
|
Returns the increment value for the specified integer feature
|
GetEnumList
|
Returns the array of string values representing the specified enumerated feature
|
GetFeatureAccess
|
Returns the information on the access to the specified camera feature
|
GetFeatureDependents
|
Returns the names of features dependent on the specified camera feature
|
GetFeatureTip
|
Returns the short description of the specified camera feature
|
GetFeatureDescription
|
Returns the detailed description of the specified camera feature
|
GetFeatureType
|
Returns the type of the specified camera feature
|
GetFeatureVisibility
|
Returns the information on the suggested visibility for the specified camera feature
|
GetFeatureRepresentation
|
Returns the information on the suggested representation for the specified camera feature
|
GetPixel
|
Returns the pixel value at the specified coordinates
|
GetRGBPixel
|
Returns the array of RGB values at the specified coordinates
|
GetImageLine
|
Returns the array of pixel values in the specified horizontal line
|
GetComponentLine
|
Returns the array of pixel values of the color component in the specified horizontal line
|
GetImageWindow
|
Returns the 2D array of pixel values in the specified rectangular area of the current frame
|
SetImageWindow
|
Copies the 2D array of pixel values to the selected window of the current frame
|
GetImageData
|
Returns the two dimensional array of pixel values in the currently acquired frame
|
GetComponentData
|
Returns the two dimensional array of pixel values in the specified color component
|
GetRawData
|
Returns the 2D array of raw values in the currently acquired data buffer
|
GetImagePointer
|
Returns the memory pointer to the specified pixel
|
GetDIB
|
Returns the handler to a Device Independent Bitmap
|
GetPicture
|
Returns the Picture object corresponding to the currently acquired frame
|
CreateVideo
|
Creates an AVI file for the video recording and preallocates its size
|
StartVideoCapture
|
Starts time-lapse video capture to the previously created AVI file
|
StopVideoCapture
|
Stops video capture to the AVI file
|
GetAudioList
|
Returns the names of audio recording devices available in the system
|
SetAudioSource
|
Sets the index of the audio recording device to be used during the AVI capture
|
GetAudioSource
|
Returns the index of the currently selected audio recording device for the AVI capture
|
ShowAudioDlg
|
Displays the audio Input dialog for adjusting the mixer properties of the audio source
|
SetAudioLevel
|
Sets the recording level of the currently selected audio device
|
GetAudioLevel
|
Returns the recording level of the currently selected audio device
|
OpenVideo
|
Opens the specified video file or memory sequence for the playback
|
PlayVideo
|
Plays the currently open video file or memory sequence
|
StopVideo
|
Stops the playback of the video file or memory sequence
|
CloseVideo
|
Closes the currently open video file
|
GetVideoFrameCount
|
Returns the number of the frame in the currently open video file or memory sequence
|
GetVideoPosition
|
Returns the position of the current frame in the open video file or memory sequence
|
SetVideoPosition
|
Seeks, extracts and display the specified frame from the open video file or sequence
|
GetVideoFPS
|
Returns the frame rate of the currently opened video file or memory sequence
|
SetVideoFPS
|
Sets the frame rate of the currently opened video file or memory sequence
|
GetVideoVolume
|
Returns the playback volume level of the currently open AVI file
|
SetVideoVolume
|
Sets the playback volume level of the currently open AVI file
|
SetVideoSync
|
Sets the playback synchronization mode of the currently open AVI file
|
TriggerVideo
|
Advances the AVI playback to the next frame
|
SaveBkg
|
Stores a dark or bright background image on the hard drive
|
SetROI
|
Sets the rectangular region of interest and luminance range
|
GetROI
|
Returns the settings of the currently selected ROI
|
GetImageStat
|
Returns the array containing statistical data of the current image frame
|
GetHistogram
|
Returns the histogram of the current image frame
|
SetLUT
|
Assigns the array of values for the software lookup table
|
GetLUT
|
Returns the array of values for the software lookup table
|
SetGains
|
Set the levels for the software gain control
|
SetLevels
|
Set the minimum and maximum levels for the Window/Level operation
|
GetLevels
|
Returns the minimum and maximum levels for the Window/Level operation
|