public static class FlyCapture2.FC2Config extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FlyCapture2.FC2Config() |
FlyCapture2.FC2Config(int size) |
FlyCapture2.FC2Config(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
asyncBusSpeed()
Asynchronous bus speed.
|
FlyCapture2.FC2Config |
asyncBusSpeed(int asyncBusSpeed) |
int |
bandwidthAllocation()
Bandwidth allocation flag that tells the camera the bandwidth
allocation strategy to employ.
|
FlyCapture2.FC2Config |
bandwidthAllocation(int bandwidthAllocation) |
int |
grabMode()
Grab mode for the camera.
|
FlyCapture2.FC2Config |
grabMode(int grabMode) |
int |
grabTimeout()
Time in milliseconds that RetrieveBuffer() and WaitForBufferEvent()
will wait for an image before timing out and returning.
|
FlyCapture2.FC2Config |
grabTimeout(int grabTimeout) |
boolean |
highPerformanceRetrieveBuffer()
This parameter enables RetireveBuffer to run in high
performance mode.
|
FlyCapture2.FC2Config |
highPerformanceRetrieveBuffer(boolean highPerformanceRetrieveBuffer) |
int |
isochBusSpeed()
Isochronous bus speed.
|
FlyCapture2.FC2Config |
isochBusSpeed(int isochBusSpeed) |
int |
minNumImageNotifications()
Minimum number of notifications needed for the current image
settings on the camera.
|
FlyCapture2.FC2Config |
minNumImageNotifications(int minNumImageNotifications) |
int |
numBuffers()
Number of buffers used by the FlyCapture2 library to grab images.
|
FlyCapture2.FC2Config |
numBuffers(int numBuffers) |
int |
numImageNotifications()
Number of notifications per image.
|
FlyCapture2.FC2Config |
numImageNotifications(int numImageNotifications) |
FlyCapture2.FC2Config |
position(int position) |
int |
registerTimeout()
Register read/write timeout value, in microseconds.
|
FlyCapture2.FC2Config |
registerTimeout(int registerTimeout) |
int |
registerTimeoutRetries()
Number of retries to perform when a register read/write timeout
is received by the library.
|
FlyCapture2.FC2Config |
registerTimeoutRetries(int registerTimeoutRetries) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use
|
FlyCapture2.FC2Config |
reserved(int i,
int reserved) |
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 FlyCapture2.FC2Config(Pointer p)
public FlyCapture2.FC2Config(int size)
public FlyCapture2.FC2Config()
public FlyCapture2.FC2Config position(int position)
public int numBuffers()
public FlyCapture2.FC2Config numBuffers(int numBuffers)
public int numImageNotifications()
public FlyCapture2.FC2Config numImageNotifications(int numImageNotifications)
public int minNumImageNotifications()
public FlyCapture2.FC2Config minNumImageNotifications(int minNumImageNotifications)
public int grabTimeout()
public FlyCapture2.FC2Config grabTimeout(int grabTimeout)
public int grabMode()
public FlyCapture2.FC2Config grabMode(int grabMode)
public boolean highPerformanceRetrieveBuffer()
public FlyCapture2.FC2Config highPerformanceRetrieveBuffer(boolean highPerformanceRetrieveBuffer)
public int isochBusSpeed()
public FlyCapture2.FC2Config isochBusSpeed(int isochBusSpeed)
public int asyncBusSpeed()
public FlyCapture2.FC2Config asyncBusSpeed(int asyncBusSpeed)
public int bandwidthAllocation()
public FlyCapture2.FC2Config bandwidthAllocation(int bandwidthAllocation)
public int registerTimeoutRetries()
public FlyCapture2.FC2Config registerTimeoutRetries(int registerTimeoutRetries)
public int registerTimeout()
public FlyCapture2.FC2Config registerTimeout(int registerTimeout)
public int reserved(int i)
public FlyCapture2.FC2Config reserved(int i, int reserved)
public IntPointer reserved()
Copyright © 2014. All Rights Reserved.