| Package | Description |
|---|---|
| org.blackdread.camerabinding.jna |
Direct Java bindings to the EDSDK.
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.NativeLong |
EdsdkLibrary.EdsSetCameraAddedHandler(EdsdkLibrary.EdsCameraAddedHandler inCameraAddedHandler,
EdsdkLibrary.EdsVoid inContext)
Deprecated.
|
com.sun.jna.NativeLong |
EdsdkLibrary.EdsSetCameraAddedHandler(EdsdkLibrary.EdsCameraAddedHandler inCameraAddedHandler,
com.sun.jna.Pointer inContext)
-----------------------------------------------------------------------------
// // Function: EdsSetCameraAddedHandler // // Description: // Registers a callback function for when a camera is detected. // // Parameters: // In: inCameraAddedHandler - Pointer to a callback function // called when a camera is connected physically // inContext - Specifies an application-defined value to be sent to // the callback function pointed to by CallBack parameter. // Out: None // // Returns: Any of the sdk errors. ----------------------------------------------------------------------------- Original signature : __attribute__((dllimport)) EdsError EdsSetCameraAddedHandler(EdsCameraAddedHandler, EdsVoid*)native declaration : sdk-header\EDSDK.h:1242 |
Copyright © 2018–2019. All rights reserved.