C# Class Accord.Video.Ximea.Internal.XimeaAPI

Show file Open project: accord-net/framework

Private Methods

Method Description
xiCloseDevice ( IntPtr deviceHandle ) : int
xiGetImage ( IntPtr deviceHandle, int timeout, [ image ) : int
xiGetNumberDevices ( int &numDevices ) : int
xiGetParam ( IntPtr deviceHandle, string parameter, byte value, int &size, ParameterType &type ) : int
xiGetParam ( IntPtr deviceHandle, string parameter, float &value, int &size, ParameterType &type ) : int
xiGetParam ( IntPtr deviceHandle, string parameter, int &value, int &size, ParameterType &type ) : int
xiOpenDevice ( int deviceID, [ hDevice ) : int
xiSetParam ( IntPtr deviceHandle, string parameter, float &value, int size, ParameterType type ) : int
xiSetParam ( IntPtr deviceHandle, string parameter, int &value, int size, ParameterType type ) : int
xiStartAcquisition ( IntPtr deviceHandle ) : int
xiStopAcquisition ( IntPtr deviceHandle ) : int