@Namespace(value="FlyCapture2") public static class FlyCapture2.Utilities extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Utilities(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FlyCapture2.Error |
CheckDriver(FlyCapture2.PGRGuid guid)
Check for driver compatibility for the given camera guid.
|
static FlyCapture2.Error |
GetDriverDeviceName(FlyCapture2.PGRGuid guid,
BytePointer deviceName)
Get the driver's name for a device
|
static FlyCapture2.Error |
GetLibraryVersion(FlyCapture2.FC2Version pVersion)
Get library version.
|
static FlyCapture2.Error |
GetSystemInfo(FlyCapture2.SystemInfo pSystemInfo)
Get system information.
|
static FlyCapture2.Error |
LaunchBrowser(BytePointer pAddress)
Launch a URL in the system default browser.
|
static FlyCapture2.Error |
LaunchBrowser(String pAddress) |
static FlyCapture2.Error |
LaunchCommand(BytePointer pCommand)
Execute a command in the terminal.
|
static FlyCapture2.Error |
LaunchCommand(String pCommand) |
static FlyCapture2.Error |
LaunchCommandAsync(BytePointer pCommand,
FlyCapture2.AsyncCommandCallback pCallback,
Pointer pUserData)
Execute a command in the terminal.
|
static FlyCapture2.Error |
LaunchCommandAsync(String pCommand,
FlyCapture2.AsyncCommandCallback pCallback,
Pointer pUserData) |
static FlyCapture2.Error |
LaunchHelp(BytePointer pFileName)
Open a CHM file in the system default CHM viewer.
|
static FlyCapture2.Error |
LaunchHelp(String pFileName) |
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Utilities(Pointer p)
Pointer.Pointer(Pointer).@ByVal public static FlyCapture2.Error CheckDriver(@Const FlyCapture2.PGRGuid guid)
guid - Pointer to the guid of the device to check.@ByVal public static FlyCapture2.Error GetDriverDeviceName(@Const FlyCapture2.PGRGuid guid, @StdString @ByRef BytePointer deviceName)
guid - Pointer to the guid of the device to check.deviceName - The device name will be returned in this string@ByVal public static FlyCapture2.Error GetSystemInfo(FlyCapture2.SystemInfo pSystemInfo)
pSystemInfo - Structure to receive system information.@ByVal public static FlyCapture2.Error GetLibraryVersion(FlyCapture2.FC2Version pVersion)
pVersion - Structure to receive the library version.@ByVal public static FlyCapture2.Error LaunchBrowser(@Cast(value="const char*") BytePointer pAddress)
pAddress - URL to open in browser.@ByVal public static FlyCapture2.Error LaunchBrowser(String pAddress)
@ByVal public static FlyCapture2.Error LaunchHelp(@Cast(value="const char*") BytePointer pFileName)
pFileName - Filename of CHM file to open.@ByVal public static FlyCapture2.Error LaunchHelp(String pFileName)
@ByVal public static FlyCapture2.Error LaunchCommand(@Cast(value="const char*") BytePointer pCommand)
pCommand - Command to execute.LaunchCommandAsync()@ByVal public static FlyCapture2.Error LaunchCommand(String pCommand)
@ByVal public static FlyCapture2.Error LaunchCommandAsync(@Cast(value="const char*") BytePointer pCommand, FlyCapture2.AsyncCommandCallback pCallback, Pointer pUserData)
pCommand - Command to execute.pCallback - Callback to fire when command is complete.pUserData - Data pointer to pass to callback.LaunchCommand()@ByVal public static FlyCapture2.Error LaunchCommandAsync(String pCommand, FlyCapture2.AsyncCommandCallback pCallback, Pointer pUserData)
Copyright © 2019. All rights reserved.