| Package | Description |
|---|---|
| org.blackdread.camerabinding.jna |
Direct Java bindings to the EDSDK.
|
| Modifier and Type | Method and Description |
|---|---|
EdsdkLibrary.EdsEvfImageRef |
EdsdkLibrary.EdsEvfImageRef.ByReference.getValue() |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.NativeLong |
EdsdkLibrary.EdsDownloadEvfImage(EdsdkLibrary.EdsCameraRef inCameraRef,
EdsdkLibrary.EdsEvfImageRef inEvfImageRef)
-----------------------------------------------------------------------------
// // Function: EdsDownloadEvfImage // Description: // Downloads the live view image data set for a camera currently in live view mode. // Live view can be started by using the property ID:kEdsPropertyID_Evf_OutputDevice and // data:EdsOutputDevice_PC to call EdsSetPropertyData. // In addition to image data, information such as zoom, focus position, and histogram data // is included in the image data set. |
Copyright © 2018–2019. All rights reserved.