@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.FC2Config extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FC2Config() |
FC2Config(int size)
Native array allocator.
|
FC2Config(Pointer p)
Pointer cast constructor.
|
| 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 FC2Config(Pointer p)
Pointer.Pointer(Pointer).public FC2Config(int size)
Pointer.position(int).public FC2Config()
public FlyCapture2.FC2Config position(int position)
@Cast(value="unsigned int") public int numBuffers()
public FlyCapture2.FC2Config numBuffers(int numBuffers)
@Cast(value="unsigned int") public int numImageNotifications()
public FlyCapture2.FC2Config numImageNotifications(int numImageNotifications)
@Cast(value="unsigned int") public int minNumImageNotifications()
public FlyCapture2.FC2Config minNumImageNotifications(int minNumImageNotifications)
public int grabTimeout()
public FlyCapture2.FC2Config grabTimeout(int grabTimeout)
@Cast(value="FlyCapture2::GrabMode") public int grabMode()
public FlyCapture2.FC2Config grabMode(int grabMode)
@Cast(value="bool") public boolean highPerformanceRetrieveBuffer()
public FlyCapture2.FC2Config highPerformanceRetrieveBuffer(boolean highPerformanceRetrieveBuffer)
@Cast(value="FlyCapture2::BusSpeed") public int isochBusSpeed()
public FlyCapture2.FC2Config isochBusSpeed(int isochBusSpeed)
@Cast(value="FlyCapture2::BusSpeed") public int asyncBusSpeed()
public FlyCapture2.FC2Config asyncBusSpeed(int asyncBusSpeed)
@Cast(value="FlyCapture2::BandwidthAllocation") public int bandwidthAllocation()
public FlyCapture2.FC2Config bandwidthAllocation(int bandwidthAllocation)
@Cast(value="unsigned int") public int registerTimeoutRetries()
public FlyCapture2.FC2Config registerTimeoutRetries(int registerTimeoutRetries)
@Cast(value="unsigned int") public int registerTimeout()
public FlyCapture2.FC2Config registerTimeout(int registerTimeout)
public FlyCapture2.FC2Config reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2015. All Rights Reserved.