Namespace
Classes
IPvDeviceAdapter
Interface used by PvDeviceSerialPort to interact with a device controller.
IUpdaterObserver
Interface used to receive progress updates from the PvGenFUUpdater.
PvAcquisitionStateEventSink
Observer interface for an observable PvAcquisitionStateManager object
PvAcquisitionStateManager
Acquisition state manager, advanced TLParamsLocked manager.
PvBufferConverter
Used to convert a #PvBuffer to another pixel type.
PvBufferConverterRGBFilter
Contains a RGB filter configuration that can be used with a PvBufferConverter.
PvBufferWriter
Saves the contents of a PvBuffer object to a raw data file or bitmap.
PvCameraBridge
Bridge between a PvDevice and a camera connected through a serial port.
PvCameraBridgeEventSink
Event sink interface for PvCameraBridge events.
PvConfigurationReader
Reads and restores configuration data from persistence files.
PvConfigurationWriter
Writes configuration data to persistence files.
PvDevice
Connect, configure and control a GigE Vision or USB3 Vision device.
PvDeviceAdapter
IPvDeviceAdapter default implementation for the eBUS SDK.
PvDeviceEventSink
Observer interface for an observable PvDevice object
PvDeviceGEV
Connect, configure and control a GigE Vision device
PvDeviceI2CBus
Provides I2C bus communication interface for device serial ports.
PvDevicePleoraProtocol
Class simply used to configure the IP address of a Pleora Protocol device.
PvDeviceSPIBus
Provides SPI bus communication over a device serial port.
PvDeviceSerialPort
Provides access the a serial port on a Pleora GigE Vision or USB3 Vision device.
PvDeviceSerialPortEchoSink
Receives serial port echo notifications for transmitted and received data.
PvDeviceU3V
Connect, configure and control a USB3 Vision device
PvDisplayThread
Manages a display thread for rendering buffers and reporting callbacks.
PvGenFUUpdater
Class used to perform a GenICam firmware update on a device.
PvPipeline
Helper class for receiving data from a GigE Vision or USB3 Vision transmitter.
PvPipelineEventSink
Observer interface for an observable PvPipeline object
PvProperty
A name-value pair used to store application-specific configuration data.
PvPropertyList
A collection of PvProperty objects used to store application-specific configuration data.
PvSerialPortConfiguration
Serial port configuration container holding baud rate, parity, byte size, and stop bits.
PvStream
Receive data from a GigE Vision or USB3 Vision transmitter.
PvStreamEventSink
Event sink used to receive buffer queue/unqueue notifications.
PvStreamGEV
Receive data from a GigE Vision.
PvStreamInfo
Class extracting string-based information out of PvStream statistics.
PvStreamRTP
Receive data from a RTP transmitter.
PvStreamU3V
Receive data from a USB3 Vision transmitter.
PvTruesenseConverter
Converts images from TRUESENSE(TM) to RGB.
SWIGTYPE_p_IPvDeviceEventSink
SWIGTYPE_p_PvDeinterlacingType
SWIGTYPE_p_PvSessionInfoSDP
SWIGTYPE_p_PvStringList
SWIGTYPE_p_PvTapGeometryEnum
SWIGTYPE_p_bool
SWIGTYPE_p_double
eBUSDotNetReceive
Main wrapper class for the eBUS Receive .NET SDK providing access to Pleora Technologies' eBUS Receive functionality.
Interfaces
IPvDeviceAdapterSwigInterface
PvDeviceEventSinkSwigInterface
Enums
PvAccessType
PvDevice library enumerations.
PvAcquisitionState
Aquisition state.
PvActionAckStatusEnum
Action command status enum.
PvBayerFilterType
Filter settings for #PvBufferConverter::SetBayerFilter.
PvBiColorFilterType
Filter settings for #PvBufferConverter::SetBiColorFilter.
PvBufferFormatType
Enumeration specifying the file format when saving buffer images to disk.
PvCameraBridgeType
Camera bridge type
PvDataReceiverType
Data receiver type.
PvDeviceSerial
Device serial communication constants.
PvParity
Parity bit enumeration.
PvStreamType
Stream type.
PvThreadPriority
Thread priority levels used by eBUS acquisition and display helpers.
Delegates
OnAcquisitionStateChanged
Called whenever the state manager changes the acquisition mode.
OnBufferCreated
Called whenever a PvBuffer is allocated by the pipeline. Can be used to track memory usage or structures used to follow PvBuffer pipeline management.
OnBufferDeleted
Called whenever a PvBuffer is deleted by the pipeline. Can be used to track memory usage or structures used to follow PvBuffer pipeline management.
OnBufferDisplay
PvDisplayThread buffer needs to be displayed event delegate.
OnBufferDone
PvDisplayThread finished using a buffer event delegate.
OnBufferLog
PvDisplayThread buffer log entry was generated event delegate.
OnBufferRetrieved
PvDisplayThread buffer was retrieved from the PvPipeline event delegate.
OnBufferTextOverlay
PvDisplayThread buffer text overlay is updated event delegate.
OnBufferTooSmall
PvPipeline event sink OnBufferTooSmall event. Invoked when the pipeline retrieves a buffer from the stream object which failed with an operation result set to BUFFER_TOO_SMALL.
OnCmdLinkRead
Callback invoked after a port read. Used to report read activity on the GenApi IPort implementation of the command link of the PvDevice.
OnCmdLinkReadSafe
Callback invoked after a port read (safe version). Used to report read activity on the GenApi IPort implementation of the command link of the PvDevice.
OnCmdLinkWrite
Callback invoked after a port write. Used to report write activity on the GenApi IPort implementation of the command link of the PvDevice.
OnCmdLinkWriteSafe
Callback invoked after a port write (safe version). Used to report write activity on the GenApi IPort implementation of the command link of the PvDevice.
OnEvent
Messaging channel raw event notification.
OnEventGenICam
Messaging channel GenICam event notification.
OnEventSafe
Messaging channel raw event notification (safe version with managed array).
OnLinkDisconnectedHandler
Notification that the PvDevice unexpectedly lost contact with the device.
OnLinkReconnectedHandler
Deprecated, no longer used. PvDevice no longer attempts automatic reconnection.
OnReset
PvPipeline event sink OnReset event. Invoked after the pipeline has been reset.
OnStart
PvPipeline event sink OnStart event. Invoked just before the pipeline starts.
OnStop
PvPipeline event sink OnStop event. Invoked right after the pipeline has been stopped.