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