| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static int |
FlyCapture2_C.fc2Connect(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2PGRGuid guid)
Connects the camera object to the camera specified by the GUID.
|
static int |
FlyCapture2_C.fc2CreateContext(FlyCapture2_C.fc2Context pContext)
Create a FC2 context for IIDC camaera.
|
static int |
FlyCapture2_C.fc2CreateGigEContext(FlyCapture2_C.fc2Context pContext)
Create a FC2 context for a GigE Vision camera.
|
static int |
FlyCapture2_C.fc2DestroyContext(FlyCapture2_C.fc2Context context)
Destroy the FC2 context.
|
static int |
FlyCapture2_C.fc2Disconnect(FlyCapture2_C.fc2Context context)
Disconnects the fc2Context from the camera.
|
static int |
FlyCapture2_C.fc2DiscoverGigECameras(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2CameraInfo gigECameras,
int[] arraySize) |
static int |
FlyCapture2_C.fc2DiscoverGigECameras(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2CameraInfo gigECameras,
IntBuffer arraySize) |
static int |
FlyCapture2_C.fc2DiscoverGigECameras(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2CameraInfo gigECameras,
IntPointer arraySize)
Discover all cameras connected to the network even if they reside
on a different subnet.
|
static int |
FlyCapture2_C.fc2EnableLUT(FlyCapture2_C.fc2Context context,
int on)
Enable or disable LUT functionality on the camera.
|
static int |
FlyCapture2_C.fc2FireBusReset(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2PGRGuid pGuid)
Fire a bus reset.
|
static int |
FlyCapture2_C.fc2FireSoftwareTrigger(FlyCapture2_C.fc2Context context) |
static int |
FlyCapture2_C.fc2FireSoftwareTriggerBroadcast(FlyCapture2_C.fc2Context context)
Fire the software trigger according to the DCAM specifications.
|
static int |
FlyCapture2_C.fc2ForceIPAddressToCamera(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2MACAddress macAddress,
FlyCapture2_C.fc2IPAddress ipAddress,
FlyCapture2_C.fc2IPAddress subnetMask,
FlyCapture2_C.fc2IPAddress defaultGateway)
Force the camera with the specific MAC address to the specified
IP address, subnet mask and default gateway.
|
static int |
FlyCapture2_C.fc2GetActiveLUTBank(FlyCapture2_C.fc2Context context,
int[] pActiveBank) |
static int |
FlyCapture2_C.fc2GetActiveLUTBank(FlyCapture2_C.fc2Context context,
IntBuffer pActiveBank) |
static int |
FlyCapture2_C.fc2GetActiveLUTBank(FlyCapture2_C.fc2Context context,
IntPointer pActiveBank)
Get the LUT bank that is currently being used.
|
static int |
FlyCapture2_C.fc2GetCameraFromIndex(FlyCapture2_C.fc2Context context,
int index,
FlyCapture2_C.fc2PGRGuid pGuid)
Gets the PGRGuid for a camera on the PC.
|
static int |
FlyCapture2_C.fc2GetCameraFromIPAddress(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2IPAddress ipAddress,
FlyCapture2_C.fc2PGRGuid pGuid)
Gets the PGRGuid for a camera with the specified IPv4 address.
|
static int |
FlyCapture2_C.fc2GetCameraFromSerialNumber(FlyCapture2_C.fc2Context context,
int serialNumber,
FlyCapture2_C.fc2PGRGuid pGuid)
Gets the PGRGuid for a camera on the PC.
|
static int |
FlyCapture2_C.fc2GetCameraInfo(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2CameraInfo pCameraInfo)
Retrieves information from the camera such as serial number, model
name and other camera information.
|
static int |
FlyCapture2_C.fc2GetCameraSerialNumberFromIndex(FlyCapture2_C.fc2Context context,
int index,
int[] pSerialNumber) |
static int |
FlyCapture2_C.fc2GetCameraSerialNumberFromIndex(FlyCapture2_C.fc2Context context,
int index,
IntBuffer pSerialNumber) |
static int |
FlyCapture2_C.fc2GetCameraSerialNumberFromIndex(FlyCapture2_C.fc2Context context,
int index,
IntPointer pSerialNumber)
Gets the serial number of the camera with the specified index.
|
static int |
FlyCapture2_C.fc2GetConfiguration(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Config config)
Get the configuration associated with the camera.
|
static int |
FlyCapture2_C.fc2GetCycleTime(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2TimeStamp pTimeStamp)
Get cycle time from camera
|
static int |
FlyCapture2_C.fc2GetDeviceFromIndex(FlyCapture2_C.fc2Context context,
int index,
FlyCapture2_C.fc2PGRGuid pGuid)
Gets the PGRGuid for a device.
|
static int |
FlyCapture2_C.fc2GetEmbeddedImageInfo(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2EmbeddedImageInfo pInfo)
Get the current status of the embedded image information register,
as well as the availability of each embedded property.
|
static int |
FlyCapture2_C.fc2GetFormat7Configuration(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Format7ImageSettings imageSettings,
int[] packetSize,
float[] percentage) |
static int |
FlyCapture2_C.fc2GetFormat7Configuration(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Format7ImageSettings imageSettings,
IntBuffer packetSize,
FloatBuffer percentage) |
static int |
FlyCapture2_C.fc2GetFormat7Configuration(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Format7ImageSettings imageSettings,
IntPointer packetSize,
FloatPointer percentage)
Get the current Format7 configuration from the camera.
|
static int |
FlyCapture2_C.fc2GetFormat7Info(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Format7Info info,
int[] pSupported) |
static int |
FlyCapture2_C.fc2GetFormat7Info(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Format7Info info,
IntBuffer pSupported) |
static int |
FlyCapture2_C.fc2GetFormat7Info(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Format7Info info,
IntPointer pSupported)
Retrieve the availability of Format7 custom image mode and the
camera capabilities for the specified Format7 mode.
|
static int |
FlyCapture2_C.fc2GetGigEConfig(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2GigEConfig pConfig) |
static int |
FlyCapture2_C.fc2GetGigEImageBinningSettings(FlyCapture2_C.fc2Context context,
int[] horzBinnningValue,
int[] vertBinnningValue) |
static int |
FlyCapture2_C.fc2GetGigEImageBinningSettings(FlyCapture2_C.fc2Context context,
IntBuffer horzBinnningValue,
IntBuffer vertBinnningValue) |
static int |
FlyCapture2_C.fc2GetGigEImageBinningSettings(FlyCapture2_C.fc2Context context,
IntPointer horzBinnningValue,
IntPointer vertBinnningValue) |
static int |
FlyCapture2_C.fc2GetGigEImageSettings(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2GigEImageSettings pImageSettings) |
static int |
FlyCapture2_C.fc2GetGigEImageSettingsInfo(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2GigEImageSettingsInfo pInfo) |
static int |
FlyCapture2_C.fc2GetGigEImagingMode(FlyCapture2_C.fc2Context context,
int[] mode) |
static int |
FlyCapture2_C.fc2GetGigEImagingMode(FlyCapture2_C.fc2Context context,
IntBuffer mode) |
static int |
FlyCapture2_C.fc2GetGigEImagingMode(FlyCapture2_C.fc2Context context,
IntPointer mode) |
static int |
FlyCapture2_C.fc2GetGigEProperty(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2GigEProperty pGigEProp)
Get the specified GigEProperty.
|
static int |
FlyCapture2_C.fc2GetGigEStreamChannelInfo(FlyCapture2_C.fc2Context context,
int channel,
FlyCapture2_C.fc2GigEStreamChannel pChannel) |
static int |
FlyCapture2_C.fc2GetGPIOPinDirection(FlyCapture2_C.fc2Context context,
int pin,
int[] pDirection) |
static int |
FlyCapture2_C.fc2GetGPIOPinDirection(FlyCapture2_C.fc2Context context,
int pin,
IntBuffer pDirection) |
static int |
FlyCapture2_C.fc2GetGPIOPinDirection(FlyCapture2_C.fc2Context context,
int pin,
IntPointer pDirection)
Get the GPIO pin direction for the specified pin.
|
static int |
FlyCapture2_C.fc2GetInterfaceTypeFromGuid(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2PGRGuid pGuid,
int[] pInterfaceType) |
static int |
FlyCapture2_C.fc2GetInterfaceTypeFromGuid(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2PGRGuid pGuid,
IntBuffer pInterfaceType) |
static int |
FlyCapture2_C.fc2GetInterfaceTypeFromGuid(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2PGRGuid pGuid,
IntPointer pInterfaceType)
Gets the interface type associated with a PGRGuid.
|
static int |
FlyCapture2_C.fc2GetLUTBankInfo(FlyCapture2_C.fc2Context context,
int bank,
int[] pReadSupported,
int[] pWriteSupported) |
static int |
FlyCapture2_C.fc2GetLUTBankInfo(FlyCapture2_C.fc2Context context,
int bank,
IntBuffer pReadSupported,
IntBuffer pWriteSupported) |
static int |
FlyCapture2_C.fc2GetLUTBankInfo(FlyCapture2_C.fc2Context context,
int bank,
IntPointer pReadSupported,
IntPointer pWriteSupported)
Query the read/write status of a single LUT bank.
|
static int |
FlyCapture2_C.fc2GetLUTChannel(FlyCapture2_C.fc2Context context,
int bank,
int channel,
int sizeEntries,
int[] pEntries) |
static int |
FlyCapture2_C.fc2GetLUTChannel(FlyCapture2_C.fc2Context context,
int bank,
int channel,
int sizeEntries,
IntBuffer pEntries) |
static int |
FlyCapture2_C.fc2GetLUTChannel(FlyCapture2_C.fc2Context context,
int bank,
int channel,
int sizeEntries,
IntPointer pEntries)
Get the LUT channel settings from the camera.
|
static int |
FlyCapture2_C.fc2GetLUTInfo(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2LUTData pData)
Query if LUT support is available on the camera.
|
static int |
FlyCapture2_C.fc2GetMemoryChannel(FlyCapture2_C.fc2Context context,
int[] pCurrentChannel) |
static int |
FlyCapture2_C.fc2GetMemoryChannel(FlyCapture2_C.fc2Context context,
IntBuffer pCurrentChannel) |
static int |
FlyCapture2_C.fc2GetMemoryChannel(FlyCapture2_C.fc2Context context,
IntPointer pCurrentChannel)
Retrieve the current memory channel from the camera.
|
static int |
FlyCapture2_C.fc2GetMemoryChannelInfo(FlyCapture2_C.fc2Context context,
int[] pNumChannels) |
static int |
FlyCapture2_C.fc2GetMemoryChannelInfo(FlyCapture2_C.fc2Context context,
IntBuffer pNumChannels) |
static int |
FlyCapture2_C.fc2GetMemoryChannelInfo(FlyCapture2_C.fc2Context context,
IntPointer pNumChannels)
Query the camera for memory channel support.
|
static int |
FlyCapture2_C.fc2GetNumOfCameras(FlyCapture2_C.fc2Context context,
int[] pNumCameras) |
static int |
FlyCapture2_C.fc2GetNumOfCameras(FlyCapture2_C.fc2Context context,
IntBuffer pNumCameras) |
static int |
FlyCapture2_C.fc2GetNumOfCameras(FlyCapture2_C.fc2Context context,
IntPointer pNumCameras)
Gets the number of cameras attached to the PC.
|
static int |
FlyCapture2_C.fc2GetNumOfDevices(FlyCapture2_C.fc2Context context,
int[] pNumDevices) |
static int |
FlyCapture2_C.fc2GetNumOfDevices(FlyCapture2_C.fc2Context context,
IntBuffer pNumDevices) |
static int |
FlyCapture2_C.fc2GetNumOfDevices(FlyCapture2_C.fc2Context context,
IntPointer pNumDevices)
Gets the number of devices.
|
static int |
FlyCapture2_C.fc2GetNumStreamChannels(FlyCapture2_C.fc2Context context,
int[] numChannels) |
static int |
FlyCapture2_C.fc2GetNumStreamChannels(FlyCapture2_C.fc2Context context,
IntBuffer numChannels) |
static int |
FlyCapture2_C.fc2GetNumStreamChannels(FlyCapture2_C.fc2Context context,
IntPointer numChannels) |
static int |
FlyCapture2_C.fc2GetProperty(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Property prop)
Reads the settings for the specified property from the camera.
|
static int |
FlyCapture2_C.fc2GetPropertyInfo(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2PropertyInfo propInfo)
Retrieves information about the specified camera property.
|
static int |
FlyCapture2_C.fc2GetStrobe(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2StrobeControl strobeControl)
Retrieve current strobe settings from the camera.
|
static int |
FlyCapture2_C.fc2GetStrobeInfo(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2StrobeInfo strobeInfo)
Retrieve strobe information from the camera.
|
static int |
FlyCapture2_C.fc2GetTriggerDelay(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Property triggerDelay)
Retrieve current trigger delay settings from the camera.
|
static int |
FlyCapture2_C.fc2GetTriggerDelayInfo(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2PropertyInfo triggerDelayInfo)
Retrieve trigger delay information from the camera.
|
static int |
FlyCapture2_C.fc2GetTriggerMode(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2TriggerMode triggerMode)
Retrieve current trigger settings from the camera.
|
static int |
FlyCapture2_C.fc2GetTriggerModeInfo(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2TriggerModeInfo triggerModeInfo)
Retrieve trigger information from the camera.
|
static int |
FlyCapture2_C.fc2GetVideoModeAndFrameRate(FlyCapture2_C.fc2Context context,
int[] videoMode,
int[] frameRate) |
static int |
FlyCapture2_C.fc2GetVideoModeAndFrameRate(FlyCapture2_C.fc2Context context,
IntBuffer videoMode,
IntBuffer frameRate) |
static int |
FlyCapture2_C.fc2GetVideoModeAndFrameRate(FlyCapture2_C.fc2Context context,
IntPointer videoMode,
IntPointer frameRate)
Get the current video mode and frame rate from the camera.
|
static int |
FlyCapture2_C.fc2GetVideoModeAndFrameRateInfo(FlyCapture2_C.fc2Context context,
int videoMode,
int frameRate,
int[] pSupported) |
static int |
FlyCapture2_C.fc2GetVideoModeAndFrameRateInfo(FlyCapture2_C.fc2Context context,
int videoMode,
int frameRate,
IntBuffer pSupported) |
static int |
FlyCapture2_C.fc2GetVideoModeAndFrameRateInfo(FlyCapture2_C.fc2Context context,
int videoMode,
int frameRate,
IntPointer pSupported)
Query the camera to determine if the specified video mode and
frame rate is supported.
|
static int |
FlyCapture2_C.fc2IsCameraControlable(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2PGRGuid pGuid,
int[] pControlable) |
static int |
FlyCapture2_C.fc2IsCameraControlable(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2PGRGuid pGuid,
IntBuffer pControlable) |
static int |
FlyCapture2_C.fc2IsCameraControlable(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2PGRGuid pGuid,
IntPointer pControlable)
Query whether a GigE camera is controlable.
|
static int |
FlyCapture2_C.fc2QueryGigEImagingMode(FlyCapture2_C.fc2Context context,
int mode,
int[] isSupported) |
static int |
FlyCapture2_C.fc2QueryGigEImagingMode(FlyCapture2_C.fc2Context context,
int mode,
IntBuffer isSupported) |
static int |
FlyCapture2_C.fc2QueryGigEImagingMode(FlyCapture2_C.fc2Context context,
int mode,
IntPointer isSupported) |
static int |
FlyCapture2_C.fc2ReadGVCPMemory(FlyCapture2_C.fc2Context context,
int address,
byte[] pBuffer,
int length) |
static int |
FlyCapture2_C.fc2ReadGVCPMemory(FlyCapture2_C.fc2Context context,
int address,
ByteBuffer pBuffer,
int length) |
static int |
FlyCapture2_C.fc2ReadGVCPMemory(FlyCapture2_C.fc2Context context,
int address,
BytePointer pBuffer,
int length)
Read a GVCP memory block.
|
static int |
FlyCapture2_C.fc2ReadGVCPRegister(FlyCapture2_C.fc2Context context,
int address,
int[] pValue) |
static int |
FlyCapture2_C.fc2ReadGVCPRegister(FlyCapture2_C.fc2Context context,
int address,
IntBuffer pValue) |
static int |
FlyCapture2_C.fc2ReadGVCPRegister(FlyCapture2_C.fc2Context context,
int address,
IntPointer pValue)
Read a GVCP register.
|
static int |
FlyCapture2_C.fc2ReadGVCPRegisterBlock(FlyCapture2_C.fc2Context context,
int address,
int[] pBuffer,
int length) |
static int |
FlyCapture2_C.fc2ReadGVCPRegisterBlock(FlyCapture2_C.fc2Context context,
int address,
IntBuffer pBuffer,
int length) |
static int |
FlyCapture2_C.fc2ReadGVCPRegisterBlock(FlyCapture2_C.fc2Context context,
int address,
IntPointer pBuffer,
int length)
Read a GVCP register block.
|
static int |
FlyCapture2_C.fc2ReadRegister(FlyCapture2_C.fc2Context context,
int address,
int[] pValue) |
static int |
FlyCapture2_C.fc2ReadRegister(FlyCapture2_C.fc2Context context,
int address,
IntBuffer pValue) |
static int |
FlyCapture2_C.fc2ReadRegister(FlyCapture2_C.fc2Context context,
int address,
IntPointer pValue)
Read the specified register from the camera.
|
static int |
FlyCapture2_C.fc2ReadRegisterBlock(FlyCapture2_C.fc2Context context,
short addressHigh,
int addressLow,
int[] pBuffer,
int length) |
static int |
FlyCapture2_C.fc2ReadRegisterBlock(FlyCapture2_C.fc2Context context,
short addressHigh,
int addressLow,
IntBuffer pBuffer,
int length) |
static int |
FlyCapture2_C.fc2ReadRegisterBlock(FlyCapture2_C.fc2Context context,
short addressHigh,
int addressLow,
IntPointer pBuffer,
int length)
Write to the specified register block on the camera.
|
static int |
FlyCapture2_C.fc2RegisterCallback(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2BusEventCallback enumCallback,
int callbackType,
Pointer pParameter,
FlyCapture2_C.fc2CallbackHandle pCallbackHandle)
Register a callback function that will be called when the
specified callback event occurs.
|
static int |
FlyCapture2_C.fc2RescanBus(FlyCapture2_C.fc2Context context)
Force a rescan of the buses.
|
static int |
FlyCapture2_C.fc2RestoreFromMemoryChannel(FlyCapture2_C.fc2Context context,
int channel)
Restore the specfied current memory channel.
|
static int |
FlyCapture2_C.fc2RetrieveBuffer(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Image pImage)
Retrieves the the next image object containing the next image.
|
static int |
FlyCapture2_C.fc2SaveToMemoryChannel(FlyCapture2_C.fc2Context context,
int channel)
Save the current settings to the specfied current memory channel.
|
static int |
FlyCapture2_C.fc2SetActiveLUTBank(FlyCapture2_C.fc2Context context,
int activeBank)
Set the LUT bank that will be used.
|
static int |
FlyCapture2_C.fc2SetCallback(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2ImageEventCallback pCallbackFn,
Pointer pCallbackData)
Sets the callback data to be used on completion of image transfer.
|
static int |
FlyCapture2_C.fc2SetConfiguration(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Config config)
Set the configuration associated with the camera.
|
static int |
FlyCapture2_C.fc2SetEmbeddedImageInfo(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2EmbeddedImageInfo pInfo)
Sets the on/off values of the embedded image information structure
to the camera.
|
static int |
FlyCapture2_C.fc2SetFormat7Configuration(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Format7ImageSettings imageSettings,
float percentSpeed)
Set the current Format7 configuration to the camera.
|
static int |
FlyCapture2_C.fc2SetFormat7ConfigurationPacket(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Format7ImageSettings imageSettings,
int packetSize)
Set the current Format7 configuration to the camera.
|
static int |
FlyCapture2_C.fc2SetGigEConfig(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2GigEConfig pConfig) |
static int |
FlyCapture2_C.fc2SetGigEImageBinningSettings(FlyCapture2_C.fc2Context context,
int horzBinnningValue,
int vertBinnningValue) |
static int |
FlyCapture2_C.fc2SetGigEImageSettings(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2GigEImageSettings pImageSettings) |
static int |
FlyCapture2_C.fc2SetGigEImagingMode(FlyCapture2_C.fc2Context context,
int mode) |
static int |
FlyCapture2_C.fc2SetGigEProperty(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2GigEProperty pGigEProp)
Set the specified GigEProperty.
|
static int |
FlyCapture2_C.fc2SetGigEStreamChannelInfo(FlyCapture2_C.fc2Context context,
int channel,
FlyCapture2_C.fc2GigEStreamChannel pChannel) |
static int |
FlyCapture2_C.fc2SetGPIOPinDirection(FlyCapture2_C.fc2Context context,
int pin,
int direction)
Set the GPIO pin direction for the specified pin.
|
static int |
FlyCapture2_C.fc2SetGPIOPinDirectionBroadcast(FlyCapture2_C.fc2Context context,
int pin,
int direction)
Set the GPIO pin direction for the specified pin.
|
static int |
FlyCapture2_C.fc2SetLUTChannel(FlyCapture2_C.fc2Context context,
int bank,
int channel,
int sizeEntries,
int[] pEntries) |
static int |
FlyCapture2_C.fc2SetLUTChannel(FlyCapture2_C.fc2Context context,
int bank,
int channel,
int sizeEntries,
IntBuffer pEntries) |
static int |
FlyCapture2_C.fc2SetLUTChannel(FlyCapture2_C.fc2Context context,
int bank,
int channel,
int sizeEntries,
IntPointer pEntries)
Set the LUT channel settings to the camera.
|
static int |
FlyCapture2_C.fc2SetProperty(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Property prop)
Writes the settings for the specified property to the camera.
|
static int |
FlyCapture2_C.fc2SetPropertyBroadcast(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Property prop)
Writes the settings for the specified property to the camera.
|
static int |
FlyCapture2_C.fc2SetStrobe(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2StrobeControl strobeControl)
Set current strobe settings to the camera.
|
static int |
FlyCapture2_C.fc2SetStrobeBroadcast(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2StrobeControl strobeControl)
Set current strobe settings to the camera.
|
static int |
FlyCapture2_C.fc2SetTriggerDelay(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Property triggerDelay)
Set the specified trigger delay settings to the camera.
|
static int |
FlyCapture2_C.fc2SetTriggerDelayBroadcast(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Property triggerDelay)
Set the specified trigger delay settings to the camera.
|
static int |
FlyCapture2_C.fc2SetTriggerMode(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2TriggerMode triggerMode)
Set the specified trigger settings to the camera.
|
static int |
FlyCapture2_C.fc2SetTriggerModeBroadcast(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2TriggerMode triggerMode)
Set the specified trigger settings to the camera.
|
static int |
FlyCapture2_C.fc2SetUserBuffers(FlyCapture2_C.fc2Context context,
byte[] ppMemBuffers,
int size,
int nNumBuffers) |
static int |
FlyCapture2_C.fc2SetUserBuffers(FlyCapture2_C.fc2Context context,
ByteBuffer ppMemBuffers,
int size,
int nNumBuffers) |
static int |
FlyCapture2_C.fc2SetUserBuffers(FlyCapture2_C.fc2Context context,
BytePointer ppMemBuffers,
int size,
int nNumBuffers)
Specify user allocated buffers to use as image data buffers.
|
static int |
FlyCapture2_C.fc2SetVideoModeAndFrameRate(FlyCapture2_C.fc2Context context,
int videoMode,
int frameRate)
Set the specified video mode and frame rate to the camera.
|
static int |
FlyCapture2_C.fc2StartCapture(FlyCapture2_C.fc2Context context)
Starts isochronous image capture.
|
static int |
FlyCapture2_C.fc2StartCaptureCallback(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2ImageEventCallback pCallbackFn,
Pointer pCallbackData)
Starts isochronous image capture.
|
static int |
FlyCapture2_C.fc2StartSyncCapture(int numCameras,
FlyCapture2_C.fc2Context pContexts)
Starts synchronized isochronous image capture on multiple cameras.
|
static int |
FlyCapture2_C.fc2StartSyncCaptureCallback(int numCameras,
FlyCapture2_C.fc2Context pContexts,
FlyCapture2_C.fc2ImageEventCallback pCallbackFns,
Pointer pCallbackDataArray) |
static int |
FlyCapture2_C.fc2StartSyncCaptureCallback(int numCameras,
FlyCapture2_C.fc2Context pContexts,
FlyCapture2_C.fc2ImageEventCallback pCallbackFns,
PointerPointer pCallbackDataArray)
Starts synchronized isochronous image capture on multiple cameras.
|
static int |
FlyCapture2_C.fc2StopCapture(FlyCapture2_C.fc2Context context)
Stops isochronous image transfer and cleans up all associated
resources.
|
static int |
FlyCapture2_C.fc2UnregisterCallback(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2CallbackHandle callbackHandle)
Unregister a callback function.
|
static int |
FlyCapture2_C.fc2ValidateFormat7Settings(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Format7ImageSettings imageSettings,
int[] settingsAreValid,
FlyCapture2_C.fc2Format7PacketInfo packetInfo) |
static int |
FlyCapture2_C.fc2ValidateFormat7Settings(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Format7ImageSettings imageSettings,
IntBuffer settingsAreValid,
FlyCapture2_C.fc2Format7PacketInfo packetInfo) |
static int |
FlyCapture2_C.fc2ValidateFormat7Settings(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Format7ImageSettings imageSettings,
IntPointer settingsAreValid,
FlyCapture2_C.fc2Format7PacketInfo packetInfo)
Validates Format7ImageSettings structure and returns valid packet
size information if the image settings are valid.
|
static int |
FlyCapture2_C.fc2WriteGVCPMemory(FlyCapture2_C.fc2Context context,
int address,
byte[] pBuffer,
int length) |
static int |
FlyCapture2_C.fc2WriteGVCPMemory(FlyCapture2_C.fc2Context context,
int address,
ByteBuffer pBuffer,
int length) |
static int |
FlyCapture2_C.fc2WriteGVCPMemory(FlyCapture2_C.fc2Context context,
int address,
BytePointer pBuffer,
int length)
Write a GVCP memory block.
|
static int |
FlyCapture2_C.fc2WriteGVCPRegister(FlyCapture2_C.fc2Context context,
int address,
int value)
Write a GVCP register.
|
static int |
FlyCapture2_C.fc2WriteGVCPRegisterBlock(FlyCapture2_C.fc2Context context,
int address,
int[] pBuffer,
int length) |
static int |
FlyCapture2_C.fc2WriteGVCPRegisterBlock(FlyCapture2_C.fc2Context context,
int address,
IntBuffer pBuffer,
int length) |
static int |
FlyCapture2_C.fc2WriteGVCPRegisterBlock(FlyCapture2_C.fc2Context context,
int address,
IntPointer pBuffer,
int length)
Write a GVCP register block.
|
static int |
FlyCapture2_C.fc2WriteGVCPRegisterBroadcast(FlyCapture2_C.fc2Context context,
int address,
int value)
Write a GVCP register with broadcast
|
static int |
FlyCapture2_C.fc2WriteRegister(FlyCapture2_C.fc2Context context,
int address,
int value)
Write to the specified register on the camera.
|
static int |
FlyCapture2_C.fc2WriteRegisterBlock(FlyCapture2_C.fc2Context context,
short addressHigh,
int addressLow,
int[] pBuffer,
int length) |
static int |
FlyCapture2_C.fc2WriteRegisterBlock(FlyCapture2_C.fc2Context context,
short addressHigh,
int addressLow,
IntBuffer pBuffer,
int length) |
static int |
FlyCapture2_C.fc2WriteRegisterBlock(FlyCapture2_C.fc2Context context,
short addressHigh,
int addressLow,
IntPointer pBuffer,
int length)
Write to the specified register block on the camera.
|
static int |
FlyCapture2_C.fc2WriteRegisterBroadcast(FlyCapture2_C.fc2Context context,
int address,
int value)
Write to the specified register on the camera with broadcast.
|
Copyright © 2015. All Rights Reserved.