@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.CameraBase extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CameraBase()
Empty constructor.
|
CameraBase(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FlyCapture2.Error |
Connect() |
FlyCapture2.Error |
Connect(FlyCapture2.PGRGuid pGuid)
Connects the camera object to the camera specified by the GUID.
|
FlyCapture2.Error |
Disconnect()
Disconnects the camera object from the camera.
|
FlyCapture2.Error |
EnableLUT(boolean on)
Enable or disable LUT functionality on the camera.
|
FlyCapture2.Error |
FireSoftwareTrigger() |
FlyCapture2.Error |
FireSoftwareTrigger(boolean broadcast)
Fire the software trigger according to the DCAM specifications.
|
FlyCapture2.Error |
GetActiveLUTBank(int[] pActiveBank) |
FlyCapture2.Error |
GetActiveLUTBank(IntBuffer pActiveBank) |
FlyCapture2.Error |
GetActiveLUTBank(IntPointer pActiveBank)
Get the LUT bank that is currently being used.
|
FlyCapture2.Error |
GetCameraInfo(FlyCapture2.CameraInfo pCameraInfo)
Retrieves information from the camera such as serial number, model
name and other camera information.
|
FlyCapture2.Error |
GetConfiguration(FlyCapture2.FC2Config pConfig)
Get the configuration associated with the camera object.
|
FlyCapture2.Error |
GetCycleTime(FlyCapture2.TimeStamp timeStamp)
Returns a Timestamp struct containing 1394 CYCLE_TIME information
|
FlyCapture2.Error |
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 |
GetGPIOPinDirection(int pin,
int[] pDirection) |
FlyCapture2.Error |
GetGPIOPinDirection(int pin,
IntBuffer pDirection) |
FlyCapture2.Error |
GetGPIOPinDirection(int pin,
IntPointer pDirection)
Get the GPIO pin direction for the specified pin.
|
FlyCapture2.Error |
GetLUTBankInfo(int bank,
BoolPointer pReadSupported,
BoolPointer pWriteSupported)
Query the read/write status of a single LUT bank.
|
FlyCapture2.Error |
GetLUTChannel(int bank,
int channel,
int sizeEntries,
int[] pEntries) |
FlyCapture2.Error |
GetLUTChannel(int bank,
int channel,
int sizeEntries,
IntBuffer pEntries) |
FlyCapture2.Error |
GetLUTChannel(int bank,
int channel,
int sizeEntries,
IntPointer pEntries)
Get the LUT channel settings from the camera.
|
FlyCapture2.Error |
GetLUTInfo(FlyCapture2.LUTData pData)
Query if LUT support is available on the camera.
|
FlyCapture2.Error |
GetMemoryChannel(int[] pCurrentChannel) |
FlyCapture2.Error |
GetMemoryChannel(IntBuffer pCurrentChannel) |
FlyCapture2.Error |
GetMemoryChannel(IntPointer pCurrentChannel)
Retrieve the current memory channel from the camera.
|
FlyCapture2.Error |
GetMemoryChannelInfo(int[] pNumChannels) |
FlyCapture2.Error |
GetMemoryChannelInfo(IntBuffer pNumChannels) |
FlyCapture2.Error |
GetMemoryChannelInfo(IntPointer pNumChannels)
Query the camera for memory channel support.
|
FlyCapture2.Error |
GetProperty(FlyCapture2.Property pProp)
Reads the settings for the specified property from the camera.
|
FlyCapture2.Error |
GetPropertyInfo(FlyCapture2.PropertyInfo pPropInfo)
Retrieves information about the specified camera property.
|
FlyCapture2.Error |
GetStats(FlyCapture2.CameraStats pStats) |
FlyCapture2.Error |
GetStrobe(FlyCapture2.StrobeControl pStrobeControl)
Retrieve current strobe settings from the camera.
|
FlyCapture2.Error |
GetStrobeInfo(FlyCapture2.StrobeInfo pStrobeInfo)
Retrieve strobe information from the camera.
|
FlyCapture2.Error |
GetTriggerDelay(FlyCapture2.Property pTriggerDelay)
Retrieve current trigger delay settings from the camera.
|
FlyCapture2.Error |
GetTriggerDelayInfo(FlyCapture2.PropertyInfo pTriggerDelayInfo)
Retrieve trigger delay information from the camera.
|
FlyCapture2.Error |
GetTriggerMode(FlyCapture2.TriggerMode pTriggerMode)
Retrieve current trigger settings from the camera.
|
FlyCapture2.Error |
GetTriggerModeInfo(FlyCapture2.TriggerModeInfo pTriggerModeInfo)
Retrieve trigger information from the camera.
|
boolean |
IsConnected()
Checks if the camera object is currently connected to a physical
camera.
|
FlyCapture2.Error |
ReadRegister(int address,
int[] pValue) |
FlyCapture2.Error |
ReadRegister(int address,
IntBuffer pValue) |
FlyCapture2.Error |
ReadRegister(int address,
IntPointer pValue)
Read the specified register from the camera.
|
FlyCapture2.Error |
ReadRegisterBlock(short addressHigh,
int addressLow,
int[] pBuffer,
int length) |
FlyCapture2.Error |
ReadRegisterBlock(short addressHigh,
int addressLow,
IntBuffer pBuffer,
int length) |
FlyCapture2.Error |
ReadRegisterBlock(short addressHigh,
int addressLow,
IntPointer pBuffer,
int length)
Read from the specified register block on the camera.
|
FlyCapture2.Error |
ResetStats() |
FlyCapture2.Error |
RestoreFromMemoryChannel(int channel)
Restore the specfied current memory channel.
|
FlyCapture2.Error |
RetrieveBuffer(FlyCapture2.Image pImage)
Retrieves the the next image object containing the next image.
|
FlyCapture2.Error |
SaveToMemoryChannel(int channel)
Save the current settings to the specfied current memory channel.
|
FlyCapture2.Error |
SetActiveLUTBank(int activeBank)
Set the LUT bank that will be used.
|
FlyCapture2.Error |
SetCallback(FlyCapture2.ImageEventCallback callbackFn) |
FlyCapture2.Error |
SetCallback(FlyCapture2.ImageEventCallback callbackFn,
Pointer pCallbackData)
Sets the callback data to be used on completion of image transfer.
|
FlyCapture2.Error |
SetConfiguration(FlyCapture2.FC2Config pConfig)
Set the configuration associated with the camera object.
|
FlyCapture2.Error |
SetEmbeddedImageInfo(FlyCapture2.EmbeddedImageInfo pInfo)
Sets the on/off values of the embedded image information structure
to the camera.
|
FlyCapture2.Error |
SetGPIOPinDirection(int pin,
int direction) |
FlyCapture2.Error |
SetGPIOPinDirection(int pin,
int direction,
boolean broadcast)
Set the GPIO pin direction for the specified pin.
|
FlyCapture2.Error |
SetLUTChannel(int bank,
int channel,
int sizeEntries,
int[] pEntries) |
FlyCapture2.Error |
SetLUTChannel(int bank,
int channel,
int sizeEntries,
IntBuffer pEntries) |
FlyCapture2.Error |
SetLUTChannel(int bank,
int channel,
int sizeEntries,
IntPointer pEntries)
Set the LUT channel settings to the camera.
|
FlyCapture2.Error |
SetProperty(FlyCapture2.Property pProp) |
FlyCapture2.Error |
SetProperty(FlyCapture2.Property pProp,
boolean broadcast)
Writes the settings for the specified property to the camera.
|
FlyCapture2.Error |
SetStrobe(FlyCapture2.StrobeControl pStrobeControl) |
FlyCapture2.Error |
SetStrobe(FlyCapture2.StrobeControl pStrobeControl,
boolean broadcast)
Set current strobe settings to the camera.
|
FlyCapture2.Error |
SetTriggerDelay(FlyCapture2.Property pTriggerDelay) |
FlyCapture2.Error |
SetTriggerDelay(FlyCapture2.Property pTriggerDelay,
boolean broadcast)
Set the specified trigger delay settings to the camera.
|
FlyCapture2.Error |
SetTriggerMode(FlyCapture2.TriggerMode pTriggerMode) |
FlyCapture2.Error |
SetTriggerMode(FlyCapture2.TriggerMode pTriggerMode,
boolean broadcast)
Set the specified trigger settings to the camera.
|
FlyCapture2.Error |
SetUserBuffers(byte[] pMemBuffers,
int size,
int numBuffers) |
FlyCapture2.Error |
SetUserBuffers(ByteBuffer pMemBuffers,
int size,
int numBuffers) |
FlyCapture2.Error |
SetUserBuffers(BytePointer pMemBuffers,
int size,
int numBuffers)
Specify user allocated buffers to use as image data buffers.
|
FlyCapture2.Error |
StartCapture() |
FlyCapture2.Error |
StartCapture(FlyCapture2.ImageEventCallback callbackFn,
Pointer pCallbackData)
Starts isochronous image capture.
|
FlyCapture2.Error |
StopCapture()
Stops isochronous image transfer and cleans up all associated
resources.
|
FlyCapture2.Error |
WaitForBufferEvent(FlyCapture2.Image pImage,
int eventNumber)
Retrieves the next image event containing the next part of the image.
|
FlyCapture2.Error |
WriteRegister(int address,
int value) |
FlyCapture2.Error |
WriteRegister(int address,
int value,
boolean broadcast)
Write to the specified register on the camera.
|
FlyCapture2.Error |
WriteRegisterBlock(short addressHigh,
int addressLow,
int[] pBuffer,
int length) |
FlyCapture2.Error |
WriteRegisterBlock(short addressHigh,
int addressLow,
IntBuffer pBuffer,
int length) |
FlyCapture2.Error |
WriteRegisterBlock(short addressHigh,
int addressLow,
IntPointer pBuffer,
int length)
Write to the specified register block on the camera.
|
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic CameraBase()
public CameraBase(Pointer p)
Pointer.Pointer(Pointer).@ByVal public FlyCapture2.Error Connect(FlyCapture2.PGRGuid pGuid)
pGuid - The unique identifier for a specific camera on the PC.BusManager::GetCameraFromIndex(),
BusManager::GetCameraFromSerialNumber()@ByVal public FlyCapture2.Error Connect()
@ByVal public FlyCapture2.Error Disconnect()
Connect()@Cast(value="bool") public boolean IsConnected()
Connect(),
Disconnect()@ByVal public FlyCapture2.Error SetCallback(FlyCapture2.ImageEventCallback callbackFn, @Const Pointer pCallbackData)
callbackFn - A function to be called when a new image is
received.pCallbackData - A pointer to data that can be passed to the
callback function.StartCapture()@ByVal public FlyCapture2.Error SetCallback(FlyCapture2.ImageEventCallback callbackFn)
@ByVal public FlyCapture2.Error StartCapture(FlyCapture2.ImageEventCallback callbackFn, @Const Pointer pCallbackData)
callbackFn - A function to be called when a new image is
received.pCallbackData - A pointer to data that can be passed to the
callback function.RetrieveBuffer(),
StartSyncCapture(),
StopCapture()@ByVal public FlyCapture2.Error StartCapture()
@ByVal public FlyCapture2.Error RetrieveBuffer(FlyCapture2.Image pImage)
pImage - Pointer to Image object to store image data.StartCapture(),
StopCapture()@ByVal public FlyCapture2.Error StopCapture()
StartCapture(),
RetrieveBuffer()@ByVal public FlyCapture2.Error WaitForBufferEvent(FlyCapture2.Image pImage, @Cast(value="unsigned int") int eventNumber)
pImage - Pointer to Image object to store image data.eventNumber - The event number to wait for.StartCapture(),
RetrieveBuffer(),
StopCapture()@ByVal public FlyCapture2.Error SetUserBuffers(@Cast(value="unsigned char*const") BytePointer pMemBuffers, int size, int numBuffers)
pMemBuffers - Pointer to memory buffers to be written to.size - The size of each buffer (in bytes).numBuffers - Number of buffers in the array.StartCapture(),
RetrieveBuffer(),
StopCapture()@ByVal public FlyCapture2.Error SetUserBuffers(@Cast(value="unsigned char*const") ByteBuffer pMemBuffers, int size, int numBuffers)
@ByVal public FlyCapture2.Error SetUserBuffers(@Cast(value="unsigned char*const") byte[] pMemBuffers, int size, int numBuffers)
@ByVal public FlyCapture2.Error GetConfiguration(FlyCapture2.FC2Config pConfig)
pConfig - Pointer to the configuration structure to be filled.SetConfiguration()@ByVal public FlyCapture2.Error SetConfiguration(@Const FlyCapture2.FC2Config pConfig)
pConfig - Pointer to the configuration structure to be used.GetConfiguration()@ByVal public FlyCapture2.Error GetCameraInfo(FlyCapture2.CameraInfo pCameraInfo)
pCameraInfo - Pointer to the camera information structure
to be filled.@ByVal public FlyCapture2.Error GetPropertyInfo(FlyCapture2.PropertyInfo pPropInfo)
pPropInfo - Pointer to the PropertyInfo structure to be filled.GetProperty(),
SetProperty()@ByVal public FlyCapture2.Error GetProperty(FlyCapture2.Property pProp)
pProp - Pointer to the Property structure to be filled.GetPropertyInfo(),
SetProperty()@ByVal public FlyCapture2.Error SetProperty(@Const FlyCapture2.Property pProp, @Cast(value="bool") boolean broadcast)
pProp - Pointer to the Property structure to be used.broadcast - Whether the action should be broadcast.GetPropertyInfo(),
GetProperty()@ByVal public FlyCapture2.Error SetProperty(@Const FlyCapture2.Property pProp)
@ByVal public FlyCapture2.Error GetGPIOPinDirection(@Cast(value="unsigned int") int pin, @Cast(value="unsigned int*") IntPointer pDirection)
pin - Pin to get the direction for.pDirection - Direction of the pin. 0 for input, 1 for output.SetGPIOPinDirection()@ByVal public FlyCapture2.Error GetGPIOPinDirection(@Cast(value="unsigned int") int pin, @Cast(value="unsigned int*") IntBuffer pDirection)
@ByVal public FlyCapture2.Error GetGPIOPinDirection(@Cast(value="unsigned int") int pin, @Cast(value="unsigned int*") int[] pDirection)
@ByVal public FlyCapture2.Error SetGPIOPinDirection(@Cast(value="unsigned int") int pin, @Cast(value="unsigned int") int direction, @Cast(value="bool") boolean broadcast)
pin - Pin to get the direction for.direction - Direction of the pin. 0 for input, 1 for output.broadcast - Whether the action should be broadcast.GetGPIOPinDirection()@ByVal public FlyCapture2.Error SetGPIOPinDirection(@Cast(value="unsigned int") int pin, @Cast(value="unsigned int") int direction)
@ByVal public FlyCapture2.Error GetTriggerModeInfo(FlyCapture2.TriggerModeInfo pTriggerModeInfo)
pTriggerModeInfo - Structure to receive trigger information.GetTriggerMode(),
SetTriggerMode(),
GetTriggerDelayInfo(),
GetTriggerDelay(),
SetTriggerDelay()@ByVal public FlyCapture2.Error GetTriggerMode(FlyCapture2.TriggerMode pTriggerMode)
pTriggerMode - Structure to receive trigger mode settings.GetTriggerModeInfo(),
SetTriggerMode(),
GetTriggerDelayInfo(),
GetTriggerDelay(),
SetTriggerDelay()@ByVal public FlyCapture2.Error SetTriggerMode(@Const FlyCapture2.TriggerMode pTriggerMode, @Cast(value="bool") boolean broadcast)
pTriggerMode - Structure providing trigger mode settings.broadcast - Whether the action should be broadcast.GetTriggerModeInfo(),
GetTriggerMode(),
GetTriggerDelayInfo(),
GetTriggerDelay(),
SetTriggerDelay()@ByVal public FlyCapture2.Error SetTriggerMode(@Const FlyCapture2.TriggerMode pTriggerMode)
@ByVal public FlyCapture2.Error FireSoftwareTrigger(@Cast(value="bool") boolean broadcast)
broadcast - Whether the action should be broadcast.@ByVal public FlyCapture2.Error FireSoftwareTrigger()
@ByVal public FlyCapture2.Error GetTriggerDelayInfo(@Cast(value="FlyCapture2::TriggerDelayInfo*") FlyCapture2.PropertyInfo pTriggerDelayInfo)
pTriggerDelayInfo - Structure to receive trigger delay information.GetTriggerModeInfo(),
GetTriggerMode(),
SetTriggerMode(),
GetTriggerDelay(),
SetTriggerDelay()@ByVal public FlyCapture2.Error GetTriggerDelay(@Cast(value="FlyCapture2::TriggerDelay*") FlyCapture2.Property pTriggerDelay)
pTriggerDelay - Structure to receive trigger delay settings.GetTriggerModeInfo(),
GetTriggerMode(),
SetTriggerMode(),
GetTriggerDelayInfo(),
SetTriggerDelay()@ByVal public FlyCapture2.Error SetTriggerDelay(@Cast(value="const FlyCapture2::TriggerDelay*") FlyCapture2.Property pTriggerDelay, @Cast(value="bool") boolean broadcast)
pTriggerDelay - Structure providing trigger delay settings.broadcast - Whether the action should be broadcast.GetTriggerModeInfo(),
GetTriggerMode(),
SetTriggerMode(),
GetTriggerDelayInfo(),
GetTriggerDelay()@ByVal public FlyCapture2.Error SetTriggerDelay(@Cast(value="const FlyCapture2::TriggerDelay*") FlyCapture2.Property pTriggerDelay)
@ByVal public FlyCapture2.Error GetStrobeInfo(FlyCapture2.StrobeInfo pStrobeInfo)
pStrobeInfo - Structure to receive strobe information.GetStrobe(),
SetStrobe()@ByVal public FlyCapture2.Error GetStrobe(FlyCapture2.StrobeControl pStrobeControl)
pStrobeControl - Structure to receive strobe settings.GetStrobeInfo(),
SetStrobe()@ByVal public FlyCapture2.Error SetStrobe(@Const FlyCapture2.StrobeControl pStrobeControl, @Cast(value="bool") boolean broadcast)
pStrobeControl - Structure providing strobe settings.broadcast - Whether the action should be broadcast.GetStrobeInfo(),
GetStrobe()@ByVal public FlyCapture2.Error SetStrobe(@Const FlyCapture2.StrobeControl pStrobeControl)
@ByVal public FlyCapture2.Error GetLUTInfo(FlyCapture2.LUTData pData)
pData - The LUT structure to be filled.EnableLUT(),
GetLUTChannel(),
SetLUTChannel()@ByVal public FlyCapture2.Error GetLUTBankInfo(@Cast(value="unsigned int") int bank, @Cast(value="bool*") BoolPointer pReadSupported, @Cast(value="bool*") BoolPointer pWriteSupported)
bank - The bank to query.pReadSupported - Whether reading from the bank is supported.pWriteSupported - Whether writing to the bank is supported.@ByVal public FlyCapture2.Error GetActiveLUTBank(@Cast(value="unsigned int*") IntPointer pActiveBank)
pActiveBank - The currently active bank.@ByVal public FlyCapture2.Error GetActiveLUTBank(@Cast(value="unsigned int*") IntBuffer pActiveBank)
@ByVal public FlyCapture2.Error GetActiveLUTBank(@Cast(value="unsigned int*") int[] pActiveBank)
@ByVal public FlyCapture2.Error SetActiveLUTBank(@Cast(value="unsigned int") int activeBank)
activeBank - The bank to be set as active.@ByVal public FlyCapture2.Error EnableLUT(@Cast(value="bool") boolean on)
on - Whether to enable or disable LUT.GetLUTInfo(),
GetLUTChannel(),
SetLUTChannel()@ByVal public FlyCapture2.Error GetLUTChannel(@Cast(value="unsigned int") int bank, @Cast(value="unsigned int") int channel, @Cast(value="unsigned int") int sizeEntries, @Cast(value="unsigned int*") IntPointer pEntries)
bank - Bank to retrieve.channel - Channel to retrieve.sizeEntries - Number of entries in LUT table to read.pEntries - Array to store LUT entries.GetLUTInfo(),
EnableLUT(),
SetLUTChannel()@ByVal public FlyCapture2.Error GetLUTChannel(@Cast(value="unsigned int") int bank, @Cast(value="unsigned int") int channel, @Cast(value="unsigned int") int sizeEntries, @Cast(value="unsigned int*") IntBuffer pEntries)
@ByVal public FlyCapture2.Error GetLUTChannel(@Cast(value="unsigned int") int bank, @Cast(value="unsigned int") int channel, @Cast(value="unsigned int") int sizeEntries, @Cast(value="unsigned int*") int[] pEntries)
@ByVal public FlyCapture2.Error SetLUTChannel(@Cast(value="unsigned int") int bank, @Cast(value="unsigned int") int channel, @Cast(value="unsigned int") int sizeEntries, @Cast(value="const unsigned int*") IntPointer pEntries)
bank - Bank to set.channel - Channel to set.sizeEntries - Number of entries in LUT table to write. This must be the
same size as numEntries returned by GetLutInfo().pEntries - Array containing LUT entries to write.GetLUTInfo(),
EnableLUT(),
GetLUTChannel()@ByVal public FlyCapture2.Error SetLUTChannel(@Cast(value="unsigned int") int bank, @Cast(value="unsigned int") int channel, @Cast(value="unsigned int") int sizeEntries, @Cast(value="const unsigned int*") IntBuffer pEntries)
@ByVal public FlyCapture2.Error SetLUTChannel(@Cast(value="unsigned int") int bank, @Cast(value="unsigned int") int channel, @Cast(value="unsigned int") int sizeEntries, @Cast(value="const unsigned int*") int[] pEntries)
@ByVal public FlyCapture2.Error GetMemoryChannel(@Cast(value="unsigned int*") IntPointer pCurrentChannel)
pCurrentChannel - Current memory channel.SaveToMemoryChannel(),
RestoreFromMemoryChannel(),
GetMemoryChannelInfo()@ByVal public FlyCapture2.Error GetMemoryChannel(@Cast(value="unsigned int*") IntBuffer pCurrentChannel)
@ByVal public FlyCapture2.Error GetMemoryChannel(@Cast(value="unsigned int*") int[] pCurrentChannel)
@ByVal public FlyCapture2.Error SaveToMemoryChannel(@Cast(value="unsigned int") int channel)
channel - Memory channel to save to.GetMemoryChannel(),
RestoreFromMemoryChannel(),
GetMemoryChannelInfo()@ByVal public FlyCapture2.Error RestoreFromMemoryChannel(@Cast(value="unsigned int") int channel)
channel - Memory channel to restore from.GetMemoryChannel(),
SaveToMemoryChannel(),
GetMemoryChannelInfo()@ByVal public FlyCapture2.Error GetMemoryChannelInfo(@Cast(value="unsigned int*") IntPointer pNumChannels)
pNumChannels - Number of memory channels supported.GetMemoryChannel(),
SaveToMemoryChannel(),
RestoreFromMemoryChannel()@ByVal public FlyCapture2.Error GetMemoryChannelInfo(@Cast(value="unsigned int*") IntBuffer pNumChannels)
@ByVal public FlyCapture2.Error GetMemoryChannelInfo(@Cast(value="unsigned int*") int[] pNumChannels)
@ByVal public FlyCapture2.Error GetEmbeddedImageInfo(FlyCapture2.EmbeddedImageInfo pInfo)
pInfo - Structure to be filled.SetEmbeddedImageInfo()@ByVal public FlyCapture2.Error SetEmbeddedImageInfo(FlyCapture2.EmbeddedImageInfo pInfo)
pInfo - Structure to be used.GetEmbeddedImageInfo()@ByVal public FlyCapture2.Error WriteRegister(@Cast(value="unsigned int") int address, @Cast(value="unsigned int") int value, @Cast(value="bool") boolean broadcast)
address - DCAM address to be written to.value - The value to be written.broadcast - Whether the action should be broadcast.ReadRegister()@ByVal public FlyCapture2.Error WriteRegister(@Cast(value="unsigned int") int address, @Cast(value="unsigned int") int value)
@ByVal public FlyCapture2.Error ReadRegister(@Cast(value="unsigned int") int address, @Cast(value="unsigned int*") IntPointer pValue)
address - DCAM address to be read from.pValue - The value that is read.WriteRegister()@ByVal public FlyCapture2.Error ReadRegister(@Cast(value="unsigned int") int address, @Cast(value="unsigned int*") IntBuffer pValue)
@ByVal public FlyCapture2.Error ReadRegister(@Cast(value="unsigned int") int address, @Cast(value="unsigned int*") int[] pValue)
@ByVal public FlyCapture2.Error WriteRegisterBlock(@Cast(value="unsigned short") short addressHigh, @Cast(value="unsigned int") int addressLow, @Cast(value="const unsigned int*") IntPointer pBuffer, @Cast(value="unsigned int") int length)
addressHigh - Top 16 bits of the 48 bit absolute address to
write to.addressLow - Bottom 32 bits of the 48 bits absolute address to
write to.pBuffer - Array containing data to be written.length - Size of array, in quadlets.ReadRegisterBlock()@ByVal public FlyCapture2.Error WriteRegisterBlock(@Cast(value="unsigned short") short addressHigh, @Cast(value="unsigned int") int addressLow, @Cast(value="const unsigned int*") IntBuffer pBuffer, @Cast(value="unsigned int") int length)
@ByVal public FlyCapture2.Error WriteRegisterBlock(@Cast(value="unsigned short") short addressHigh, @Cast(value="unsigned int") int addressLow, @Cast(value="const unsigned int*") int[] pBuffer, @Cast(value="unsigned int") int length)
@ByVal public FlyCapture2.Error ReadRegisterBlock(@Cast(value="unsigned short") short addressHigh, @Cast(value="unsigned int") int addressLow, @Cast(value="unsigned int*") IntPointer pBuffer, @Cast(value="unsigned int") int length)
addressHigh - Top 16 bits of the 48 bit absolute address to
read from.addressLow - Bottom 32 bits of the 48 bits absolute address to
read from.pBuffer - Array to store read data.length - Size of array, in quadlets.WriteRegisterBlock()@ByVal public FlyCapture2.Error ReadRegisterBlock(@Cast(value="unsigned short") short addressHigh, @Cast(value="unsigned int") int addressLow, @Cast(value="unsigned int*") IntBuffer pBuffer, @Cast(value="unsigned int") int length)
@ByVal public FlyCapture2.Error ReadRegisterBlock(@Cast(value="unsigned short") short addressHigh, @Cast(value="unsigned int") int addressLow, @Cast(value="unsigned int*") int[] pBuffer, @Cast(value="unsigned int") int length)
@ByVal public FlyCapture2.Error GetCycleTime(FlyCapture2.TimeStamp timeStamp)
registerVal - The register value to query.@ByVal public FlyCapture2.Error GetStats(FlyCapture2.CameraStats pStats)
@ByVal public FlyCapture2.Error ResetStats()
Copyright © 2015. All Rights Reserved.