public static class FlyCapture2.Camera extends FlyCapture2.CameraBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Camera()
Default constructor.
|
Camera(int size) |
Camera(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
FlyCapture2.Error |
Connect() |
FlyCapture2.Error |
Connect(FlyCapture2.PGRGuid pGuid)
The following functions are inherited from CameraBase.
|
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 |
GetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings,
int[] pPacketSize,
float[] pPercentage) |
FlyCapture2.Error |
GetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings,
IntBuffer pPacketSize,
FloatBuffer pPercentage) |
FlyCapture2.Error |
GetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings,
IntPointer pPacketSize,
FloatPointer pPercentage)
Get the current Format7 configuration from the camera.
|
FlyCapture2.Error |
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 |
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.
|
static BytePointer |
GetRegisterString(int registerVal) |
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.
|
FlyCapture2.Error |
GetVideoModeAndFrameRate(int[] pVideoMode,
int[] pFrameRate) |
FlyCapture2.Error |
GetVideoModeAndFrameRate(IntBuffer pVideoMode,
IntBuffer pFrameRate) |
FlyCapture2.Error |
GetVideoModeAndFrameRate(IntPointer pVideoMode,
IntPointer pFrameRate)
Get the current video mode and frame rate from the camera.
|
FlyCapture2.Error |
GetVideoModeAndFrameRateInfo(int videoMode,
int frameRate,
BoolPointer pSupported)
Query the camera to determine if the specified video mode and
frame rate is supported.
|
boolean |
IsConnected()
Checks if the camera object is currently connected to a physical
camera.
|
FlyCapture2.Camera |
position(int position) |
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 |
SetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings,
float percentSpeed)
Set the current Format7 configuration to the camera.
|
FlyCapture2.Error |
SetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings,
int packetSize)
Set the current Format7 configuration 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 |
SetVideoModeAndFrameRate(int videoMode,
int frameRate)
Set the specified video mode and frame rate to the camera.
|
FlyCapture2.Error |
StartCapture() |
FlyCapture2.Error |
StartCapture(FlyCapture2.ImageEventCallback callbackFn,
Pointer pCallbackData)
Starts isochronous image capture.
|
static FlyCapture2.Error |
StartSyncCapture(int numCameras,
FlyCapture2.Camera ppCameras) |
static FlyCapture2.Error |
StartSyncCapture(int numCameras,
FlyCapture2.Camera ppCameras,
FlyCapture2.ImageEventCallback pCallbackFns,
Pointer pCallbackDataArray) |
static FlyCapture2.Error |
StartSyncCapture(int numCameras,
PointerPointer ppCameras,
FlyCapture2.ImageEventCallback pCallbackFns,
PointerPointer pCallbackDataArray) |
FlyCapture2.Error |
StopCapture()
Stops isochronous image transfer and cleans up all associated
resources.
|
FlyCapture2.Error |
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 |
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, put, setNull, sizeof, toString, withDeallocator, zeropublic Camera(Pointer p)
public Camera(int size)
public Camera()
public FlyCapture2.Camera position(int position)
public FlyCapture2.Error GetVideoModeAndFrameRateInfo(int videoMode, int frameRate, BoolPointer pSupported)
videoMode - Video mode to check.frameRate - Frame rate to check.pSupported - Whether the video mode and frame rate is
supported.GetVideoModeAndFrameRate(),
SetVideoModeAndFrameRate()public FlyCapture2.Error GetVideoModeAndFrameRate(IntPointer pVideoMode, IntPointer pFrameRate)
pVideoMode - Current video mode.pFrameRate - Current frame rate.GetVideoModeAndFrameRateInfo(),
SetVideoModeAndFrameRate()public FlyCapture2.Error GetVideoModeAndFrameRate(IntBuffer pVideoMode, IntBuffer pFrameRate)
public FlyCapture2.Error GetVideoModeAndFrameRate(int[] pVideoMode, int[] pFrameRate)
public FlyCapture2.Error SetVideoModeAndFrameRate(int videoMode, int frameRate)
videoMode - Video mode to set to camera.frameRate - Frame rate to set to camera.GetVideoModeAndFrameRateInfo(),
GetVideoModeAndFrameRate()public FlyCapture2.Error GetFormat7Info(FlyCapture2.Format7Info pInfo, BoolPointer pSupported)
pInfo - Structure to be filled with the capabilities of the
specified mode and the current state in the specified
mode.pSupported - Whether the specified mode is supported.ValidateFormat7Settings(),
GetFormat7Configuration(),
SetFormat7Configuration()public FlyCapture2.Error ValidateFormat7Settings(FlyCapture2.Format7ImageSettings pImageSettings, BoolPointer pSettingsAreValid, FlyCapture2.Format7PacketInfo pPacketInfo)
pImageSettings - Structure containing the image settings.pSettingsAreValid - Whether the settings are valid.pPacketInfo - Packet size information that can be used to
determine a valid packet size.GetFormat7Info(),
GetFormat7Configuration(),
SetFormat7Configuration()public FlyCapture2.Error GetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings, IntPointer pPacketSize, FloatPointer pPercentage)
pImageSettings - Current image settings.pPacketSize - Current packet size.pPercentage - Current packet size as a percentage.GetFormat7Info(),
ValidateFormat7Settings(),
SetFormat7Configuration(),
GetVideoModeAndFrameRate()public FlyCapture2.Error GetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings, IntBuffer pPacketSize, FloatBuffer pPercentage)
public FlyCapture2.Error GetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings, int[] pPacketSize, float[] pPercentage)
public FlyCapture2.Error SetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings, int packetSize)
pImageSettings - Image settings to be written to the camera.packetSize - Packet size to be written to the camera.GetFormat7Info(),
ValidateFormat7Settings(),
GetFormat7Configuration()public FlyCapture2.Error SetFormat7Configuration(FlyCapture2.Format7ImageSettings pImageSettings, float percentSpeed)
pImageSettings - Image settings to be written to the camera.percentSpeed - Percentage of packet size to be written to
the camera.GetFormat7Info(),
ValidateFormat7Settings(),
GetFormat7Configuration()public FlyCapture2.Error Connect(FlyCapture2.PGRGuid pGuid)
Connect in class FlyCapture2.CameraBasepGuid - The unique identifier for a specific camera on the PC.BusManager::GetCameraFromIndex(),
BusManager::GetCameraFromSerialNumber()public FlyCapture2.Error Connect()
Connect in class FlyCapture2.CameraBasepublic FlyCapture2.Error Disconnect()
FlyCapture2.CameraBaseDisconnect in class FlyCapture2.CameraBaseFlyCapture2.CameraBase.Connect()public boolean IsConnected()
FlyCapture2.CameraBaseIsConnected in class FlyCapture2.CameraBaseFlyCapture2.CameraBase.Connect(),
FlyCapture2.CameraBase.Disconnect()public FlyCapture2.Error SetCallback(FlyCapture2.ImageEventCallback callbackFn, Pointer pCallbackData)
FlyCapture2.CameraBaseSetCallback in class FlyCapture2.CameraBasecallbackFn - A function to be called when a new image is
received.pCallbackData - A pointer to data that can be passed to the
callback function.FlyCapture2.CameraBase.StartCapture()public FlyCapture2.Error SetCallback(FlyCapture2.ImageEventCallback callbackFn)
SetCallback in class FlyCapture2.CameraBasepublic FlyCapture2.Error StartCapture(FlyCapture2.ImageEventCallback callbackFn, Pointer pCallbackData)
FlyCapture2.CameraBaseStartCapture in class FlyCapture2.CameraBasecallbackFn - 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(),
FlyCapture2.CameraBase.StopCapture()public FlyCapture2.Error StartCapture()
StartCapture in class FlyCapture2.CameraBasepublic static FlyCapture2.Error StartSyncCapture(int numCameras, PointerPointer ppCameras, FlyCapture2.ImageEventCallback pCallbackFns, PointerPointer pCallbackDataArray)
public static FlyCapture2.Error StartSyncCapture(int numCameras, FlyCapture2.Camera ppCameras)
public static FlyCapture2.Error StartSyncCapture(int numCameras, FlyCapture2.Camera ppCameras, FlyCapture2.ImageEventCallback pCallbackFns, Pointer pCallbackDataArray)
public FlyCapture2.Error RetrieveBuffer(FlyCapture2.Image pImage)
FlyCapture2.CameraBaseRetrieveBuffer in class FlyCapture2.CameraBasepImage - Pointer to Image object to store image data.FlyCapture2.CameraBase.StartCapture(),
FlyCapture2.CameraBase.StopCapture()public FlyCapture2.Error StopCapture()
FlyCapture2.CameraBaseStopCapture in class FlyCapture2.CameraBaseFlyCapture2.CameraBase.StartCapture(),
RetrieveBuffer()public FlyCapture2.Error WaitForBufferEvent(FlyCapture2.Image pImage, int eventNumber)
FlyCapture2.CameraBaseWaitForBufferEvent in class FlyCapture2.CameraBasepImage - Pointer to Image object to store image data.eventNumber - The event number to wait for.FlyCapture2.CameraBase.StartCapture(),
RetrieveBuffer(),
FlyCapture2.CameraBase.StopCapture()public FlyCapture2.Error SetUserBuffers(BytePointer pMemBuffers, int size, int numBuffers)
FlyCapture2.CameraBaseSetUserBuffers in class FlyCapture2.CameraBasepMemBuffers - Pointer to memory buffers to be written to.size - The size of each buffer (in bytes).numBuffers - Number of buffers in the array.FlyCapture2.CameraBase.StartCapture(),
RetrieveBuffer(),
FlyCapture2.CameraBase.StopCapture()public FlyCapture2.Error SetUserBuffers(ByteBuffer pMemBuffers, int size, int numBuffers)
SetUserBuffers in class FlyCapture2.CameraBasepublic FlyCapture2.Error SetUserBuffers(byte[] pMemBuffers, int size, int numBuffers)
SetUserBuffers in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetConfiguration(FlyCapture2.FC2Config pConfig)
FlyCapture2.CameraBaseGetConfiguration in class FlyCapture2.CameraBasepConfig - Pointer to the configuration structure to be filled.SetConfiguration()public FlyCapture2.Error SetConfiguration(FlyCapture2.FC2Config pConfig)
FlyCapture2.CameraBaseSetConfiguration in class FlyCapture2.CameraBasepConfig - Pointer to the configuration structure to be used.GetConfiguration()public FlyCapture2.Error GetCameraInfo(FlyCapture2.CameraInfo pCameraInfo)
FlyCapture2.CameraBaseGetCameraInfo in class FlyCapture2.CameraBasepCameraInfo - Pointer to the camera information structure
to be filled.public FlyCapture2.Error GetPropertyInfo(FlyCapture2.PropertyInfo pPropInfo)
FlyCapture2.CameraBaseGetPropertyInfo in class FlyCapture2.CameraBasepPropInfo - Pointer to the PropertyInfo structure to be filled.GetProperty(),
SetProperty()public FlyCapture2.Error GetProperty(FlyCapture2.Property pProp)
FlyCapture2.CameraBaseGetProperty in class FlyCapture2.CameraBasepProp - Pointer to the Property structure to be filled.GetPropertyInfo(),
SetProperty()public FlyCapture2.Error SetProperty(FlyCapture2.Property pProp, boolean broadcast)
FlyCapture2.CameraBaseSetProperty in class FlyCapture2.CameraBasepProp - Pointer to the Property structure to be used.broadcast - Whether the action should be broadcast.GetPropertyInfo(),
GetProperty()public FlyCapture2.Error SetProperty(FlyCapture2.Property pProp)
SetProperty in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetGPIOPinDirection(int pin, IntPointer pDirection)
FlyCapture2.CameraBaseGetGPIOPinDirection in class FlyCapture2.CameraBasepin - Pin to get the direction for.pDirection - Direction of the pin. 0 for input, 1 for output.SetGPIOPinDirection()public FlyCapture2.Error GetGPIOPinDirection(int pin, IntBuffer pDirection)
GetGPIOPinDirection in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetGPIOPinDirection(int pin, int[] pDirection)
GetGPIOPinDirection in class FlyCapture2.CameraBasepublic FlyCapture2.Error SetGPIOPinDirection(int pin, int direction, boolean broadcast)
FlyCapture2.CameraBaseSetGPIOPinDirection in class FlyCapture2.CameraBasepin - 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()public FlyCapture2.Error SetGPIOPinDirection(int pin, int direction)
SetGPIOPinDirection in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetTriggerModeInfo(FlyCapture2.TriggerModeInfo pTriggerModeInfo)
FlyCapture2.CameraBaseGetTriggerModeInfo in class FlyCapture2.CameraBasepTriggerModeInfo - Structure to receive trigger information.GetTriggerMode(),
SetTriggerMode(),
GetTriggerDelayInfo(),
GetTriggerDelay(),
SetTriggerDelay()public FlyCapture2.Error GetTriggerMode(FlyCapture2.TriggerMode pTriggerMode)
FlyCapture2.CameraBaseGetTriggerMode in class FlyCapture2.CameraBasepTriggerMode - Structure to receive trigger mode settings.GetTriggerModeInfo(),
SetTriggerMode(),
GetTriggerDelayInfo(),
GetTriggerDelay(),
SetTriggerDelay()public FlyCapture2.Error SetTriggerMode(FlyCapture2.TriggerMode pTriggerMode, boolean broadcast)
FlyCapture2.CameraBaseSetTriggerMode in class FlyCapture2.CameraBasepTriggerMode - Structure providing trigger mode settings.broadcast - Whether the action should be broadcast.GetTriggerModeInfo(),
GetTriggerMode(),
GetTriggerDelayInfo(),
GetTriggerDelay(),
SetTriggerDelay()public FlyCapture2.Error SetTriggerMode(FlyCapture2.TriggerMode pTriggerMode)
SetTriggerMode in class FlyCapture2.CameraBasepublic FlyCapture2.Error FireSoftwareTrigger(boolean broadcast)
FlyCapture2.CameraBaseFireSoftwareTrigger in class FlyCapture2.CameraBasebroadcast - Whether the action should be broadcast.public FlyCapture2.Error FireSoftwareTrigger()
FireSoftwareTrigger in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetTriggerDelayInfo(FlyCapture2.PropertyInfo pTriggerDelayInfo)
FlyCapture2.CameraBaseGetTriggerDelayInfo in class FlyCapture2.CameraBasepTriggerDelayInfo - Structure to receive trigger delay information.GetTriggerModeInfo(),
GetTriggerMode(),
SetTriggerMode(),
GetTriggerDelay(),
SetTriggerDelay()public FlyCapture2.Error GetTriggerDelay(FlyCapture2.Property pTriggerDelay)
FlyCapture2.CameraBaseGetTriggerDelay in class FlyCapture2.CameraBasepTriggerDelay - Structure to receive trigger delay settings.GetTriggerModeInfo(),
GetTriggerMode(),
SetTriggerMode(),
GetTriggerDelayInfo(),
SetTriggerDelay()public FlyCapture2.Error SetTriggerDelay(FlyCapture2.Property pTriggerDelay, boolean broadcast)
FlyCapture2.CameraBaseSetTriggerDelay in class FlyCapture2.CameraBasepTriggerDelay - Structure providing trigger delay settings.broadcast - Whether the action should be broadcast.GetTriggerModeInfo(),
GetTriggerMode(),
SetTriggerMode(),
GetTriggerDelayInfo(),
GetTriggerDelay()public FlyCapture2.Error SetTriggerDelay(FlyCapture2.Property pTriggerDelay)
SetTriggerDelay in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetStrobeInfo(FlyCapture2.StrobeInfo pStrobeInfo)
FlyCapture2.CameraBaseGetStrobeInfo in class FlyCapture2.CameraBasepStrobeInfo - Structure to receive strobe information.GetStrobe(),
SetStrobe()public FlyCapture2.Error GetStrobe(FlyCapture2.StrobeControl pStrobeControl)
FlyCapture2.CameraBaseGetStrobe in class FlyCapture2.CameraBasepStrobeControl - Structure to receive strobe settings.GetStrobeInfo(),
SetStrobe()public FlyCapture2.Error SetStrobe(FlyCapture2.StrobeControl pStrobeControl, boolean broadcast)
FlyCapture2.CameraBaseSetStrobe in class FlyCapture2.CameraBasepStrobeControl - Structure providing strobe settings.broadcast - Whether the action should be broadcast.GetStrobeInfo(),
GetStrobe()public FlyCapture2.Error SetStrobe(FlyCapture2.StrobeControl pStrobeControl)
SetStrobe in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetLUTInfo(FlyCapture2.LUTData pData)
FlyCapture2.CameraBaseGetLUTInfo in class FlyCapture2.CameraBasepData - The LUT structure to be filled.EnableLUT(),
GetLUTChannel(),
SetLUTChannel()public FlyCapture2.Error GetLUTBankInfo(int bank, BoolPointer pReadSupported, BoolPointer pWriteSupported)
FlyCapture2.CameraBaseGetLUTBankInfo in class FlyCapture2.CameraBasebank - The bank to query.pReadSupported - Whether reading from the bank is supported.pWriteSupported - Whether writing to the bank is supported.public FlyCapture2.Error GetActiveLUTBank(IntPointer pActiveBank)
FlyCapture2.CameraBaseGetActiveLUTBank in class FlyCapture2.CameraBasepActiveBank - The currently active bank.public FlyCapture2.Error GetActiveLUTBank(IntBuffer pActiveBank)
GetActiveLUTBank in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetActiveLUTBank(int[] pActiveBank)
GetActiveLUTBank in class FlyCapture2.CameraBasepublic FlyCapture2.Error SetActiveLUTBank(int activeBank)
FlyCapture2.CameraBaseSetActiveLUTBank in class FlyCapture2.CameraBaseactiveBank - The bank to be set as active.public FlyCapture2.Error EnableLUT(boolean on)
FlyCapture2.CameraBaseEnableLUT in class FlyCapture2.CameraBaseon - Whether to enable or disable LUT.GetLUTInfo(),
GetLUTChannel(),
SetLUTChannel()public FlyCapture2.Error GetLUTChannel(int bank, int channel, int sizeEntries, IntPointer pEntries)
FlyCapture2.CameraBaseGetLUTChannel in class FlyCapture2.CameraBasebank - 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()public FlyCapture2.Error GetLUTChannel(int bank, int channel, int sizeEntries, IntBuffer pEntries)
GetLUTChannel in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetLUTChannel(int bank, int channel, int sizeEntries, int[] pEntries)
GetLUTChannel in class FlyCapture2.CameraBasepublic FlyCapture2.Error SetLUTChannel(int bank, int channel, int sizeEntries, IntPointer pEntries)
FlyCapture2.CameraBaseSetLUTChannel in class FlyCapture2.CameraBasebank - 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()public FlyCapture2.Error SetLUTChannel(int bank, int channel, int sizeEntries, IntBuffer pEntries)
SetLUTChannel in class FlyCapture2.CameraBasepublic FlyCapture2.Error SetLUTChannel(int bank, int channel, int sizeEntries, int[] pEntries)
SetLUTChannel in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetMemoryChannel(IntPointer pCurrentChannel)
FlyCapture2.CameraBaseGetMemoryChannel in class FlyCapture2.CameraBasepCurrentChannel - Current memory channel.SaveToMemoryChannel(),
RestoreFromMemoryChannel(),
GetMemoryChannelInfo()public FlyCapture2.Error GetMemoryChannel(IntBuffer pCurrentChannel)
GetMemoryChannel in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetMemoryChannel(int[] pCurrentChannel)
GetMemoryChannel in class FlyCapture2.CameraBasepublic FlyCapture2.Error SaveToMemoryChannel(int channel)
FlyCapture2.CameraBaseSaveToMemoryChannel in class FlyCapture2.CameraBasechannel - Memory channel to save to.GetMemoryChannel(),
RestoreFromMemoryChannel(),
GetMemoryChannelInfo()public FlyCapture2.Error RestoreFromMemoryChannel(int channel)
FlyCapture2.CameraBaseRestoreFromMemoryChannel in class FlyCapture2.CameraBasechannel - Memory channel to restore from.GetMemoryChannel(),
SaveToMemoryChannel(),
GetMemoryChannelInfo()public FlyCapture2.Error GetMemoryChannelInfo(IntPointer pNumChannels)
FlyCapture2.CameraBaseGetMemoryChannelInfo in class FlyCapture2.CameraBasepNumChannels - Number of memory channels supported.GetMemoryChannel(),
SaveToMemoryChannel(),
RestoreFromMemoryChannel()public FlyCapture2.Error GetMemoryChannelInfo(IntBuffer pNumChannels)
GetMemoryChannelInfo in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetMemoryChannelInfo(int[] pNumChannels)
GetMemoryChannelInfo in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetEmbeddedImageInfo(FlyCapture2.EmbeddedImageInfo pInfo)
FlyCapture2.CameraBaseGetEmbeddedImageInfo in class FlyCapture2.CameraBasepInfo - Structure to be filled.SetEmbeddedImageInfo()public FlyCapture2.Error SetEmbeddedImageInfo(FlyCapture2.EmbeddedImageInfo pInfo)
FlyCapture2.CameraBaseSetEmbeddedImageInfo in class FlyCapture2.CameraBasepInfo - Structure to be used.GetEmbeddedImageInfo()public FlyCapture2.Error WriteRegister(int address, int value, boolean broadcast)
FlyCapture2.CameraBaseWriteRegister in class FlyCapture2.CameraBaseaddress - DCAM address to be written to.value - The value to be written.broadcast - Whether the action should be broadcast.ReadRegister()public FlyCapture2.Error WriteRegister(int address, int value)
WriteRegister in class FlyCapture2.CameraBasepublic FlyCapture2.Error ReadRegister(int address, IntPointer pValue)
FlyCapture2.CameraBaseReadRegister in class FlyCapture2.CameraBaseaddress - DCAM address to be read from.pValue - The value that is read.WriteRegister()public FlyCapture2.Error ReadRegister(int address, IntBuffer pValue)
ReadRegister in class FlyCapture2.CameraBasepublic FlyCapture2.Error ReadRegister(int address, int[] pValue)
ReadRegister in class FlyCapture2.CameraBasepublic FlyCapture2.Error WriteRegisterBlock(short addressHigh, int addressLow, IntPointer pBuffer, int length)
FlyCapture2.CameraBaseWriteRegisterBlock in class FlyCapture2.CameraBaseaddressHigh - 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()public FlyCapture2.Error WriteRegisterBlock(short addressHigh, int addressLow, IntBuffer pBuffer, int length)
WriteRegisterBlock in class FlyCapture2.CameraBasepublic FlyCapture2.Error WriteRegisterBlock(short addressHigh, int addressLow, int[] pBuffer, int length)
WriteRegisterBlock in class FlyCapture2.CameraBasepublic FlyCapture2.Error ReadRegisterBlock(short addressHigh, int addressLow, IntPointer pBuffer, int length)
FlyCapture2.CameraBaseReadRegisterBlock in class FlyCapture2.CameraBaseaddressHigh - 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()public FlyCapture2.Error ReadRegisterBlock(short addressHigh, int addressLow, IntBuffer pBuffer, int length)
ReadRegisterBlock in class FlyCapture2.CameraBasepublic FlyCapture2.Error ReadRegisterBlock(short addressHigh, int addressLow, int[] pBuffer, int length)
ReadRegisterBlock in class FlyCapture2.CameraBasepublic static BytePointer GetRegisterString(int registerVal)
public FlyCapture2.Error GetCycleTime(FlyCapture2.TimeStamp timeStamp)
FlyCapture2.CameraBaseGetCycleTime in class FlyCapture2.CameraBasepublic FlyCapture2.Error GetStats(FlyCapture2.CameraStats pStats)
GetStats in class FlyCapture2.CameraBasepublic FlyCapture2.Error ResetStats()
ResetStats in class FlyCapture2.CameraBaseCopyright © 2014. All Rights Reserved.