You are here: Start » FIL.NET » GenTL

GenTL

Icon Name Description
GenTL_Cleanup Closes all internally opened (cached) GenTL software modules not held any more by any opened handle.
GenTL_CloseHandle Closes a handle opened in GenTL subsystem.
GenTL_EnumLibraries Returns a list of loaded GenTL provider libraries available in the local system.
GenTL_EnumLibraryInterfaces Returns a list of communication interfaces available in specified provider module library.
GenTL_FindDevices Performs enumeration of GenTL devices and returns a list of present device descriptors.
GenTL_FlushInputQueue Discards remaining received and queued image frames in device video stream.
GenTL_GetAcquisitionActive Checks if specified device is currently streaming video.
GenTL_GetInterfaceDescriptor Reads description of GenTL provider communication interface.
GenTL_GetLibraryDescriptor Reads description of GenTL provider library.
GenTL_GetPixelFormats Retrieves a list of available pixel formats supported by opened device.
GenTL_OpenDevice Opens a handle to a device provided by GenTL library.
GenTL_OpenDeviceModuleSettings Opens configuration node set of GenTL device (a device module configuration) of application side transport layer.
GenTL_OpenDeviceStreamModuleSettings Opens configuration node set of application side transport layer of GenTL device first data stream (a stream module configuration).
GenTL_OpenInterfaceModuleSettings Opens configuration node set (an interface module configuration) of GenTL provider communication interface.
GenTL_OpenLibrarySystemModuleSettings Opens configuration node set (a system module configuration) of GenTL provider library.
GenTL_ReceiveImage Receives next frame from video stream.
GenTL_StartAcquisition Initializes and starts image acquisition in a device.
GenTL_StopAcquisition Stops image acquisition in a device.
GenTL_TryReceiveImage Receives next frame from video stream.