You are here: Start » AVL.NET » GenICam Class

GenICam Class

Namespace:AvlNet
Assembly:Genicam.Net.dll

Methods

 NameDescription
Equals(object)Inherited from System.Object
GenApi_ExecuteCommand(int, string)Executes named command parameter using GenICam ICommand interface.
GenApi_ExecuteCommand(int, string, bool)Executes named command parameter using GenICam ICommand interface.
GenApi_GetBooleanParam(int, string)Reads named parameter value using GenICam IBoolean interface.
GenApi_GetBooleanParam(int, string, bool)Reads named parameter value using GenICam IBoolean interface.
GenApi_GetCategoryDescriptor(int, string, AvlNet.GenApi_CategoryDescriptor)Reads named category description from GenICam interface.
GenApi_GetEnumDescriptor(int, string, bool, AvlNet.GenApi_EnumDescriptor)Reads named enum parameter description from GenICam IEnumeration interface.
GenApi_GetEnumParam(int, string, bool, string)Reads named parameter value using GenICam IEnumeration interface.
GenApi_GetFloatDescriptor(int, string, AvlNet.GenApi_FloatDescriptor)Reads named float parameter attributes from GenICam IFloat interface.
GenApi_GetFloatParam(int, string)Reads named parameter value using GenICam IFloat interface.
GenApi_GetFloatParam(int, string, bool)Reads named parameter value using GenICam IFloat interface.
GenApi_GetIntegerDescriptor(int, string, AvlNet.GenApi_IntegerDescriptor)Reads named integer parameter attributes from GenICam IInteger interface.
GenApi_GetIntegerParam(int, string)Reads named parameter value using GenICam IInteger interface.
GenApi_GetIntegerParam(int, string, bool)Reads named parameter value using GenICam IInteger interface.
GenApi_GetParamDescriptor(int, string, AvlNet.GenApi_ParameterDescriptor)Reads named parameter description and attributes from GenICam interface.
GenApi_GetParamExists(int, string)Checks if parameter, category or command with specified name exists in GenApi set.
GenApi_GetRegisterDescriptor(int, string, AvlNet.GenApi_RegisterDescriptor)Reads named register parameter description from GenICam IRegister interface.
GenApi_GetStringParam(int, string, bool, string)Reads named parameter value using GenICam IInteger interface.
GenApi_ReadRegisterData(int, string, bool, long, System.IntPtr)Reads raw binary data from the objects memory using the IRegister interface.
GenApi_SetBooleanParam(int, string, bool)Writes named parameter value using GenICam IBoolean interface.
GenApi_SetBooleanParam(int, string, bool, bool)Writes named parameter value using GenICam IBoolean interface.
GenApi_SetEnumParam(int, string, string)Writes named parameter value using GenICam IEnumeration interface.
GenApi_SetEnumParam(int, string, string, bool)Writes named parameter value using GenICam IEnumeration interface.
GenApi_SetFloatParam(int, string, double)Writes named parameter value using GenICam IFloat interface.
GenApi_SetFloatParam(int, string, double, bool)Writes named parameter value using GenICam IFloat interface.
GenApi_SetIntegerParam(int, string, long)Writes named parameter value using GenICam IInteger interface.
GenApi_SetIntegerParam(int, string, long, bool)Writes named parameter value using GenICam IInteger interface.
GenApi_SetStringParam(int, string, string)Writes named parameter value using GenICam IString interface.
GenApi_SetStringParam(int, string, string, bool)Writes named parameter value using GenICam IString interface.
GenApi_WriteRegisterData(int, string, System.IntPtr, long)Writes raw binary data into the objects memory using the IRegister interface.
GenApi_WriteRegisterData(int, string, System.IntPtr, long, bool)Writes raw binary data into the objects memory using the IRegister interface.
GenTL_Cleanup()Closes all internally opened (cached) GenTL software modules not held any more by any opened handle.
GenTL_CloseHandle(int)Closes a handle opened in GenTL subsystem.
GenTL_EnumLibraries(IList<string>)Returns a list of loaded GenTL provider libraries available in the local system.
GenTL_EnumLibraryInterfaces(string, IList<string>)Returns a list of communication interfaces available in specified provider module library.
GenTL_FindDevices(int, IList<AvlNet.GenTL_DeviceDescriptor>)Performs enumeration of GenTL devices and returns a list of present device descriptors.
GenTL_FindDevices(NullableRef<string>, NullableRef<string>, NullableRef<string>, int, IList<AvlNet.GenTL_DeviceDescriptor>)Performs enumeration of GenTL devices and returns a list of present device descriptors.
GenTL_FlushInputQueue(int)Discards remaining received and queued image frames in device video stream.
GenTL_GetAcquisitionActive(int)Checks if specified device is currently streaming video.
GenTL_GetInterfaceDescriptor(string, string, AvlNet.GenTL_InterfaceDescriptor)Reads description of GenTL provider communication interface.
GenTL_GetLibraryDescriptor(string, AvlNet.GenTL_LibraryDescriptor)Reads description of GenTL provider library.
GenTL_GetPixelFormats(int, IList<string>)Retrieves a list of available pixel formats supported by opened device.
GenTL_GetStreamingStatistics(int, AvlNet.GenTL_StreamingStatistics)Retrieves basic statistics of video streaming out of GenICam device.
GenTL_OpenDeviceModuleSettings(int)Opens configuration node set of GenTL device (a device module configuration) of application side transport layer.
GenTL_OpenDeviceStreamModuleSettings(int)Opens configuration node set of application side transport layer of GenTL device first data stream (a stream module configuration).
GenTL_OpenDevice(string, string, string)Opens a handle to a device provided by GenTL library.
GenTL_OpenInterfaceModuleSettings(string, string)Opens configuration node set (an interface module configuration) of GenTL provider communication interface.
GenTL_OpenLibrarySystemModuleSettings(string)Opens configuration node set (a system module configuration) of GenTL provider library.
GenTL_ReceiveImage(int, AvlNet.Image)Receives next frame from video stream.
GenTL_ReceiveImage(int, AvlNet.Image, NullableValue<ulong>, NullableValue<ulong>)Receives next frame from video stream.
GenTL_ReceiveImage(int, AvlNet.Image, ulong, ulong)Receives next frame from video stream.
GenTL_StartAcquisition(int, string)Initializes and starts image acquisition in a device.
GenTL_StartAcquisition(int, string, int)Initializes and starts image acquisition in a device.
GenTL_StopAcquisition(int)Stops image acquisition in a device.
GenTL_TryReceiveImage(int, int, AvlNet.Image)Receives next frame from video stream.
GenTL_TryReceiveImage(int, int, AvlNet.Image, NullableValue<ulong>, NullableValue<ulong>)Receives next frame from video stream.
GenTL_TryReceiveImage(int, int, AvlNet.Image, ulong, ulong)Receives next frame from video stream.
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
GigEVision_CloseHandle(int)Closes a handle opened in GigE Vision subsystem.
GigEVision_FindDevices(int, int, IList<AvlNet.GigEVision_DeviceDescriptor>)This function performs enumeration of network devices and returns a list of present device descriptors.
GigEVision_FlushInputQueue(int)Discards remaining queued image frames and video stream data from network buffers.
GigEVision_GetAcquisitionActive(int)Checks if specified device is currently streaming video.
GigEVision_GetDeviceConnectionOpened(int)Checks if connection with specified device is still active.
GigEVision_GetPixelFormats(int, IList<string>)Retrieves a list of available pixel formats supported by opened device.
GigEVision_GetStreamingStatistics(int, bool, AvlNet.GigEVision_StreamingStatistics)Retrieves basic statistics of video streaming out of a GigEVision device.
GigEVision_OpenDevice(string)Opens a handle to a GigE Vision device.
GigEVision_OpenSystemConfiguration()Opens configuration node set of GigE Vision application transport layer.
GigEVision_ReceiveImage(int, AvlNet.Image)Receives next frame from video stream.
GigEVision_ReceiveImage(int, AvlNet.Image, NullableValue<ulong>, NullableValue<ulong>)Receives next frame from video stream.
GigEVision_ReceiveImage(int, AvlNet.Image, ulong, ulong)Receives next frame from video stream.
GigEVision_StartAcquisition(int, string)Initializes and starts image acquisition in a device.
GigEVision_StartAcquisition(int, string, int)Initializes and starts image acquisition in a device.
GigEVision_StopAcquisition(int)Stops image acquisition in a device.
GigEVision_TryReceiveImage(int, int, AvlNet.Image)Receives next frame from video stream.
GigEVision_TryReceiveImage(int, int, AvlNet.Image, NullableValue<ulong>, NullableValue<ulong>)Receives next frame from video stream.
GigEVision_TryReceiveImage(int, int, AvlNet.Image, ulong, ulong)Receives next frame from video stream.
ToString()Inherited from System.Object

See also