| Package | Description |
|---|---|
| org.bytedeco.spinnaker.global |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinError |
Spinnaker_C._spinError.intern() |
static Spinnaker_C._spinError |
Spinnaker_C.quickSpinInit(spinCamera hCamera,
quickSpin pQuickSpin)
\defgroup CQuickSpinAccess QuickSpin Access
\brief The functions in this section initialize the various QuickSpin
structs for the C API.
|
static Spinnaker_C._spinError |
Spinnaker_C.quickSpinInitEx(spinCamera hCamera,
quickSpin pQuickSpin,
quickSpinTLDevice pQuickSpinTLDevice,
quickSpinTLStream pQuickSpinTLStream) |
static Spinnaker_C._spinError |
Spinnaker_C.quickSpinTLDeviceInit(spinCamera hCamera,
quickSpinTLDevice pQuickSpinTLDevice) |
static Spinnaker_C._spinError |
Spinnaker_C.quickSpinTLInterfaceInit(spinInterface hInterface,
quickSpinTLInterface pQuickSpinTLInterface) |
static Spinnaker_C._spinError |
Spinnaker_C.quickSpinTLStreamInit(spinCamera hCamera,
quickSpinTLStream pQuickSpinTLStream) |
static Spinnaker_C._spinError |
Spinnaker_C.spinArrivalEventCreate(spinArrivalEvent phArrivalEvent,
spinArrivalEventFunction pFunction,
Pointer pUserData)
Creates an arrival event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinArrivalEventDestroy(spinArrivalEvent hArrivalEvent)
Destroys an arrival event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinBooleanGetValue(spinNodeHandle hNode,
byte[] pbValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinBooleanGetValue(spinNodeHandle hNode,
BytePointer pbValue)
Retrieves the value of a boolean node; boolean values are represented by 'True' (which equals '0') and 'False' (which equals '1')
|
static Spinnaker_C._spinError |
Spinnaker_C.spinBooleanSetValue(spinNodeHandle hNode,
byte value)
Sets the value of a boolean node; boolean values are represented by 'True' (which equals '0') and 'False' (which equals '1')
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraBeginAcquisition(spinCamera hCamera)
Has a camera start acquiring images
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraDeInit(spinCamera hCamera)
Deinitializes a camera, greatly reducing functionality
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraDiscoverMaxPacketSize(spinCamera hCamera,
int[] pMaxPacketSize) |
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraDiscoverMaxPacketSize(spinCamera hCamera,
IntPointer pMaxPacketSize)
Returns the largest packet size that can be safely used on the interface that device is connected to.
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraEndAcquisition(spinCamera hCamera)
Has a camera stop acquiring images
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraGetAccessMode(spinCamera hCamera,
int[] pAccessMode) |
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraGetAccessMode(spinCamera hCamera,
IntPointer pAccessMode)
Retrieves the access mode of a camera (as an enum, spinAccessMode)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraGetGuiXml(spinCamera hCamera,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraGetGuiXml(spinCamera hCamera,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the GUI XML from a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraGetNextImage(spinCamera hCamera,
spinImage phImage)
Retrieves an image from a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraGetNextImageEx(spinCamera hCamera,
int grabTimeout,
spinImage phImage)
Retrieves an image from a camera; manually set the timeout in milliseconds
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraGetNodeMap(spinCamera hCamera,
spinNodeMapHandle phNodeMap)
Retrieves the GenICam nodemap from a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraGetTLDeviceNodeMap(spinCamera hCamera,
spinNodeMapHandle phNodeMap)
Retrieves the transport layer device nodemap from a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraGetTLStreamNodeMap(spinCamera hCamera,
spinNodeMapHandle phNodeMap)
Retrieves the transport layer stream nodemap from a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraGetUniqueID(spinCamera hCamera,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraGetUniqueID(spinCamera hCamera,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves a unique identifier for a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraInit(spinCamera hCamera)
Initializes a camera, allowing for much more interaction
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraIsInitialized(spinCamera hCamera,
byte[] pbInit) |
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraIsInitialized(spinCamera hCamera,
BytePointer pbInit)
Checks whether a camera is currently initialized
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraIsStreaming(spinCamera hCamera,
byte[] pbIsStreaming) |
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraIsStreaming(spinCamera hCamera,
BytePointer pbIsStreaming)
Checks whether a camera is currently acquiring images
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraIsValid(spinCamera hCamera,
byte[] pbValid) |
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraIsValid(spinCamera hCamera,
BytePointer pbValid)
Checks whether a camera is still valid for use
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraListAppend(spinCameraList hCameraListBase,
spinCameraList hCameraListToAppend)
Appends all the cameras from one camera list to another
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraListClear(spinCameraList hCameraList)
Clears a camera list
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraListCreateEmpty(spinCameraList phCameraList)
Creates an empty camera list (camera lists created this way must be destroyed)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraListDestroy(spinCameraList hCameraList)
Destroys a camera list
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraListGet(spinCameraList hCameraList,
long index,
spinCamera phCamera)
Retrieves a camera from a camera list using an index.
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraListGetBySerial(spinCameraList hCameraList,
BytePointer pSerial,
spinCamera phCamera)
Retrieves a camera from a camera list using its serial number.
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraListGetSize(spinCameraList hCameraList,
SizeTPointer pSize)
Retrieves the number of cameras on a camera list
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraListRemove(spinCameraList hCameraList,
long index)
Removes a camera from a camera list using its index
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraListRemoveBySerial(spinCameraList hCameraList,
BytePointer pSerial)
Removes a camera from a camera list using its serial number
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraReadPort(spinCamera hCamera,
int iAddress,
Pointer pBuffer,
long iSize) |
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraRegisterDeviceEvent(spinCamera hCamera,
spinDeviceEvent hDeviceEvent)
Registers a universal device event (every device event type) to a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraRegisterDeviceEventEx(spinCamera hCamera,
spinDeviceEvent hDeviceEvent,
BytePointer pName)
Registers a specific device event (only one device event type) to a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraRegisterImageEvent(spinCamera hCamera,
spinImageEvent hImageEvent)
Registers an image event to a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraRelease(spinCamera hCamera)
Releases a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraUnregisterDeviceEvent(spinCamera hCamera,
spinDeviceEvent hDeviceEvent)
Unregisters a device event from a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraUnregisterImageEvent(spinCamera hCamera,
spinImageEvent hImageEvent)
Unregisters an image event from a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraWritePort(spinCamera hCamera,
int iAddress,
Pointer pBuffer,
long iSize) |
static Spinnaker_C._spinError |
Spinnaker_C.spinCategoryGetFeatureByIndex(spinNodeHandle hNode,
long index,
spinNodeHandle phFeature)
Retrieves a node from a category node using an index
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCategoryGetNumFeatures(spinNodeHandle hNode,
SizeTPointer pValue)
Retrieves the number of a features (or child nodes) or a category node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCommandExecute(spinNodeHandle hNode)
Executes the action associated to a command node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCommandIsDone(spinNodeHandle hNode,
byte[] pbValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinCommandIsDone(spinNodeHandle hNode,
BytePointer pbValue)
Retrieves whether or not the action of a command node has completed
|
static Spinnaker_C._spinError |
Spinnaker_C.spinDeviceEventCreate(spinDeviceEvent phDeviceEvent,
spinDeviceEventFunction pFunction,
Pointer pUserData)
Creates a device event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinDeviceEventDestroy(spinDeviceEvent hDeviceEvent)
Destroys a device event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinDeviceEventGetId(spinDeviceEventData hDeviceEventData,
int[] pEventId) |
static Spinnaker_C._spinError |
Spinnaker_C.spinDeviceEventGetId(spinDeviceEventData hDeviceEventData,
IntPointer pEventId)
Retrieves the event ID of a device event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinDeviceEventGetName(spinDeviceEventData hDeviceEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinDeviceEventGetName(spinDeviceEventData hDeviceEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the event name of a device event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinDeviceEventGetPayloadData(spinDeviceEventData hDeviceEventData,
byte[] pBuf,
SizeTPointer pBufSize) |
static Spinnaker_C._spinError |
Spinnaker_C.spinDeviceEventGetPayloadData(spinDeviceEventData hDeviceEventData,
BytePointer pBuf,
SizeTPointer pBufSize)
Retrieves the payload data of a device event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinDeviceEventGetPayloadDataSize(spinDeviceEventData hDeviceEventData,
SizeTPointer pBufSize)
Retrieves the payload data size of a device event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinEnumerationEntryGetEnumValue(spinNodeHandle hNode,
SizeTPointer pValue)
Retrieves the enum value (as an integer) of an entry node; note that enumeraiton entry int and enum values are different - int values defined on camera, enum values found in SpinnakerDefsC.h
|
static Spinnaker_C._spinError |
Spinnaker_C.spinEnumerationEntryGetIntValue(spinNodeHandle hNode,
long[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinEnumerationEntryGetIntValue(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the integer value of an entry node; note that enumeration entry int and enum values are different - int values defined on camera, enum values found in SpinnakerDefsC.h
|
static Spinnaker_C._spinError |
Spinnaker_C.spinEnumerationEntryGetSymbolic(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinEnumerationEntryGetSymbolic(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the symbolic of an entry node as a c-string
|
static Spinnaker_C._spinError |
Spinnaker_C.spinEnumerationGetCurrentEntry(spinNodeHandle hNode,
spinNodeHandle phEntry)
Retrieves the currently selected entry node from an enum node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinEnumerationGetEntryByIndex(spinNodeHandle hNode,
long index,
spinNodeHandle phEntry)
Retrieves an entry node from an enum node using an index
|
static Spinnaker_C._spinError |
Spinnaker_C.spinEnumerationGetEntryByName(spinNodeHandle hNode,
BytePointer pName,
spinNodeHandle phEntry)
Retrieves an entry node from an enum node using the entry's symbolic
|
static Spinnaker_C._spinError |
Spinnaker_C.spinEnumerationGetNumEntries(spinNodeHandle hNode,
SizeTPointer pValue)
Retrieves the number of entries of an enum node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinEnumerationSetEnumValue(spinNodeHandle hNode,
long value)
Sets a new entry using its enum; note that enumeration entry int and enum values are different - int values defined on camera, enum values found in SpinnakerDefsC.h
|
static Spinnaker_C._spinError |
Spinnaker_C.spinEnumerationSetIntValue(spinNodeHandle hNode,
long value)
Sets a new entry using its integer value retrieved from a call to spinEnumerationEntryGetIntValue(); note that enumeration entry int and enum values are different - int values defined on camera, enum values found in SpinnakerDefsC.h
|
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLast(int[] pError) |
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLast(IntPointer pError)
Retrieves the error code of the last error
|
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastBuildDate(byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastBuildDate(BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the build date of the last error
|
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastBuildTime(byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastBuildTime(BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the build time of the last error
|
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastFileName(byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastFileName(BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the filename of the last error
|
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastFullMessage(byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastFullMessage(BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the full error message of the last error
|
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastFunctionName(byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastFunctionName(BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the function name of the last error
|
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastLineNumber(long[] pLineNum) |
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastLineNumber(LongPointer pLineNum)
Retrieves the line number of the last error
|
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastMessage(byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinErrorGetLastMessage(BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the error message of the last error
|
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetMax(spinNodeHandle hNode,
double[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetMax(spinNodeHandle hNode,
DoublePointer pValue)
Retrieves the maximum value of a float node; all potential values must be lesser than or equal to the maximum
|
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetMin(spinNodeHandle hNode,
double[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetMin(spinNodeHandle hNode,
DoublePointer pValue)
Retrieves the minimum value of a float node; all potential values must be greater than or equal to the minimum
|
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetRepresentation(spinNodeHandle hNode,
int[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetRepresentation(spinNodeHandle hNode,
IntPointer pValue)
Retrieves the numerical representation of the value of a node; i.e.
|
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetUnit(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetUnit(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the units of the float node value
|
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetValue(spinNodeHandle hNode,
double[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetValue(spinNodeHandle hNode,
DoublePointer pValue)
Retrieves the value of a float node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetValueEx(spinNodeHandle hNode,
byte bVerify,
double[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatGetValueEx(spinNodeHandle hNode,
byte bVerify,
DoublePointer pValue)
Retrieves the value of a float node; manually set whether to verify the node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatSetValue(spinNodeHandle hNode,
double value)
Sets the value of a float node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinFloatSetValueEx(spinNodeHandle hNode,
byte bVerify,
double value)
Sets the value of a float node; manually set whether to verify the node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageCalculateStatistics(spinImage hImage,
spinImageStatistics hStatistics)
Calculates the image statistics of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageCheckCRC(spinImage hImage,
byte[] pbCheckCRC) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageCheckCRC(spinImage hImage,
BytePointer pbCheckCRC)
Checks whether the CRC of an image is correct
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageChunkDataGetFloatValue(spinImage hImage,
BytePointer pName,
double[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageChunkDataGetFloatValue(spinImage hImage,
BytePointer pName,
DoubleBuffer pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageChunkDataGetFloatValue(spinImage hImage,
BytePointer pName,
DoublePointer pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageChunkDataGetIntValue(spinImage hImage,
BytePointer pName,
long[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageChunkDataGetIntValue(spinImage hImage,
BytePointer pName,
LongBuffer pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageChunkDataGetIntValue(spinImage hImage,
BytePointer pName,
LongPointer pValue)
\defgroup CChunkData Chunk data access
\brief The functions in this section provide access to chunk data
stored on images.
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageConvert(spinImage hSrcImage,
int pixelFormat,
spinImage hDestImage)
Converts the pixel format of one image into a new image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageConvertEx(spinImage hSrcImage,
int pixelFormat,
int algorithm,
spinImage hDestImage)
Converts the pixel format and color processing algorithm of one image into a new image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageCreate(spinImage hSrcImage,
spinImage phDestImage)
Creates an image from another;
images created this way must be destroyed
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageCreateEmpty(spinImage phImage)
Creates an empty image;
images created this way must be destroyed
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageCreateEx(spinImage phImage,
long width,
long height,
long offsetX,
long offsetY,
int pixelFormat,
Pointer pData)
Creates an image with some set properties;
images created this way must be destroyed
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageDeepCopy(spinImage hSrcImage,
spinImage hDestImage)
Creates a deep copy of an image (the destination image must be created as an empty image prior to the deep copy)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageDestroy(spinImage hImage)
Destroys an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageEventCreate(spinImageEvent phImageEvent,
spinImageEventFunction pFunction,
Pointer pUserData)
Creates an image event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageEventDestroy(spinImageEvent hImageEvent)
Destroys an image event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetBitsPerPixel(spinImage hImage,
SizeTPointer pBitsPerPixel)
Retrieves the number of bits per pixel of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetBufferSize(spinImage hImage,
SizeTPointer pSize)
Retrieves the buffer size of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetChunkLayoutID(spinImage hImage,
int[] pId) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetChunkLayoutID(spinImage hImage,
IntPointer pId)
Retrieves the chunk layout ID of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetColorProcessing(spinImage hImage,
int[] pAlgorithm) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetColorProcessing(spinImage hImage,
IntPointer pAlgorithm)
Retrieves the color processing algorithm of a specific image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetData(spinImage hImage,
Pointer ppData) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetData(spinImage hImage,
PointerPointer ppData)
Retrieves the image data of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetDefaultColorProcessing(int[] pAlgorithm) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetDefaultColorProcessing(IntPointer pAlgorithm)
Retrieves the default color processing algorithm
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetFrameID(spinImage hImage,
int[] pFrameID) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetFrameID(spinImage hImage,
IntPointer pFrameID)
Retrieves the frame ID of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetHeight(spinImage hImage,
SizeTPointer pHeight)
Retrieves the height of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetID(spinImage hImage,
int[] pId) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetID(spinImage hImage,
IntPointer pId)
Retrieves the ID of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetOffsetX(spinImage hImage,
SizeTPointer pOffsetX)
Retrieves the offset of an image along its X axis
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetOffsetY(spinImage hImage,
SizeTPointer pOffsetY)
Retrieves the offset of an image along its Y axis
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetPaddingX(spinImage hImage,
SizeTPointer pPaddingX)
Retrieves the padding of an image along its X axis
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetPaddingY(spinImage hImage,
SizeTPointer pPaddingY)
Retrieves the padding of an image along its Y axis
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetPayloadType(spinImage hImage,
SizeTPointer pPayloadType)
Retrieves the payload type of an image (as an enum, spinPayloadTypeInfoIds)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetPixelFormat(spinImage hImage,
int[] pPixelFormat) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetPixelFormat(spinImage hImage,
IntPointer pPixelFormat)
Retrieves the pixel format of an image (as an enum, spinPixelFormatEnums)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetPixelFormatName(spinImage hImage,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetPixelFormatName(spinImage hImage,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the pixel format of an image (as a symbolic)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetPrivateData(spinImage hImage,
Pointer ppData) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetPrivateData(spinImage hImage,
PointerPointer ppData)
Retrieves the private data of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetSize(spinImage hImage,
SizeTPointer pImageSize)
Retrieves the size of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetStatus(spinImage hImage,
int[] pStatus) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetStatus(spinImage hImage,
IntPointer pStatus)
Retrieves the image status of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetStatusDescription(int status,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetStatusDescription(int status,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the description of image status
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetStride(spinImage hImage,
SizeTPointer pStride)
Retrieves the stride of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetTimeStamp(spinImage hImage,
int[] pTimeStamp) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetTimeStamp(spinImage hImage,
IntPointer pTimeStamp)
Retrieves the timestamp of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetTLPayloadType(spinImage hImage,
int[] pPayloadType) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetTLPayloadType(spinImage hImage,
IntPointer pPayloadType)
Retrieves the transport layer payload type of an image (as an enum, spinPayloadTypeInfoIds)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetTLPixelFormat(spinImage hImage,
int[] pPixelFormat) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetTLPixelFormat(spinImage hImage,
IntPointer pPixelFormat)
Retrieves the transport layer pixel format of an image (as an unsigned integer)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetTLPixelFormatNamespace(spinImage hImage,
int[] pPixelFormatNamespace) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetTLPixelFormatNamespace(spinImage hImage,
IntPointer pPixelFormatNamespace)
Retrieves the transport layer pixel format namespace of an image (as an enum, spinPixelFormatNamespaceID)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetValidPayloadSize(spinImage hImage,
SizeTPointer pSize)
Retrieves the valid payload size of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageGetWidth(spinImage hImage,
SizeTPointer pWidth)
Retrieves the width of an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageHasCRC(spinImage hImage,
byte[] pbHasCRC) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageHasCRC(spinImage hImage,
BytePointer pbHasCRC)
Checks whether an image has CRC
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageIsIncomplete(spinImage hImage,
byte[] pbIsIncomplete) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageIsIncomplete(spinImage hImage,
BytePointer pbIsIncomplete)
Checks whether an image is incomplete
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageRelease(spinImage hImage)
Releases an image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageReset(spinImage hImage,
long width,
long height,
long offsetX,
long offsetY,
int pixelFormat)
Resets an image with some set properties
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageResetEx(spinImage hImage,
long width,
long height,
long offsetX,
long offsetY,
int pixelFormat,
Pointer pData)
Resets an image with some set properties and image data
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageSave(spinImage hImage,
BytePointer pFilename,
int format)
Saves an image using a specified file format (using an enum, spinImageFileFormat)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageSaveBmp(spinImage hImage,
BytePointer pFilename,
spinBMPOption pOption)
Saves an image as a BMP image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageSaveFromExt(spinImage hImage,
BytePointer pFilename)
Saves an image using a specified file format (using the extension of the filename)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageSaveJpeg(spinImage hImage,
BytePointer pFilename,
spinJPEGOption pOption)
Saves an image as a JPEG image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageSaveJpg2(spinImage hImage,
BytePointer pFilename,
spinJPG2Option pOption)
Saves an image as a JPEG 2000 image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageSavePgm(spinImage hImage,
BytePointer pFilename,
spinPGMOption pOption)
Saves an image as an PGM image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageSavePng(spinImage hImage,
BytePointer pFilename,
spinPNGOption pOption)
Saves an image as a PNG image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageSavePpm(spinImage hImage,
BytePointer pFilename,
spinPPMOption pOption)
Saves an image as a PPM image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageSaveTiff(spinImage hImage,
BytePointer pFilename,
spinTIFFOption pOption)
Saves an image as a TIFF image
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageSetDefaultColorProcessing(int algorithm)
Sets the default color processing algorithm of all images (if not otherwise set)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsCreate(spinImageStatistics phStatistics)
Creates an image statistics context
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsDestroy(spinImageStatistics hStatistics)
Destroys an image statistics context
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsDisableAll(spinImageStatistics hStatistics)
Disables all channels of an image statistics context
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsEnableAll(spinImageStatistics hStatistics)
Enables all channels of an image statistics context
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsEnableGreyOnly(spinImageStatistics hStatistics)
Disables all channels of an image statistics context except grey-scale
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsEnableHslOnly(spinImageStatistics hStatistics)
Disables all channels of an image statistics context except hue, saturation, and lightness
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsEnableRgbOnly(spinImageStatistics hStatistics)
Disables all channels of an image statistics context except red, blue, and green
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetAll(spinImageStatistics hStatistics,
int channel,
int[] pRangeMin,
int[] pRangeMax,
int[] pPixelValueMin,
int[] pPixelValueMax,
int[] pNumPixelValues,
float[] pPixelValueMean,
int[] ppHistogram) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetAll(spinImageStatistics hStatistics,
int channel,
IntPointer pRangeMin,
IntPointer pRangeMax,
IntPointer pPixelValueMin,
IntPointer pPixelValueMax,
IntPointer pNumPixelValues,
FloatPointer pPixelValueMean,
IntPointer ppHistogram) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetAll(spinImageStatistics hStatistics,
int channel,
IntPointer pRangeMin,
IntPointer pRangeMax,
IntPointer pPixelValueMin,
IntPointer pPixelValueMax,
IntPointer pNumPixelValues,
FloatPointer pPixelValueMean,
PointerPointer ppHistogram)
Retrieves all available information of an image statistics channel
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetChannelStatus(spinImageStatistics hStatistics,
int channel,
byte[] pbEnabled) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetChannelStatus(spinImageStatistics hStatistics,
int channel,
BytePointer pbEnabled)
Checks whether an image statistics context is enabled
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetHistogram(spinImageStatistics hStatistics,
int channel,
int[] ppHistogram) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetHistogram(spinImageStatistics hStatistics,
int channel,
IntPointer ppHistogram) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetHistogram(spinImageStatistics hStatistics,
int channel,
PointerPointer ppHistogram)
Retrieves a histogram of an image statistics channel
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetMean(spinImageStatistics hStatistics,
int channel,
float[] pMean) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetMean(spinImageStatistics hStatistics,
int channel,
FloatPointer pMean)
Retrieves the mean of pixel values of an image statistics channel
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetNumPixelValues(spinImageStatistics hStatistics,
int channel,
int[] pNumValues) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetNumPixelValues(spinImageStatistics hStatistics,
int channel,
IntPointer pNumValues)
Retrieves the number of pixel values of an image statistics channel
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetPixelValueRange(spinImageStatistics hStatistics,
int channel,
int[] pMin,
int[] pMax) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetPixelValueRange(spinImageStatistics hStatistics,
int channel,
IntPointer pMin,
IntPointer pMax)
Retrieves the pixel value range of an image statistics channel
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetRange(spinImageStatistics hStatistics,
int channel,
int[] pMin,
int[] pMax) |
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsGetRange(spinImageStatistics hStatistics,
int channel,
IntPointer pMin,
IntPointer pMax)
Retrieves the range of an image statistics channel
|
static Spinnaker_C._spinError |
Spinnaker_C.spinImageStatisticsSetChannelStatus(spinImageStatistics hStatistics,
int channel,
byte bEnable)
Sets the status of an image statistics channel
|
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetInc(spinNodeHandle hNode,
long[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetInc(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the increment of an integer node; all possible values must be divisible by the increment
|
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetMax(spinNodeHandle hNode,
long[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetMax(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the maximum value of an integer node; all potential values must be lesser than or equal to the maximum
|
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetMin(spinNodeHandle hNode,
long[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetMin(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the minimum value of an integer node; all potential values must be greater than or equal to the minimum
|
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetRepresentation(spinNodeHandle hNode,
int[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetRepresentation(spinNodeHandle hNode,
IntPointer pValue)
Retrieves the numerical representation of the value of a node; i.e.
|
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetValue(spinNodeHandle hNode,
long[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetValue(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the value of an integer node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetValueEx(spinNodeHandle hNode,
byte bVerify,
long[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerGetValueEx(spinNodeHandle hNode,
byte bVerify,
LongPointer pValue)
Retrieves the value of an integer node; manually set whether to verify the node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerSetValue(spinNodeHandle hNode,
long value)
Sets the value of an integer node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinIntegerSetValueEx(spinNodeHandle hNode,
byte bVerify,
long value)
Sets the value of an integer node; manually set whether to verify the node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceEventCreate(spinInterfaceEvent phInterfaceEvent,
spinArrivalEventFunction pArrivalFunction,
spinRemovalEventFunction pRemovalFunction,
Pointer pUserData)
Creates an interface event (both arrival and removal)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceEventDestroy(spinInterfaceEvent hInterfaceEvent)
Destroys an interface event (both arrival and removal)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceGetCameras(spinInterface hInterface,
spinCameraList hCameraList)
Retrieves a camera list from an interface;
camera lists must be created and destroy
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceGetCamerasEx(spinInterface hInterface,
byte bUpdateCameras,
spinCameraList hCameraList)
Retrieves a camera list from an interface;
manually set whether to update the cameras;
camera lists must be created and destroyed
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceGetTLNodeMap(spinInterface hInterface,
spinNodeMapHandle phNodeMap)
Retrieves the transport layer nodemap from an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceIsInUse(spinInterface hInterface,
byte[] pbIsInUse) |
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceIsInUse(spinInterface hInterface,
BytePointer pbIsInUse)
Checks whether an interface is in use
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceListClear(spinInterfaceList hInterfaceList)
Clears an interface list
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceListCreateEmpty(spinInterfaceList phInterfaceList)
Creates an empty interface list (interface lists created this way must be destroyed)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceListDestroy(spinInterfaceList hInterfaceList)
Destroys an interface list
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceListGet(spinInterfaceList hInterfaceList,
long index,
spinInterface phInterface)
Retrieves an interface from an interface list using an index (interfaces retrieved this way must be released)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceListGetSize(spinInterfaceList hInterfaceList,
SizeTPointer pSize)
Retrieves the number of interfaces in an interface list
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceRegisterArrivalEvent(spinInterface hInterface,
spinArrivalEvent hArrivalEvent)
Registers an arrival event on an interface (events registered in this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceRegisterInterfaceEvent(spinInterface hInterface,
spinInterfaceEvent hInterfaceEvent)
Registers an interface event (both arrival and removal) on an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceRegisterRemovalEvent(spinInterface hInterface,
spinRemovalEvent hRemovalEvent)
Registers a removal event on an interface (events registered in this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceRelease(spinInterface hInterface)
Releases an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceSendActionCommand(spinInterface hInterface,
long iDeviceKey,
long iGroupKey,
long iGroupMask,
long iActionTime,
SizeTPointer piResultSize,
actionCommandResult results)
Broadcast an Action Command to all devices on interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceUnregisterArrivalEvent(spinInterface hInterface,
spinArrivalEvent hArrivalEvent)
Unregisters an arrival event from an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceUnregisterInterfaceEvent(spinInterface hInterface,
spinInterfaceEvent hInterfaceEvent)
Unregisters an interface event from an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceUnregisterRemovalEvent(spinInterface hInterface,
spinRemovalEvent hRemovalEvent)
Unregisters a removal event from an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceUpdateCameras(spinInterface hInterface,
byte[] pbChanged) |
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceUpdateCameras(spinInterface hInterface,
BytePointer pbChanged)
Checks whether any cameras have been connected or disconnected on an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetCategoryName(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetCategoryName(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the category name of a log event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetLogMessage(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetLogMessage(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the log message of a log event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetNDC(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetNDC(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the NDC of a log event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetPriority(spinLogEventData hLogEventData,
long[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetPriority(spinLogEventData hLogEventData,
LongPointer pValue)
Retrieves the priority of a log event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetPriorityName(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetPriorityName(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the priority name of a log event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetThreadName(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetThreadName(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the thread name of a log event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetTimestamp(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinLogDataGetTimestamp(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the timestamp of a log event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinLogEventCreate(spinLogEvent phLogEvent,
spinLogEventFunction pFunction,
Pointer pUserData)
Creates a log event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinLogEventDestroy(spinLogEvent hLogEvent)
Destroys a log event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeDeregisterCallback(spinNodeHandle hNode,
spinNodeCallbackHandle hCb)
Unregisters a callback from a node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeFromString(spinNodeHandle hNode,
BytePointer pBuf)
Sets the value of any node type from a c-string; it is important to ensure that the value of the c-string is appropriate to the node type
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeFromStringEx(spinNodeHandle hNode,
byte bVerify,
BytePointer pBuf)
Sets the value of any node type from a c-string; manually set whether to verify the node; ensure the value of the c-string is appropriate to the node type
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetAccessMode(spinNodeHandle hNode,
int[] pAccessMode) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetAccessMode(spinNodeHandle hNode,
IntPointer pAccessMode)
Retrieves the access mode of a node (as an enum, spinAccessMode)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetCachingMode(spinNodeHandle hNode,
int[] pCachingMode) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetCachingMode(spinNodeHandle hNode,
IntPointer pCachingMode)
Retrieves the caching mode of a node (as an enum, spinCachingMode)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetDescription(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetDescription(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves a longer description of a node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetDisplayName(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetDisplayName(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the display name of a node (whitespace possible)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetImposedAccessMode(spinNodeHandle hNode,
int imposedAccessMode)
Retrieves the imposed access mode of a node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetImposedVisibility(spinNodeHandle hNode,
int imposedVisibility)
Retrieves the imposed visibility of a node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetName(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetName(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the name of a node (no whitespace)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetNameSpace(spinNodeHandle hNode,
int[] pNamespace) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetNameSpace(spinNodeHandle hNode,
IntPointer pNamespace)
Retrieve the namespace of a node (as an enum, spinNameSpace)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetPollingTime(spinNodeHandle hNode,
long[] pPollingTime) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetPollingTime(spinNodeHandle hNode,
LongPointer pPollingTime)
Retrieve the polling time of a node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetToolTip(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetToolTip(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves a short description of a node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetType(spinNodeHandle hNode,
int[] pType) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetType(spinNodeHandle hNode,
IntPointer pType)
Retrieves the type of a node (as an enum, spinNodeType)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetVisibility(spinNodeHandle hNode,
int[] pVisibility) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeGetVisibility(spinNodeHandle hNode,
IntPointer pVisibility)
Retrieves the recommended visibility of a node (as an enum, spinVisibility)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeInvalidateNode(spinNodeHandle hNode)
Invalidates a node in case its values may have changed, rendering it no longer valid
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeIsAvailable(spinNodeHandle hNode,
byte[] pbResult) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeIsAvailable(spinNodeHandle hNode,
BytePointer pbResult)
Checks whether a node is available
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeIsEqual(spinNodeHandle hNodeFirst,
spinNodeHandle hNodeSecond,
byte[] pbResult) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeIsEqual(spinNodeHandle hNodeFirst,
spinNodeHandle hNodeSecond,
BytePointer pbResult)
Checks whether two nodes are equal
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeIsImplemented(spinNodeHandle hNode,
byte[] pbResult) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeIsImplemented(spinNodeHandle hNode,
BytePointer pbResult)
Checks whether a node is implemented
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeIsReadable(spinNodeHandle hNode,
byte[] pbResult) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeIsReadable(spinNodeHandle hNode,
BytePointer pbResult)
Checks whether a node is readable
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeIsWritable(spinNodeHandle hNode,
byte[] pbResult) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeIsWritable(spinNodeHandle hNode,
BytePointer pbResult)
Checks whether a node is writable
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeMapGetNode(spinNodeMapHandle hNodeMap,
BytePointer pName,
spinNodeHandle phNode)
Retrieves a node from the nodemap by name
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeMapGetNodeByIndex(spinNodeMapHandle hNodeMap,
long index,
spinNodeHandle phNode)
Retrieves a node from the nodemap by index
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeMapGetNumNodes(spinNodeMapHandle hNodeMap,
SizeTPointer pValue)
Gets the number of nodes in the map
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeMapPoll(spinNodeMapHandle hNodeMap,
long timestamp)
Fires nodes which have a polling time
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeRegisterCallback(spinNodeHandle hNode,
spinNodeCallbackFunction pCbFunction,
spinNodeCallbackHandle phCb)
Registers a callback to a node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeToString(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeToString(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the value of any node type as a c-string
|
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeToStringEx(spinNodeHandle hNode,
byte bVerify,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinNodeToStringEx(spinNodeHandle hNode,
byte bVerify,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the value of any node type as a c-string; manually set whether to verify the node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinRegisterGet(spinNodeHandle hNode,
byte[] pBuf,
long length) |
static Spinnaker_C._spinError |
Spinnaker_C.spinRegisterGet(spinNodeHandle hNode,
BytePointer pBuf,
long length)
Retrieves the value of a register node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinRegisterGetAddress(spinNodeHandle hNode,
long[] pAddress) |
static Spinnaker_C._spinError |
Spinnaker_C.spinRegisterGetAddress(spinNodeHandle hNode,
LongPointer pAddress)
Retrieves the address of a register node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinRegisterGetEx(spinNodeHandle hNode,
byte bVerify,
byte bIgnoreCache,
byte[] pBuf,
long length) |
static Spinnaker_C._spinError |
Spinnaker_C.spinRegisterGetEx(spinNodeHandle hNode,
byte bVerify,
byte bIgnoreCache,
BytePointer pBuf,
long length)
Retrieves the value of a register node; manually set whether to verify the node and whether to ignore the cache
|
static Spinnaker_C._spinError |
Spinnaker_C.spinRegisterGetLength(spinNodeHandle hNode,
long[] pLength) |
static Spinnaker_C._spinError |
Spinnaker_C.spinRegisterGetLength(spinNodeHandle hNode,
LongPointer pLength)
Retrieves the length (in bytes) of the value of a register node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinRegisterSet(spinNodeHandle hNode,
byte[] pBuf,
long length) |
static Spinnaker_C._spinError |
Spinnaker_C.spinRegisterSet(spinNodeHandle hNode,
BytePointer pBuf,
long length)
Sets the value of a register node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinRegisterSetReference(spinNodeHandle hNode,
spinNodeHandle hRef)
Uses a second node as a reference for a register node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinRemovalEventCreate(spinRemovalEvent phRemovalEvent,
spinRemovalEventFunction pFunction,
Pointer pUserData)
Creates a removal event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinRemovalEventDestroy(spinRemovalEvent hRemovalEvent)
Destroys a removal event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinStringGetMaxLength(spinNodeHandle hNode,
long[] pValue) |
static Spinnaker_C._spinError |
Spinnaker_C.spinStringGetMaxLength(spinNodeHandle hNode,
LongPointer pValue)
Retrieves the maximum length of the c-string to be returned
|
static Spinnaker_C._spinError |
Spinnaker_C.spinStringGetValue(spinNodeHandle hNode,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinStringGetValue(spinNodeHandle hNode,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the value of a string node as a c-string
|
static Spinnaker_C._spinError |
Spinnaker_C.spinStringGetValueEx(spinNodeHandle hNode,
byte bVerify,
byte[] pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C._spinError |
Spinnaker_C.spinStringGetValueEx(spinNodeHandle hNode,
byte bVerify,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the value of a string node as a cstring; manually set whether to verify the node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinStringSetValue(spinNodeHandle hNode,
BytePointer pBuf)
Sets the value of a string node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinStringSetValueEx(spinNodeHandle hNode,
byte bVerify,
BytePointer pBuf)
Sets the value of a string node; manually set whether to verify the node
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetCameras(spinSystem hSystem,
spinCameraList hCameraList)
Retrieves a list of detected (and enumerable) cameras on the system;
camera lists must be created and destroyed
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetCamerasEx(spinSystem hSystem,
byte bUpdateInterfaces,
byte bUpdateCameras,
spinCameraList hCameraList)
Retrieves a list of detected (and enumerable) cameras on the system;
manually set whether to update the current interface and camera lists;
camera lists must be created and destroyed
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetInstance(spinSystem phSystem)
Retrieves an instance of the system object; the system is a singleton, so there will only ever be one instance;
system instance must be destroyed by calling spinSystemReleaseInstance
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetInterfaces(spinSystem hSystem,
spinInterfaceList hInterfaceList)
Retrieves a list of detected (and enumerable) interfaces on the system;
interface lists must be created and destroyed
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetLibraryVersion(spinSystem hSystem,
spinLibraryVersion hLibraryVersion)
Get current library version of Spinnaker.
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetLoggingLevel(spinSystem hSystem,
int[] pLogLevel) |
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetLoggingLevel(spinSystem hSystem,
IntPointer pLogLevel)
Retrieves the logging level for all logging events on the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemIsInUse(spinSystem hSystem,
byte[] pbIsInUse) |
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemIsInUse(spinSystem hSystem,
BytePointer pbIsInUse)
Checks whether a system is currently in use
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemRegisterArrivalEvent(spinSystem hSystem,
spinArrivalEvent hArrivalEvent)
Registers an arrival event to every interface on the system (events registered this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemRegisterInterfaceEvent(spinSystem hSystem,
spinInterfaceEvent hInterfaceEvent)
Registers an interface event (arrival and removal) to every interface on the system (interface events registered this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemRegisterLogEvent(spinSystem hSystem,
spinLogEvent hLogEvent)
Registers a logging event to the system (events registered in this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemRegisterRemovalEvent(spinSystem hSystem,
spinRemovalEvent hRemovalEvent)
Registers a removal event to the system to every interface on the system (events registered this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemReleaseInstance(spinSystem hSystem)
Releases the system; make sure handle is cleaned up properly by setting it to NULL
after system is released; the handle can only be used again after calling
spinSystemGetInstance
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemSendActionCommand(spinSystem hSystem,
long iDeviceKey,
long iGroupKey,
long iGroupMask,
long iActionTime,
SizeTPointer piResultSize,
actionCommandResult results)
Broadcast an Action Command to all devices on system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemSetLoggingLevel(spinSystem hSystem,
int logLevel)
Sets the logging level for all logging events on the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterAllLogEvents(spinSystem hSystem)
Unregisters all logging events from the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterArrivalEvent(spinSystem hSystem,
spinArrivalEvent hArrivalEvent)
Unregisters an arrival event from the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterInterfaceEvent(spinSystem hSystem,
spinInterfaceEvent hInterfaceEvent)
Unregisters an interface event from the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterLogEvent(spinSystem hSystem,
spinLogEvent hLogEvent)
Unregisters a selected logging event from the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterRemovalEvent(spinSystem hSystem,
spinRemovalEvent hRemovalEvent)
Unregisters a removal event from the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUpdateCameras(spinSystem hSystem,
byte[] pbChanged) |
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUpdateCameras(spinSystem hSystem,
BytePointer pbChanged)
Updates the list of cameras on the system, informing whether there has been any changes
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUpdateCamerasEx(spinSystem hSystem,
byte bUpdateInterfaces,
byte[] pbChanged) |
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUpdateCamerasEx(spinSystem hSystem,
byte bUpdateInterfaces,
BytePointer pbChanged)
Updates the list of cameras on the system, informing whether there has been any changes; manually set whether to update the current interface lists
|
static Spinnaker_C._spinError |
Spinnaker_C.spinVideoAppend(spinVideo hSpinVideo,
spinImage hImage) |
static Spinnaker_C._spinError |
Spinnaker_C.spinVideoClose(spinVideo hSpinVideo) |
static Spinnaker_C._spinError |
Spinnaker_C.spinVideoOpenH264(spinVideo phSpinVideo,
BytePointer pName,
spinH264Option option) |
static Spinnaker_C._spinError |
Spinnaker_C.spinVideoOpenMJPG(spinVideo phSpinVideo,
BytePointer pName,
spinMJPGOption option) |
static Spinnaker_C._spinError |
Spinnaker_C.spinVideoOpenUncompressed(spinVideo phSpinVideo,
BytePointer pName,
spinAVIOption option)
\defgroup CSpinVideo SpinVideo Recording Access
\brief The functions in this section provide access to video recording
capabilities, which include opening, building, and closing video
files.
|
static Spinnaker_C._spinError |
Spinnaker_C.spinVideoSetMaximumFileSize(spinVideo hSpinVideo,
int size)
Set the maximum file size (in megabytes) of a AVI/MP4 file.
|
static Spinnaker_C._spinError |
Spinnaker_C._spinError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinError[] |
Spinnaker_C._spinError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.