public static class FlyCapture2_C.fc2Config extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
fc2Config()
Default native constructor.
|
fc2Config(long size)
Native array allocator.
|
fc2Config(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
asyncBusSpeed()
Asynchronous bus speed.
|
FlyCapture2_C.fc2Config |
asyncBusSpeed(int asyncBusSpeed) |
int |
bandwidthAllocation()
Bandwidth allocation flag that tells the camera the bandwidth
allocation strategy to employ.
|
FlyCapture2_C.fc2Config |
bandwidthAllocation(int bandwidthAllocation) |
int |
grabMode()
Grab mode for the camera.
|
FlyCapture2_C.fc2Config |
grabMode(int grabMode) |
int |
grabTimeout()
Time in milliseconds that RetrieveBuffer() and WaitForBufferEvent()
will wait for an image before timing out and returning.
|
FlyCapture2_C.fc2Config |
grabTimeout(int grabTimeout) |
int |
highPerformanceRetrieveBuffer()
This parameter enables RetrieveBuffer to run in high
performance mode.
|
FlyCapture2_C.fc2Config |
highPerformanceRetrieveBuffer(int highPerformanceRetrieveBuffer) |
int |
isochBusSpeed()
Isochronous bus speed.
|
FlyCapture2_C.fc2Config |
isochBusSpeed(int isochBusSpeed) |
int |
minNumImageNotifications()
Minimum number of notifications needed for the current image
settings on the camera.
|
FlyCapture2_C.fc2Config |
minNumImageNotifications(int minNumImageNotifications) |
int |
numBuffers()
Number of buffers used by the FlyCapture2 library to grab images.
|
FlyCapture2_C.fc2Config |
numBuffers(int numBuffers) |
int |
numImageNotifications()
Number of notifications per image.
|
FlyCapture2_C.fc2Config |
numImageNotifications(int numImageNotifications) |
FlyCapture2_C.fc2Config |
position(long position) |
int |
registerTimeout()
Register read/write timeout value, in microseconds.
|
FlyCapture2_C.fc2Config |
registerTimeout(int registerTimeout) |
int |
registerTimeoutRetries()
Number of retries to perform when a register read/write timeout
is received by the library.
|
FlyCapture2_C.fc2Config |
registerTimeoutRetries(int registerTimeoutRetries) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use
|
FlyCapture2_C.fc2Config |
reserved(int i,
int reserved) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic fc2Config()
public fc2Config(long size)
Pointer.position(long).public fc2Config(Pointer p)
Pointer.Pointer(Pointer).public FlyCapture2_C.fc2Config position(long position)
@Cast(value="unsigned int") public int numBuffers()
public FlyCapture2_C.fc2Config numBuffers(int numBuffers)
@Cast(value="unsigned int") public int numImageNotifications()
public FlyCapture2_C.fc2Config numImageNotifications(int numImageNotifications)
@Cast(value="unsigned int") public int minNumImageNotifications()
public FlyCapture2_C.fc2Config minNumImageNotifications(int minNumImageNotifications)
public int grabTimeout()
public FlyCapture2_C.fc2Config grabTimeout(int grabTimeout)
@Cast(value="fc2GrabMode") public int grabMode()
public FlyCapture2_C.fc2Config grabMode(int grabMode)
@Cast(value="BOOL") public int highPerformanceRetrieveBuffer()
public FlyCapture2_C.fc2Config highPerformanceRetrieveBuffer(int highPerformanceRetrieveBuffer)
public FlyCapture2_C.fc2Config isochBusSpeed(int isochBusSpeed)
public FlyCapture2_C.fc2Config asyncBusSpeed(int asyncBusSpeed)
@Cast(value="fc2BandwidthAllocation") public int bandwidthAllocation()
public FlyCapture2_C.fc2Config bandwidthAllocation(int bandwidthAllocation)
@Cast(value="unsigned int") public int registerTimeoutRetries()
public FlyCapture2_C.fc2Config registerTimeoutRetries(int registerTimeoutRetries)
@Cast(value="unsigned int") public int registerTimeout()
public FlyCapture2_C.fc2Config registerTimeout(int registerTimeout)
public FlyCapture2_C.fc2Config reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.