| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
FlyCapture2.Error |
FlyCapture2.FlyCapture2Video.Append(FlyCapture2.Image pImage)
Append an image to the AVI/MP4 file.
|
FlyCapture2.Error |
FlyCapture2.Image.CalculateStatistics(FlyCapture2.ImageStatistics pStatistics)
Calculate statistics associated with the image.
|
static FlyCapture2.Error |
FlyCapture2.Utilities.CheckDriver(FlyCapture2.PGRGuid guid)
Check for driver compatibility for the given camera guid.
|
FlyCapture2.Error |
FlyCapture2.FlyCapture2Video.Close()
Close the AVI/MP4 file.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.Connect() |
FlyCapture2.Error |
FlyCapture2.Camera.Connect() |
FlyCapture2.Error |
FlyCapture2.GigECamera.Connect() |
FlyCapture2.Error |
FlyCapture2.CameraBase.Connect(FlyCapture2.PGRGuid pGuid)
Connects the camera object to the camera specified by the GUID.
|
FlyCapture2.Error |
FlyCapture2.Camera.Connect(FlyCapture2.PGRGuid pGuid)
The following functions are inherited from CameraBase.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.Connect(FlyCapture2.PGRGuid pGuid)
The following functions are inherited from CameraBase.
|
FlyCapture2.Error |
FlyCapture2.Image.Convert(FlyCapture2.Image pDestImage)
Converts the current image buffer to the specified output format and
stores the result in the specified image.
|
FlyCapture2.Error |
FlyCapture2.Image.Convert(int format,
FlyCapture2.Image pDestImage)
Converts the current image buffer to the specified output format and
stores the result in the specified image.
|
FlyCapture2.Error |
FlyCapture2.Image.DeepCopy(FlyCapture2.Image pImage)
Perform a deep copy of the Image.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.DeregisterAllEvents() |
FlyCapture2.Error |
FlyCapture2.Camera.DeregisterAllEvents() |
FlyCapture2.Error |
FlyCapture2.GigECamera.DeregisterAllEvents() |
FlyCapture2.Error |
FlyCapture2.CameraBase.DeregisterEvent(FlyCapture2.EventOptions pOpts) |
FlyCapture2.Error |
FlyCapture2.Camera.DeregisterEvent(FlyCapture2.EventOptions pOpts) |
FlyCapture2.Error |
FlyCapture2.GigECamera.DeregisterEvent(FlyCapture2.EventOptions pOpts) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.DisableAll()
Disable all channels.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.Disconnect()
Disconnects the camera object from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.Disconnect() |
FlyCapture2.Error |
FlyCapture2.GigECamera.Disconnect() |
static FlyCapture2.Error |
FlyCapture2.BusManager.DiscoverGigECameras(FlyCapture2.CameraInfo gigECameras,
int[] arraySize) |
static FlyCapture2.Error |
FlyCapture2.BusManager.DiscoverGigECameras(FlyCapture2.CameraInfo gigECameras,
IntBuffer arraySize) |
static FlyCapture2.Error |
FlyCapture2.BusManager.DiscoverGigECameras(FlyCapture2.CameraInfo gigECameras,
IntPointer arraySize)
Discover all cameras connected to the network even if they reside
on a different subnet.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.DiscoverGigEPacketSize(int[] packetSize) |
FlyCapture2.Error |
FlyCapture2.GigECamera.DiscoverGigEPacketSize(IntBuffer packetSize) |
FlyCapture2.Error |
FlyCapture2.GigECamera.DiscoverGigEPacketSize(IntPointer packetSize)
Discover the largest packet size that works for the network link
between the PC and the camera.
|
FlyCapture2.Error |
FlyCapture2.ImageStatistics.EnableAll()
Enable all channels.
|
FlyCapture2.Error |
FlyCapture2.ImageStatistics.EnableGreyOnly()
Enable only the grey channel.
|
FlyCapture2.Error |
FlyCapture2.ImageStatistics.EnableHSLOnly()
Enable only the HSL channels.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.EnableLUT(boolean on)
Enable or disable LUT functionality on the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.EnableLUT(boolean on) |
FlyCapture2.Error |
FlyCapture2.GigECamera.EnableLUT(boolean on) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.EnableRGBOnly()
Enable only the RGB channels.
|
FlyCapture2.Error |
FlyCapture2.BusManager.FireBusReset(FlyCapture2.PGRGuid pGuid)
Fire a bus reset.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.FireSoftwareTrigger() |
FlyCapture2.Error |
FlyCapture2.Camera.FireSoftwareTrigger() |
FlyCapture2.Error |
FlyCapture2.GigECamera.FireSoftwareTrigger() |
FlyCapture2.Error |
FlyCapture2.CameraBase.FireSoftwareTrigger(boolean broadcast)
Fire the software trigger according to the DCAM specifications.
|
FlyCapture2.Error |
FlyCapture2.Camera.FireSoftwareTrigger(boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.GigECamera.FireSoftwareTrigger(boolean broadcast) |
static FlyCapture2.Error |
FlyCapture2.BusManager.ForceAllIPAddressesAutomatically()
Force all cameras on the network to be assigned sequential IP addresses
on the same subnet as the netowrk adapters that they are connected to.
|
static FlyCapture2.Error |
FlyCapture2.BusManager.ForceAllIPAddressesAutomatically(int serialNumber)
Force a camera on the network to be assigned an IP address
on the same subnet as the netowrk adapters that it is connected to.
|
static FlyCapture2.Error |
FlyCapture2.BusManager.ForceIPAddressToCamera(FlyCapture2.MACAddress macAddress,
FlyCapture2.IPAddress ipAddress,
FlyCapture2.IPAddress subnetMask,
FlyCapture2.IPAddress defaultGateway)
Force the camera with the specific MAC address to the specified
IP address, subnet mask and default gateway.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.GetActiveLUTBank(int[] pActiveBank) |
FlyCapture2.Error |
FlyCapture2.Camera.GetActiveLUTBank(int[] pActiveBank) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetActiveLUTBank(int[] pActiveBank) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetActiveLUTBank(IntBuffer pActiveBank) |
FlyCapture2.Error |
FlyCapture2.Camera.GetActiveLUTBank(IntBuffer pActiveBank) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetActiveLUTBank(IntBuffer pActiveBank) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetActiveLUTBank(IntPointer pActiveBank)
Get the LUT bank that is currently being used.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetActiveLUTBank(IntPointer pActiveBank) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetActiveLUTBank(IntPointer pActiveBank) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetCameraFromIndex(int index,
FlyCapture2.PGRGuid pGuid)
Gets the PGRGuid for a camera on the PC.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetCameraFromIPAddress(FlyCapture2.IPAddress ipAddress,
FlyCapture2.PGRGuid pGuid)
Gets the PGRGuid for a camera with the specified IPv4 address.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetCameraFromSerialNumber(int serialNumber,
FlyCapture2.PGRGuid pGuid)
Gets the PGRGuid for a camera on the PC.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.GetCameraInfo(FlyCapture2.CameraInfo pCameraInfo)
Retrieves information from the camera such as serial number, model
name and other camera information.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetCameraInfo(FlyCapture2.CameraInfo pCameraInfo) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetCameraInfo(FlyCapture2.CameraInfo pCameraInfo) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetCameraSerialNumberFromIndex(int index,
int[] pSerialNumber) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetCameraSerialNumberFromIndex(int index,
IntBuffer pSerialNumber) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetCameraSerialNumberFromIndex(int index,
IntPointer pSerialNumber)
Gets the serial number of the camera with the specified index.
|
FlyCapture2.Error |
FlyCapture2.Error.GetCause()
Get the error which caused this error.
|
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetChannelStatus(int channel,
boolean[] pEnabled) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetChannelStatus(int channel,
BoolPointer pEnabled)
Get the status of a statistics channel.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.GetConfiguration(FlyCapture2.FC2Config pConfig)
Get the configuration associated with the camera object.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetConfiguration(FlyCapture2.FC2Config pConfig) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetConfiguration(FlyCapture2.FC2Config pConfig) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetCycleTime(FlyCapture2.TimeStamp timeStamp)
Returns a Timestamp struct containing 1394 CYCLE_TIME information
|
FlyCapture2.Error |
FlyCapture2.Camera.GetCycleTime(FlyCapture2.TimeStamp timeStamp) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetCycleTime(FlyCapture2.TimeStamp timeStamp) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetDeviceFromIndex(int index,
FlyCapture2.PGRGuid pGuid)
Gets the PGRGuid for a device.
|
static FlyCapture2.Error |
FlyCapture2.Utilities.GetDriverDeviceName(FlyCapture2.PGRGuid guid,
BytePointer deviceName)
Get the driver's name for a device
|
FlyCapture2.Error |
FlyCapture2.CameraBase.GetEmbeddedImageInfo(FlyCapture2.EmbeddedImageInfo pInfo)
Get the current status of the embedded image information register,
as well as the availability of each embedded property.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetEmbeddedImageInfo(FlyCapture2.EmbeddedImageInfo pInfo) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetEmbeddedImageInfo(FlyCapture2.EmbeddedImageInfo pInfo) |
FlyCapture2.Error |
FlyCapture2.Camera.GetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings,
int[] pPacketSize,
float[] pPercentage) |
FlyCapture2.Error |
FlyCapture2.Camera.GetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings,
IntBuffer pPacketSize,
FloatBuffer pPercentage) |
FlyCapture2.Error |
FlyCapture2.Camera.GetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings,
IntPointer pPacketSize,
FloatPointer pPercentage)
Get the current Format7 configuration from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetFormat7Info(FlyCapture2.Format7Info pInfo,
boolean[] pSupported) |
FlyCapture2.Error |
FlyCapture2.Camera.GetFormat7Info(FlyCapture2.Format7Info pInfo,
BoolPointer pSupported)
Retrieve the availability of Format7 custom image mode and the
camera capabilities for the specified Format7 mode.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGigEConfig(FlyCapture2.GigEConfig pGigEConfig)
Get the current gige config on the camera.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGigEImageBinningSettings(int[] horzBinnningValue,
int[] vertBinnningValue) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGigEImageBinningSettings(IntBuffer horzBinnningValue,
IntBuffer vertBinnningValue) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGigEImageBinningSettings(IntPointer horzBinnningValue,
IntPointer vertBinnningValue)
Get the current binning settings on the camera.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGigEImageSettings(FlyCapture2.GigEImageSettings pImageSettings)
Get the current image settings on the camera.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGigEImageSettingsInfo(FlyCapture2.GigEImageSettingsInfo pInfo)
Get information about the image settings possible on the camera.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGigEImagingMode(int[] mode) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGigEImagingMode(IntBuffer mode) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGigEImagingMode(IntPointer mode)
Get the current imaging mode on the camera.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGigEProperty(FlyCapture2.GigEProperty pGigEProp)
Get the specified GigEProperty.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGigEStreamChannelInfo(int channel,
FlyCapture2.GigEStreamChannel pChannel)
Get the stream channel information for the specified channel.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.GetGPIOPinDirection(int pin,
int[] pDirection) |
FlyCapture2.Error |
FlyCapture2.Camera.GetGPIOPinDirection(int pin,
int[] pDirection) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGPIOPinDirection(int pin,
int[] pDirection) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetGPIOPinDirection(int pin,
IntBuffer pDirection) |
FlyCapture2.Error |
FlyCapture2.Camera.GetGPIOPinDirection(int pin,
IntBuffer pDirection) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGPIOPinDirection(int pin,
IntBuffer pDirection) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetGPIOPinDirection(int pin,
IntPointer pDirection)
Get the GPIO pin direction for the specified pin.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetGPIOPinDirection(int pin,
IntPointer pDirection) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetGPIOPinDirection(int pin,
IntPointer pDirection) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetHistogram(int channel,
int[] ppHistogram) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetHistogram(int channel,
IntBuffer ppHistogram) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetHistogram(int channel,
IntPointer ppHistogram) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetHistogram(int channel,
PointerPointer ppHistogram)
Get the histogram for the image.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetInterfaceTypeFromGuid(FlyCapture2.PGRGuid pGuid,
int[] pInterfaceType) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetInterfaceTypeFromGuid(FlyCapture2.PGRGuid pGuid,
IntBuffer pInterfaceType) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetInterfaceTypeFromGuid(FlyCapture2.PGRGuid pGuid,
IntPointer pInterfaceType)
Gets the interface type associated with a PGRGuid.
|
static FlyCapture2.Error |
FlyCapture2.Utilities.GetLibraryVersion(FlyCapture2.FC2Version pVersion)
Get library version.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.GetLUTBankInfo(int bank,
boolean[] pReadSupported,
boolean[] pWriteSupported) |
FlyCapture2.Error |
FlyCapture2.Camera.GetLUTBankInfo(int bank,
boolean[] pReadSupported,
boolean[] pWriteSupported) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetLUTBankInfo(int bank,
boolean[] pReadSupported,
boolean[] pWriteSupported) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetLUTBankInfo(int bank,
BoolPointer pReadSupported,
BoolPointer pWriteSupported)
Query the read/write status of a single LUT bank.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetLUTBankInfo(int bank,
BoolPointer pReadSupported,
BoolPointer pWriteSupported) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetLUTBankInfo(int bank,
BoolPointer pReadSupported,
BoolPointer pWriteSupported) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetLUTChannel(int bank,
int channel,
int sizeEntries,
int[] pEntries) |
FlyCapture2.Error |
FlyCapture2.Camera.GetLUTChannel(int bank,
int channel,
int sizeEntries,
int[] pEntries) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetLUTChannel(int bank,
int channel,
int sizeEntries,
int[] pEntries) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetLUTChannel(int bank,
int channel,
int sizeEntries,
IntBuffer pEntries) |
FlyCapture2.Error |
FlyCapture2.Camera.GetLUTChannel(int bank,
int channel,
int sizeEntries,
IntBuffer pEntries) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetLUTChannel(int bank,
int channel,
int sizeEntries,
IntBuffer pEntries) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetLUTChannel(int bank,
int channel,
int sizeEntries,
IntPointer pEntries)
Get the LUT channel settings from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetLUTChannel(int bank,
int channel,
int sizeEntries,
IntPointer pEntries) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetLUTChannel(int bank,
int channel,
int sizeEntries,
IntPointer pEntries) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetLUTInfo(FlyCapture2.LUTData pData)
Query if LUT support is available on the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetLUTInfo(FlyCapture2.LUTData pData) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetLUTInfo(FlyCapture2.LUTData pData) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetMean(int channel,
float[] pPixelValueMean) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetMean(int channel,
FloatBuffer pPixelValueMean) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetMean(int channel,
FloatPointer pPixelValueMean)
Get the mean of the image.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.GetMemoryChannel(int[] pCurrentChannel) |
FlyCapture2.Error |
FlyCapture2.Camera.GetMemoryChannel(int[] pCurrentChannel) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetMemoryChannel(int[] pCurrentChannel) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetMemoryChannel(IntBuffer pCurrentChannel) |
FlyCapture2.Error |
FlyCapture2.Camera.GetMemoryChannel(IntBuffer pCurrentChannel) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetMemoryChannel(IntBuffer pCurrentChannel) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetMemoryChannel(IntPointer pCurrentChannel)
Retrieve the current memory channel from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetMemoryChannel(IntPointer pCurrentChannel) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetMemoryChannel(IntPointer pCurrentChannel) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetMemoryChannelInfo(int[] pNumChannels) |
FlyCapture2.Error |
FlyCapture2.Camera.GetMemoryChannelInfo(int[] pNumChannels) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetMemoryChannelInfo(int[] pNumChannels) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetMemoryChannelInfo(IntBuffer pNumChannels) |
FlyCapture2.Error |
FlyCapture2.Camera.GetMemoryChannelInfo(IntBuffer pNumChannels) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetMemoryChannelInfo(IntBuffer pNumChannels) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetMemoryChannelInfo(IntPointer pNumChannels)
Query the camera for memory channel support.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetMemoryChannelInfo(IntPointer pNumChannels) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetMemoryChannelInfo(IntPointer pNumChannels) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetNumOfCameras(int[] pNumCameras) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetNumOfCameras(IntBuffer pNumCameras) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetNumOfCameras(IntPointer pNumCameras)
Gets the number of cameras attached to the PC.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetNumOfDevices(int[] pNumDevices) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetNumOfDevices(IntBuffer pNumDevices) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetNumOfDevices(IntPointer pNumDevices)
Gets the number of devices.
|
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetNumPixelValues(int channel,
int[] pNumPixelValues) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetNumPixelValues(int channel,
IntBuffer pNumPixelValues) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetNumPixelValues(int channel,
IntPointer pNumPixelValues)
Get the number of unique pixel values in the image.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.GetNumStreamChannels(int[] numChannels) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetNumStreamChannels(IntBuffer numChannels) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetNumStreamChannels(IntPointer numChannels)
Get the number of stream channels present on the camera.
|
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetPixelValueRange(int channel,
int[] pPixelValueMin,
int[] pPixelValueMax) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetPixelValueRange(int channel,
IntBuffer pPixelValueMin,
IntBuffer pPixelValueMax) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetPixelValueRange(int channel,
IntPointer pPixelValueMin,
IntPointer pPixelValueMax)
Get the range of a statistics channel.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.GetProperty(FlyCapture2.Property pProp)
Reads the settings for the specified property from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetProperty(FlyCapture2.Property pProp) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetProperty(FlyCapture2.Property pProp) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetPropertyInfo(FlyCapture2.PropertyInfo pPropInfo)
Retrieves information about the specified camera property.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetPropertyInfo(FlyCapture2.PropertyInfo pPropInfo) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetPropertyInfo(FlyCapture2.PropertyInfo pPropInfo) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetRange(int channel,
int[] pMin,
int[] pMax) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetRange(int channel,
IntBuffer pMin,
IntBuffer pMax) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetRange(int channel,
IntPointer pMin,
IntPointer pMax)
Get the range of a statistics channel.
|
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetStatistics(int channel) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetStatistics(int channel,
int[] pRangeMin,
int[] pRangeMax,
int[] pPixelValueMin,
int[] pPixelValueMax,
int[] pNumPixelValues,
float[] pPixelValueMean,
int[] ppHistogram) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetStatistics(int channel,
IntBuffer pRangeMin,
IntBuffer pRangeMax,
IntBuffer pPixelValueMin,
IntBuffer pPixelValueMax,
IntBuffer pNumPixelValues,
FloatBuffer pPixelValueMean,
IntBuffer ppHistogram) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetStatistics(int channel,
IntPointer pRangeMin,
IntPointer pRangeMax,
IntPointer pPixelValueMin,
IntPointer pPixelValueMax,
IntPointer pNumPixelValues,
FloatPointer pPixelValueMean,
IntPointer ppHistogram) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.GetStatistics(int channel,
IntPointer pRangeMin,
IntPointer pRangeMax,
IntPointer pPixelValueMin,
IntPointer pPixelValueMax,
IntPointer pNumPixelValues,
FloatPointer pPixelValueMean,
PointerPointer ppHistogram)
Get all statistics for the image.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.GetStats(FlyCapture2.CameraStats pStats) |
FlyCapture2.Error |
FlyCapture2.Camera.GetStats(FlyCapture2.CameraStats pStats) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetStats(FlyCapture2.CameraStats pStats) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetStrobe(FlyCapture2.StrobeControl pStrobeControl)
Retrieve current strobe settings from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetStrobe(FlyCapture2.StrobeControl pStrobeControl) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetStrobe(FlyCapture2.StrobeControl pStrobeControl) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetStrobeInfo(FlyCapture2.StrobeInfo pStrobeInfo)
Retrieve strobe information from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetStrobeInfo(FlyCapture2.StrobeInfo pStrobeInfo) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetStrobeInfo(FlyCapture2.StrobeInfo pStrobeInfo) |
static FlyCapture2.Error |
FlyCapture2.Utilities.GetSystemInfo(FlyCapture2.SystemInfo pSystemInfo)
Get system information.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetTopology(FlyCapture2.TopologyNode pNode)
Gets the topology information for the PC.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.GetTriggerDelay(FlyCapture2.Property pTriggerDelay)
Retrieve current trigger delay settings from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetTriggerDelay(FlyCapture2.Property pTriggerDelay) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetTriggerDelay(FlyCapture2.Property pTriggerDelay) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetTriggerDelayInfo(FlyCapture2.PropertyInfo pTriggerDelayInfo)
Retrieve trigger delay information from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetTriggerDelayInfo(FlyCapture2.PropertyInfo pTriggerDelayInfo) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetTriggerDelayInfo(FlyCapture2.PropertyInfo pTriggerDelayInfo) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetTriggerMode(FlyCapture2.TriggerMode pTriggerMode)
Retrieve current trigger settings from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetTriggerMode(FlyCapture2.TriggerMode pTriggerMode) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetTriggerMode(FlyCapture2.TriggerMode pTriggerMode) |
FlyCapture2.Error |
FlyCapture2.CameraBase.GetTriggerModeInfo(FlyCapture2.TriggerModeInfo pTriggerModeInfo)
Retrieve trigger information from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetTriggerModeInfo(FlyCapture2.TriggerModeInfo pTriggerModeInfo) |
FlyCapture2.Error |
FlyCapture2.GigECamera.GetTriggerModeInfo(FlyCapture2.TriggerModeInfo pTriggerModeInfo) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbLinkInfo(FlyCapture2.PGRGuid guid,
int[] pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbLinkInfo(FlyCapture2.PGRGuid guid,
IntBuffer pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbLinkInfo(FlyCapture2.PGRGuid guid,
IntPointer pValue)
Read usb link info for the port that the specified device is connected to.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbPortStatus(FlyCapture2.PGRGuid guid,
int[] pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbPortStatus(FlyCapture2.PGRGuid guid,
IntBuffer pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbPortStatus(FlyCapture2.PGRGuid guid,
IntPointer pValue)
Read usb port status for the port that the specified device is connected to.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetVideoModeAndFrameRate(int[] pVideoMode,
int[] pFrameRate) |
FlyCapture2.Error |
FlyCapture2.Camera.GetVideoModeAndFrameRate(IntBuffer pVideoMode,
IntBuffer pFrameRate) |
FlyCapture2.Error |
FlyCapture2.Camera.GetVideoModeAndFrameRate(IntPointer pVideoMode,
IntPointer pFrameRate)
Get the current video mode and frame rate from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.GetVideoModeAndFrameRateInfo(int videoMode,
int frameRate,
boolean[] pSupported) |
FlyCapture2.Error |
FlyCapture2.Camera.GetVideoModeAndFrameRateInfo(int videoMode,
int frameRate,
BoolPointer pSupported)
Query the camera to determine if the specified video mode and
frame rate is supported.
|
FlyCapture2.Error |
FlyCapture2.BusManager.IsCameraControlable(FlyCapture2.PGRGuid pGuid,
boolean[] pControlable) |
FlyCapture2.Error |
FlyCapture2.BusManager.IsCameraControlable(FlyCapture2.PGRGuid pGuid,
BoolPointer pControlable)
Query CCP status on camera with corresponding PGRGuid.
|
static FlyCapture2.Error |
FlyCapture2.Utilities.LaunchBrowser(BytePointer pAddress)
Launch a URL in the system default browser.
|
static FlyCapture2.Error |
FlyCapture2.Utilities.LaunchBrowser(String pAddress) |
static FlyCapture2.Error |
FlyCapture2.Utilities.LaunchCommand(BytePointer pCommand)
Execute a command in the terminal.
|
static FlyCapture2.Error |
FlyCapture2.Utilities.LaunchCommand(String pCommand) |
static FlyCapture2.Error |
FlyCapture2.Utilities.LaunchCommandAsync(BytePointer pCommand,
FlyCapture2.AsyncCommandCallback pCallback,
Pointer pUserData)
Execute a command in the terminal.
|
static FlyCapture2.Error |
FlyCapture2.Utilities.LaunchCommandAsync(String pCommand,
FlyCapture2.AsyncCommandCallback pCallback,
Pointer pUserData) |
static FlyCapture2.Error |
FlyCapture2.Utilities.LaunchHelp(BytePointer pFileName)
Open a CHM file in the system default CHM viewer.
|
static FlyCapture2.Error |
FlyCapture2.Utilities.LaunchHelp(String pFileName) |
FlyCapture2.Error |
FlyCapture2.FlyCapture2Video.Open(BytePointer pFileName,
FlyCapture2.AVIOption pOption)
Open an AVI file in preparation for writing Images to disk.
|
FlyCapture2.Error |
FlyCapture2.FlyCapture2Video.Open(BytePointer pFileName,
FlyCapture2.H264Option pOption)
Open an H.264 video file in preparation for writing Images to disk.
|
FlyCapture2.Error |
FlyCapture2.FlyCapture2Video.Open(BytePointer pFileName,
FlyCapture2.MJPGOption pOption)
Open an MJPEG AVI file in preparation for writing Images to disk.
|
FlyCapture2.Error |
FlyCapture2.FlyCapture2Video.Open(String pFileName,
FlyCapture2.AVIOption pOption) |
FlyCapture2.Error |
FlyCapture2.FlyCapture2Video.Open(String pFileName,
FlyCapture2.H264Option pOption) |
FlyCapture2.Error |
FlyCapture2.FlyCapture2Video.Open(String pFileName,
FlyCapture2.MJPGOption pOption) |
FlyCapture2.Error |
FlyCapture2.Error.position(long position) |
FlyCapture2.Error |
FlyCapture2.Error.put(FlyCapture2.Error error)
Assignment operator.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.QueryGigEImagingMode(int mode,
boolean[] isSupported) |
FlyCapture2.Error |
FlyCapture2.GigECamera.QueryGigEImagingMode(int mode,
BoolPointer isSupported)
Check if the particular imaging mode is supported by the camera.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadGVCPMemory(int address,
byte[] pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadGVCPMemory(int address,
ByteBuffer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadGVCPMemory(int address,
BytePointer pBuffer,
int length)
Read a GVCP memory block.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadGVCPRegister(int address,
int[] pValue) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadGVCPRegister(int address,
IntBuffer pValue) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadGVCPRegister(int address,
IntPointer pValue)
Read a GVCP register.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadGVCPRegisterBlock(int address,
int[] pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadGVCPRegisterBlock(int address,
IntBuffer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadGVCPRegisterBlock(int address,
IntPointer pBuffer,
int length)
Read a GVCP register block.
|
FlyCapture2.Error |
FlyCapture2.BusManager.ReadPhyRegister(FlyCapture2.PGRGuid guid,
int page,
int port,
int address,
int[] pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.ReadPhyRegister(FlyCapture2.PGRGuid guid,
int page,
int port,
int address,
IntBuffer pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.ReadPhyRegister(FlyCapture2.PGRGuid guid,
int page,
int port,
int address,
IntPointer pValue)
Read a phy register on the specified device.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.ReadRegister(int address,
int[] pValue) |
FlyCapture2.Error |
FlyCapture2.Camera.ReadRegister(int address,
int[] pValue) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadRegister(int address,
int[] pValue) |
FlyCapture2.Error |
FlyCapture2.CameraBase.ReadRegister(int address,
IntBuffer pValue) |
FlyCapture2.Error |
FlyCapture2.Camera.ReadRegister(int address,
IntBuffer pValue) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadRegister(int address,
IntBuffer pValue) |
FlyCapture2.Error |
FlyCapture2.CameraBase.ReadRegister(int address,
IntPointer pValue)
Read the specified register from the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.ReadRegister(int address,
IntPointer pValue) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadRegister(int address,
IntPointer pValue) |
FlyCapture2.Error |
FlyCapture2.CameraBase.ReadRegisterBlock(short addressHigh,
int addressLow,
int[] pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.Camera.ReadRegisterBlock(short addressHigh,
int addressLow,
int[] pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadRegisterBlock(short addressHigh,
int addressLow,
int[] pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.CameraBase.ReadRegisterBlock(short addressHigh,
int addressLow,
IntBuffer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.Camera.ReadRegisterBlock(short addressHigh,
int addressLow,
IntBuffer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadRegisterBlock(short addressHigh,
int addressLow,
IntBuffer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.CameraBase.ReadRegisterBlock(short addressHigh,
int addressLow,
IntPointer pBuffer,
int length)
Read from the specified register block on the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.ReadRegisterBlock(short addressHigh,
int addressLow,
IntPointer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.ReadRegisterBlock(short addressHigh,
int addressLow,
IntPointer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.CameraBase.RegisterAllEvents(FlyCapture2.EventOptions pOpts) |
FlyCapture2.Error |
FlyCapture2.Camera.RegisterAllEvents(FlyCapture2.EventOptions pOpts) |
FlyCapture2.Error |
FlyCapture2.GigECamera.RegisterAllEvents(FlyCapture2.EventOptions pOpts) |
FlyCapture2.Error |
FlyCapture2.BusManager.RegisterCallback(FlyCapture2.BusEventCallback busEventCallback,
int callbackType,
Pointer pParameter,
FlyCapture2.CallbackHandle pCallbackHandle)
Register a callback function that will be called when the
specified callback event occurs.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.RegisterEvent(FlyCapture2.EventOptions pOpts) |
FlyCapture2.Error |
FlyCapture2.Camera.RegisterEvent(FlyCapture2.EventOptions pOpts) |
FlyCapture2.Error |
FlyCapture2.GigECamera.RegisterEvent(FlyCapture2.EventOptions pOpts) |
FlyCapture2.Error |
FlyCapture2.Image.ReleaseBuffer()
Release the buffer associated with the Image.
|
FlyCapture2.Error |
FlyCapture2.BusManager.RescanBus()
Force a rescan of the buses.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.ResetStats() |
FlyCapture2.Error |
FlyCapture2.Camera.ResetStats() |
FlyCapture2.Error |
FlyCapture2.GigECamera.ResetStats() |
FlyCapture2.Error |
FlyCapture2.CameraBase.RestoreFromMemoryChannel(int channel)
Restore the specfied current memory channel.
|
FlyCapture2.Error |
FlyCapture2.Camera.RestoreFromMemoryChannel(int channel) |
FlyCapture2.Error |
FlyCapture2.GigECamera.RestoreFromMemoryChannel(int channel) |
FlyCapture2.Error |
FlyCapture2.CameraBase.RetrieveBuffer(FlyCapture2.Image pImage)
Retrieves the the next image object containing the next image.
|
FlyCapture2.Error |
FlyCapture2.Camera.RetrieveBuffer(FlyCapture2.Image pImage) |
FlyCapture2.Error |
FlyCapture2.GigECamera.RetrieveBuffer(FlyCapture2.Image pImage) |
FlyCapture2.Error |
FlyCapture2.Image.Save(BytePointer pFilename) |
FlyCapture2.Error |
FlyCapture2.Image.Save(BytePointer pFilename,
FlyCapture2.BMPOption pOption)
Save the image to the specified file name with the options specified.
|
FlyCapture2.Error |
FlyCapture2.Image.Save(BytePointer pFilename,
FlyCapture2.JPEGOption pOption)
Save the image to the specified file name with the options specified.
|
FlyCapture2.Error |
FlyCapture2.Image.Save(BytePointer pFilename,
FlyCapture2.JPG2Option pOption)
Save the image to the specified file name with the options specified.
|
FlyCapture2.Error |
FlyCapture2.Image.Save(BytePointer pFilename,
FlyCapture2.PGMOption pOption)
Save the image to the specified file name with the options specified.
|
FlyCapture2.Error |
FlyCapture2.Image.Save(BytePointer pFilename,
FlyCapture2.PNGOption pOption)
Save the image to the specified file name with the options specified.
|
FlyCapture2.Error |
FlyCapture2.Image.Save(BytePointer pFilename,
FlyCapture2.PPMOption pOption)
Save the image to the specified file name with the options specified.
|
FlyCapture2.Error |
FlyCapture2.Image.Save(BytePointer pFilename,
FlyCapture2.TIFFOption pOption)
Save the image to the specified file name with the options specified.
|
FlyCapture2.Error |
FlyCapture2.Image.Save(BytePointer pFilename,
int format)
Save the image to the specified file name with the file format
specified.
|
FlyCapture2.Error |
FlyCapture2.Image.Save(String pFilename) |
FlyCapture2.Error |
FlyCapture2.Image.Save(String pFilename,
FlyCapture2.BMPOption pOption) |
FlyCapture2.Error |
FlyCapture2.Image.Save(String pFilename,
FlyCapture2.JPEGOption pOption) |
FlyCapture2.Error |
FlyCapture2.Image.Save(String pFilename,
FlyCapture2.JPG2Option pOption) |
FlyCapture2.Error |
FlyCapture2.Image.Save(String pFilename,
FlyCapture2.PGMOption pOption) |
FlyCapture2.Error |
FlyCapture2.Image.Save(String pFilename,
FlyCapture2.PNGOption pOption) |
FlyCapture2.Error |
FlyCapture2.Image.Save(String pFilename,
FlyCapture2.PPMOption pOption) |
FlyCapture2.Error |
FlyCapture2.Image.Save(String pFilename,
FlyCapture2.TIFFOption pOption) |
FlyCapture2.Error |
FlyCapture2.Image.Save(String pFilename,
int format) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SaveToMemoryChannel(int channel)
Save the current settings to the specfied current memory channel.
|
FlyCapture2.Error |
FlyCapture2.Camera.SaveToMemoryChannel(int channel) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SaveToMemoryChannel(int channel) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetActiveLUTBank(int activeBank)
Set the LUT bank that will be used.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetActiveLUTBank(int activeBank) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetActiveLUTBank(int activeBank) |
FlyCapture2.Error |
FlyCapture2.Image.SetBlockId(int blockId)
Set the block id of the Image object.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.SetCallback(FlyCapture2.ImageEventCallback callbackFn) |
FlyCapture2.Error |
FlyCapture2.Camera.SetCallback(FlyCapture2.ImageEventCallback callbackFn) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetCallback(FlyCapture2.ImageEventCallback callbackFn) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetCallback(FlyCapture2.ImageEventCallback callbackFn,
Pointer pCallbackData)
Sets the callback data to be used on completion of image transfer.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetCallback(FlyCapture2.ImageEventCallback callbackFn,
Pointer pCallbackData) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetCallback(FlyCapture2.ImageEventCallback callbackFn,
Pointer pCallbackData) |
FlyCapture2.Error |
FlyCapture2.ImageStatistics.SetChannelStatus(int channel,
boolean enabled)
Set the status of a statistics channel.
|
FlyCapture2.Error |
FlyCapture2.Image.SetColorProcessing(int colorProc)
Set the color processing algorithm.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.SetConfiguration(FlyCapture2.FC2Config pConfig)
Set the configuration associated with the camera object.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetConfiguration(FlyCapture2.FC2Config pConfig) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetConfiguration(FlyCapture2.FC2Config pConfig) |
FlyCapture2.Error |
FlyCapture2.Image.SetData(byte[] pData,
int dataSize) |
FlyCapture2.Error |
FlyCapture2.Image.SetData(ByteBuffer pData,
int dataSize) |
FlyCapture2.Error |
FlyCapture2.Image.SetData(BytePointer pData,
int dataSize)
Set the data of the Image object.
|
static FlyCapture2.Error |
FlyCapture2.Image.SetDefaultColorProcessing(int defaultMethod)
Set the default color processing algorithm.
|
static FlyCapture2.Error |
FlyCapture2.Image.SetDefaultOutputFormat(int format)
Set the default output pixel format.
|
FlyCapture2.Error |
FlyCapture2.Image.SetDimensions(int rows,
int cols,
int stride,
int pixelFormat,
int bayerFormat)
Sets the dimensions of the image object.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.SetEmbeddedImageInfo(FlyCapture2.EmbeddedImageInfo pInfo)
Sets the on/off values of the embedded image information structure
to the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetEmbeddedImageInfo(FlyCapture2.EmbeddedImageInfo pInfo) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetEmbeddedImageInfo(FlyCapture2.EmbeddedImageInfo pInfo) |
FlyCapture2.Error |
FlyCapture2.Camera.SetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings,
float percentSpeed)
Set the current Format7 configuration to the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings,
int packetSize)
Set the current Format7 configuration to the camera.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.SetGigEConfig(FlyCapture2.GigEConfig pGigEConfig)
Set the gige config specified to the camera.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.SetGigEImageBinningSettings(int horzBinnningValue,
int vertBinnningValue)
Set the specified binning values to the camera.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.SetGigEImageSettings(FlyCapture2.GigEImageSettings pImageSettings)
Set the image settings specified to the camera.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.SetGigEImagingMode(int mode)
Set the current imaging mode to the camera.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.SetGigEProperty(FlyCapture2.GigEProperty pGigEProp)
Set the specified GigEProperty.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.SetGigEStreamChannelInfo(int channel,
FlyCapture2.GigEStreamChannel pChannel)
Set the stream channel information for the specified channel.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.SetGPIOPinDirection(int pin,
int direction) |
FlyCapture2.Error |
FlyCapture2.Camera.SetGPIOPinDirection(int pin,
int direction) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetGPIOPinDirection(int pin,
int direction) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetGPIOPinDirection(int pin,
int direction,
boolean broadcast)
Set the GPIO pin direction for the specified pin.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetGPIOPinDirection(int pin,
int direction,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetGPIOPinDirection(int pin,
int direction,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetLUTChannel(int bank,
int channel,
int sizeEntries,
int[] pEntries) |
FlyCapture2.Error |
FlyCapture2.Camera.SetLUTChannel(int bank,
int channel,
int sizeEntries,
int[] pEntries) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetLUTChannel(int bank,
int channel,
int sizeEntries,
int[] pEntries) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetLUTChannel(int bank,
int channel,
int sizeEntries,
IntBuffer pEntries) |
FlyCapture2.Error |
FlyCapture2.Camera.SetLUTChannel(int bank,
int channel,
int sizeEntries,
IntBuffer pEntries) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetLUTChannel(int bank,
int channel,
int sizeEntries,
IntBuffer pEntries) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetLUTChannel(int bank,
int channel,
int sizeEntries,
IntPointer pEntries)
Set the LUT channel settings to the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetLUTChannel(int bank,
int channel,
int sizeEntries,
IntPointer pEntries) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetLUTChannel(int bank,
int channel,
int sizeEntries,
IntPointer pEntries) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetProperty(FlyCapture2.Property pProp) |
FlyCapture2.Error |
FlyCapture2.Camera.SetProperty(FlyCapture2.Property pProp) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetProperty(FlyCapture2.Property pProp) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetProperty(FlyCapture2.Property pProp,
boolean broadcast)
Writes the settings for the specified property to the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetProperty(FlyCapture2.Property pProp,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetProperty(FlyCapture2.Property pProp,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetStrobe(FlyCapture2.StrobeControl pStrobeControl) |
FlyCapture2.Error |
FlyCapture2.Camera.SetStrobe(FlyCapture2.StrobeControl pStrobeControl) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetStrobe(FlyCapture2.StrobeControl pStrobeControl) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetStrobe(FlyCapture2.StrobeControl pStrobeControl,
boolean broadcast)
Set current strobe settings to the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetStrobe(FlyCapture2.StrobeControl pStrobeControl,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetStrobe(FlyCapture2.StrobeControl pStrobeControl,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetTriggerDelay(FlyCapture2.Property pTriggerDelay) |
FlyCapture2.Error |
FlyCapture2.Camera.SetTriggerDelay(FlyCapture2.Property pTriggerDelay) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetTriggerDelay(FlyCapture2.Property pTriggerDelay) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetTriggerDelay(FlyCapture2.Property pTriggerDelay,
boolean broadcast)
Set the specified trigger delay settings to the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetTriggerDelay(FlyCapture2.Property pTriggerDelay,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetTriggerDelay(FlyCapture2.Property pTriggerDelay,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetTriggerMode(FlyCapture2.TriggerMode pTriggerMode) |
FlyCapture2.Error |
FlyCapture2.Camera.SetTriggerMode(FlyCapture2.TriggerMode pTriggerMode) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetTriggerMode(FlyCapture2.TriggerMode pTriggerMode) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetTriggerMode(FlyCapture2.TriggerMode pTriggerMode,
boolean broadcast)
Set the specified trigger settings to the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetTriggerMode(FlyCapture2.TriggerMode pTriggerMode,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetTriggerMode(FlyCapture2.TriggerMode pTriggerMode,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetUserBuffers(byte[] pMemBuffers,
int size,
int numBuffers) |
FlyCapture2.Error |
FlyCapture2.Camera.SetUserBuffers(byte[] pMemBuffers,
int size,
int numBuffers) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetUserBuffers(byte[] pMemBuffers,
int size,
int numBuffers) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetUserBuffers(ByteBuffer pMemBuffers,
int size,
int numBuffers) |
FlyCapture2.Error |
FlyCapture2.Camera.SetUserBuffers(ByteBuffer pMemBuffers,
int size,
int numBuffers) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetUserBuffers(ByteBuffer pMemBuffers,
int size,
int numBuffers) |
FlyCapture2.Error |
FlyCapture2.CameraBase.SetUserBuffers(BytePointer pMemBuffers,
int size,
int numBuffers)
Specify user allocated buffers to use as image data buffers.
|
FlyCapture2.Error |
FlyCapture2.Camera.SetUserBuffers(BytePointer pMemBuffers,
int size,
int numBuffers) |
FlyCapture2.Error |
FlyCapture2.GigECamera.SetUserBuffers(BytePointer pMemBuffers,
int size,
int numBuffers) |
FlyCapture2.Error |
FlyCapture2.Camera.SetVideoModeAndFrameRate(int videoMode,
int frameRate)
Set the specified video mode and frame rate to the camera.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.StartCapture() |
FlyCapture2.Error |
FlyCapture2.Camera.StartCapture() |
FlyCapture2.Error |
FlyCapture2.GigECamera.StartCapture() |
FlyCapture2.Error |
FlyCapture2.CameraBase.StartCapture(FlyCapture2.ImageEventCallback callbackFn,
Pointer pCallbackData)
Starts isochronous image capture.
|
FlyCapture2.Error |
FlyCapture2.Camera.StartCapture(FlyCapture2.ImageEventCallback callbackFn,
Pointer pCallbackData) |
FlyCapture2.Error |
FlyCapture2.GigECamera.StartCapture(FlyCapture2.ImageEventCallback callbackFn,
Pointer pCallbackData) |
static FlyCapture2.Error |
FlyCapture2.Camera.StartSyncCapture(int numCameras,
FlyCapture2.Camera ppCameras) |
static FlyCapture2.Error |
FlyCapture2.Camera.StartSyncCapture(int numCameras,
FlyCapture2.Camera ppCameras,
FlyCapture2.ImageEventCallback pCallbackFns,
Pointer pCallbackDataArray) |
static FlyCapture2.Error |
FlyCapture2.GigECamera.StartSyncCapture(int numCameras,
FlyCapture2.GigECamera ppCameras) |
static FlyCapture2.Error |
FlyCapture2.GigECamera.StartSyncCapture(int numCameras,
FlyCapture2.GigECamera ppCameras,
FlyCapture2.ImageEventCallback pCallbackFns,
Pointer pCallbackDataArray) |
static FlyCapture2.Error |
FlyCapture2.Camera.StartSyncCapture(int numCameras,
PointerPointer ppCameras,
FlyCapture2.ImageEventCallback pCallbackFns,
PointerPointer pCallbackDataArray) |
static FlyCapture2.Error |
FlyCapture2.GigECamera.StartSyncCapture(int numCameras,
PointerPointer ppCameras,
FlyCapture2.ImageEventCallback pCallbackFns,
PointerPointer pCallbackDataArray)
StartSyncCapture() with GigE Cameras is not supported.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.StopCapture()
Stops isochronous image transfer and cleans up all associated
resources.
|
FlyCapture2.Error |
FlyCapture2.Camera.StopCapture() |
FlyCapture2.Error |
FlyCapture2.GigECamera.StopCapture() |
FlyCapture2.Error |
FlyCapture2.BusManager.UnregisterCallback(FlyCapture2.CallbackHandle callbackHandle)
Unregister a callback function.
|
FlyCapture2.Error |
FlyCapture2.Camera.ValidateFormat7Settings(FlyCapture2.Format7ImageSettings pImageSettings,
boolean[] pSettingsAreValid,
FlyCapture2.Format7PacketInfo pPacketInfo) |
FlyCapture2.Error |
FlyCapture2.Camera.ValidateFormat7Settings(FlyCapture2.Format7ImageSettings pImageSettings,
BoolPointer pSettingsAreValid,
FlyCapture2.Format7PacketInfo pPacketInfo)
Validates Format7ImageSettings structure and returns valid packet
size information if the image settings are valid.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.WaitForBufferEvent(FlyCapture2.Image pImage,
int eventNumber)
Retrieves the next image event containing the next part of the image.
|
FlyCapture2.Error |
FlyCapture2.Camera.WaitForBufferEvent(FlyCapture2.Image pImage,
int eventNumber) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WaitForBufferEvent(FlyCapture2.Image pImage,
int eventNumber) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteGVCPMemory(int address,
byte[] pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteGVCPMemory(int address,
ByteBuffer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteGVCPMemory(int address,
BytePointer pBuffer,
int length)
Write a GVCP Memory block.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteGVCPRegister(int address,
int value) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteGVCPRegister(int address,
int value,
boolean broadcast)
Write a GVCP register.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteGVCPRegisterBlock(int address,
int[] pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteGVCPRegisterBlock(int address,
IntBuffer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteGVCPRegisterBlock(int address,
IntPointer pBuffer,
int length)
Write a GVCP register block.
|
FlyCapture2.Error |
FlyCapture2.BusManager.WritePhyRegister(FlyCapture2.PGRGuid guid,
int page,
int port,
int address,
int value)
Write a phy register on the specified device.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.WriteRegister(int address,
int value) |
FlyCapture2.Error |
FlyCapture2.Camera.WriteRegister(int address,
int value) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteRegister(int address,
int value) |
FlyCapture2.Error |
FlyCapture2.CameraBase.WriteRegister(int address,
int value,
boolean broadcast)
Write to the specified register on the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.WriteRegister(int address,
int value,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteRegister(int address,
int value,
boolean broadcast) |
FlyCapture2.Error |
FlyCapture2.CameraBase.WriteRegisterBlock(short addressHigh,
int addressLow,
int[] pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.Camera.WriteRegisterBlock(short addressHigh,
int addressLow,
int[] pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteRegisterBlock(short addressHigh,
int addressLow,
int[] pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.CameraBase.WriteRegisterBlock(short addressHigh,
int addressLow,
IntBuffer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.Camera.WriteRegisterBlock(short addressHigh,
int addressLow,
IntBuffer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteRegisterBlock(short addressHigh,
int addressLow,
IntBuffer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.CameraBase.WriteRegisterBlock(short addressHigh,
int addressLow,
IntPointer pBuffer,
int length)
Write to the specified register block on the camera.
|
FlyCapture2.Error |
FlyCapture2.Camera.WriteRegisterBlock(short addressHigh,
int addressLow,
IntPointer pBuffer,
int length) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WriteRegisterBlock(short addressHigh,
int addressLow,
IntPointer pBuffer,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlyCapture2.AsyncCommandCallback.call(FlyCapture2.Error retError,
Pointer pUserData) |
boolean |
FlyCapture2.Error.equals(FlyCapture2.Error error)
Equality operator.
|
boolean |
FlyCapture2.Error.notEquals(FlyCapture2.Error error)
Inequality operator.
|
FlyCapture2.Error |
FlyCapture2.Error.put(FlyCapture2.Error error)
Assignment operator.
|
| Constructor and Description |
|---|
Error(FlyCapture2.Error error)
Copy constructor.
|
Copyright © 2019. All rights reserved.