Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS Cameras Plugin:
- class EdsBaseMBS
- method GetPropertyElementCount(PropertyID as UInt32) as UInt32
- method GetPropertyDesc(PropertyID as UInt32) as Memoryblock
- method SetPropertyData(PropertyID as UInt32, Param as Int32, data as Memoryblock)
- method GetPropertyData(PropertyID as UInt32, Param as Int32 = 0) as Memoryblock
- method GetPropertySize(PropertyID as UInt32, Param as Int32 = 0) as UInt32
- method GetPropertyDataType(PropertyID as UInt32, Param as Int32 = 0) as UInt32
- method ChildCount as UInt32
- method SetProgress(progress as EdsProgressMBS, options as integer)
- method SetPropertyDataUInt32(PropertyID as UInt32, Param as Int32, data as UInt32)
- method GetPropertyDataUInt32(PropertyID as UInt32, Param as Int32 = 0) as UInt32
- method SetPropertyDataInt32(PropertyID as UInt32, Param as Int32, data as Int32)
- method GetPropertyDataInt32(PropertyID as UInt32, Param as Int32 = 0) as Int32
- method SetPropertyDataUInt8(PropertyID as UInt32, Param as Int32, data as UInt8)
- method GetPropertyDataUInt8(PropertyID as UInt32, Param as Int32 = 0) as UInt8
- method SetPropertyDataString(PropertyID as UInt32, Param as Int32, data as String)
- method GetPropertyDataString(PropertyID as UInt32, Param as Int32 = 0) as String
- method SetPropertyDataBool(PropertyID as UInt32, Param as Int32, data as Boolean)
- method GetPropertyDataBool(PropertyID as UInt32, Param as Int32 = 0) as Boolean
- method SetPropertyDataRational(PropertyID as UInt32, Param as Int32, data as EdsRationalMBS)
- method GetPropertyDataRational(PropertyID as UInt32, Param as Int32 = 0) as EdsRationalMBS
- method SetPropertyDataPoint(PropertyID as UInt32, Param as Int32, data as EdsPointMBS)
- method GetPropertyDataPoint(PropertyID as UInt32, Param as Int32 = 0) as EdsPointMBS
- method SetPropertyDataRect(PropertyID as UInt32, Param as Int32, data as EdsRectMBS)
- method GetPropertyDataRect(PropertyID as UInt32, Param as Int32 = 0) as EdsRectMBS
- method SetPropertyDataSize(PropertyID as UInt32, Param as Int32, data as EdsSizeMBS)
- method GetPropertyDataSize(PropertyID as UInt32, Param as Int32 = 0) as EdsSizeMBS
- method SetPropertyDataInt32Array(PropertyID as UInt32, Param as Int32, data() as Integer)
- method GetPropertyDataInt32Array(PropertyID as UInt32, Param as Int32 = 0) as Integer()
- method SetPropertyDataUInt32Array(PropertyID as UInt32, Param as Int32, data() as UInt32)
- method GetPropertyDataUInt32Array(PropertyID as UInt32, Param as Int32 = 0) as UInt32()
- method SetPropertyDataRationalArray(PropertyID as UInt32, Param as Int32, data() as EdsRationalMBS)
- method GetPropertyDataRationalArray(PropertyID as UInt32, Param as Int32 = 0) as EdsRationalMBS()
- property Handle as Integer
- property Lasterror as Integer
- property Progress as EdsProgressMBS
- property DataRef as String
- property MemoryRef as MemoryBlock
- class EdsCameraAddedHandlerMBS
- class EdsCameraListMBS
- class EdsCameraMBS
- method DateTime as EdsTimeMBS
- method PictureStyleDesc as EdsPictureStyleDescMBS
- method FocusInfo as EdsFocusInfoMBS
- method DownloadEvfImage(image as EdsEvfImageMBS, OldSDK as boolean)
- method DeviceInfo as EdsDeviceInfoMBS
- method Parent as EdsCameraListMBS
- method SetCapacity(numberOfFreeClusters as integer, bytesPerSector as integer, reset as boolean)
- method SendCommand(command as integer, param as integer = 0)
- method SendStatusCommand(command as integer, param as integer = 0)
- method OpenSession
- method CloseSession
- method Child(index as UInt32) as EdsVolumeMBS
- class EdsCameraStateEventHandlerMBS
- class EdsDeviceInfoMBS
- class EdsDirectoryItemInfoMBS
- class EdsDirectoryItemMBS
- method Parent as EdsDirectoryItemMBS
- method DirectoryItemInfo as EdsDirectoryItemInfoMBS
- method DeleteDirectoryItem
- method Child(index as UInt32) as EdsDirectoryItemMBS
- method DownloadCancel
- method DownloadComplete
- method Download(ReadSize as UInt64, stream as EdsStreamMBS)
- method DownloadThumbnail(stream as EdsStreamMBS)
- property FileAttributes as integer
- class EdsEvfImageMBS
- class EdsFocusInfoMBS
- class EdsFocusPointMBS
- class EdsImageInfoMBS
- class EdsImageMBS
- method PictureStyleDesc as EdsPictureStyleDescMBS
- method FocusInfo as EdsFocusInfoMBS
- method DateTime as EdsTimeMBS
- method Constructor(stream as EdsImageMBS)
- method ReflectImageProperty
- method CacheImage(UseCache as boolean)
- method ImageInfo(ImageSource as integer) as EdsImageInfoMBS
- method Image(ImageSource as integer, TargetImageType as integer, Source as EdsRectMBS, Dest as EdsSizeMBS, DestStream as EdsStreamMBS)
- method SaveImage(TargetImageType as integer, DestStream as EdsStreamMBS, JPEGQuality as integer = 0, iccProfileStream as EdsStreamMBS)
- class EdsObjectEventHandlerMBS
- class EdsPictureStyleDescMBS
- class EdsPointMBS
- class EdsProgressMBS
- class EdsPropertyEventHandlerMBS
- class EdsRationalMBS
- class EdsRectMBS
- class EdsSizeMBS
- class EdsStreamMBS
- method CreateEvfImageRef as EdsEvfImageMBS
- method CreateImage as EdsImageMBS
- method Pointer as Ptr
- method Position as UInt64
- method Length as UInt64
- method Seek(Offset as Int64, origin as integer)
- method CopyData(WriteSize as UInt64, outStream as EdsStreamMBS)
- method Write(Data as string) as UInt64
- method Read(size as UInt64) as string
- method Constructor(Memory as Memoryblock, size as Int64 = -1, offset as integer = 0)
- method Constructor(data as string)
- method Constructor(size as UInt64)
- method Constructor(path as string, CreateDisposition as integer, DesiredAccess as integer)
- method Constructor(path as folderitem, CreateDisposition as integer, DesiredAccess as integer)
- shared method CreateMemoryStreamFromMemoryblock(Memory as Memoryblock, size as integer = -1, offset as integer = 0) as EdsStreamMBS
- shared method CreateMemoryStreamFromstring(data as string) as EdsStreamMBS
- shared method CreateMemoryStream(size as UInt32) as EdsStreamMBS
- shared method CreateFileStream(path as string, CreateDisposition as integer, DesiredAccess as integer) as EdsStreamMBS
- shared method CreateFileStream(path as folderitem, CreateDisposition as integer, DesiredAccess as integer) as EdsStreamMBS
- class EdsTimeMBS
- class EdsVolumeInfoMBS
- class EdsVolumeMBS
- class NikonCapInfoMBS
- class NikonFileInfoMBS
- class NikonImageInfoMBS
- class NikonLiveImageMBS
- method AFframes(index as UInt32) as NikonRectMBS
- property Width as Integer
- property Height as Integer
- property TotalWidth as Integer
- property TotalHeight as Integer
- property DisplayWidth as Integer
- property DisplayHeight as Integer
- property DisplayCenterX as Integer
- property DisplayCenterY as Integer
- property AutoFocusWidth as Integer
- property AutoFocusHeight as Integer
- property AutoFocusX as Integer
- property AutoFocusY as Integer
- property DirectionOfRotation as Integer
- property FocusDriveState as Integer
- property ShutterSpeed as Double
- property Aperture as Double
- property CountDownTime as Integer
- property FocusResult as Integer
- property AFstate as Integer
- property FacePriorityAFMode as Integer
- property FaceDetectionCount as Integer
- property SelectedFocusPoint as Integer
- property JPEGData as MemoryBlock
- property RawData as MemoryBlock
- property RemainingMovieRecordingTime as Integer
- property MovieRecordingInformation as Integer
- property AFAreaIndex as Integer
- class NikonMBS
- method GetVideoImageData(Offset as UInt32, BlockSize as UInt32) as String
- method GetVideoImageDataSize as UInt32
- method SetCapRange(what as integer, ID as integer, Value as double, ValueIndex as UInt32) as boolean
- method GetCapRange(what as integer, ID as integer, byref Value as double, byref DefaultValue as double, byref ValueIndex as UInt32, byref DefaultIndex as UInt32, byref LowerValue as double, byref UpperValue as double, byref Steps as UInt32) as boolean
- method GetLiveViewImage(type as integer) as NikonLiveImageMBS
- method GetCapEnumString(what as integer, ID as integer, byref current as UInt32) as string()
- method GetCapEnumPacketString(what as integer, ID as integer, byref current as UInt32) as string()
- method GetCapEnumUInt32(what as integer, ID as integer, byref current as UInt32) as UInt32()
- method SetCapEnumUInt32(what as integer, ID as integer, Value as UInt32) as boolean
- method SetCapEnumPackedString(what as integer, ID as integer, EnumIndex as UInt32) as boolean
- method Capability(what as integer, ID as integer) as NikonCapInfoMBS
- method Capabilities(what as integer) as NikonCapInfoMBS()
- method CapabilitiesCount(what as integer) as UInt32
- method GetItemCount as UInt32
- method OpenItem(index as UInt32) as boolean
- method LoadLibrary(path as string) as boolean
- method LoadLibrary(file as folderitem) as boolean
- method OpenModule as boolean
- method GetSourceCount as UInt32
- method OpenSource(index as UInt32) as boolean
- method AutoFocus as boolean
- method Capture as boolean
- method PreCapture as boolean
- method Async_ as boolean
- method CloseModule
- method CloseSource
- method CloseItem
- method CloseData
- method OpenData(type as UInt32) as boolean
- method Acquire as boolean
- method AvailableDatatypes as UInt32
- method SetCapUInt32(what as integer, ID as integer, value as UInt32)
- method GetCapUInt32(what as integer, ID as integer) as UInt32
- method GetCapDefaultUInt32(what as integer, ID as integer) as UInt32
- method SetCapInt32(what as integer, ID as integer, value as Int32)
- method GetCapInt32(what as integer, ID as integer) as Int32
- method GetCapDefaultInt32(what as integer, ID as integer) as Int32
- method SetCapDouble(what as integer, ID as integer, value as Double)
- method GetCapDouble(what as integer, ID as integer) as Double
- method GetCapDefaultDouble(what as integer, ID as integer) as Double
- method SetCapString(what as integer, ID as integer, value as String)
- method GetCapString(what as integer, ID as integer) as String
- method GetCapDefaultString(what as integer, ID as integer) as String
- method SetCapBoolean(what as integer, ID as integer, value as Boolean)
- method GetCapBoolean(what as integer, ID as integer) as Boolean
- method GetCapDefaultBoolean(what as integer, ID as integer) as Boolean
- method SetCapPoint(what as integer, ID as integer, value as NikonPointMBS)
- method GetCapPoint(what as integer, ID as integer) as NikonPointMBS
- method GetCapDefaultPoint(what as integer, ID as integer) as NikonPointMBS
- method SetCapSize(what as integer, ID as integer, value as NikonSizeMBS)
- method GetCapSize(what as integer, ID as integer) as NikonSizeMBS
- method GetCapDefaultSize(what as integer, ID as integer) as NikonSizeMBS
- method SetCapRect(what as integer, ID as integer, value as NikonRectMBS)
- method GetCapRect(what as integer, ID as integer) as NikonRectMBS
- method GetCapDefaultRect(what as integer, ID as integer) as NikonRectMBS
- property Lasterror as Integer
- property FunctionPtr as Integer
- property LoadErrorMessage as String
- event Progress(Command as integer, Param as Integer, Done as UInt32, Total as UInt32, Percent as double)
- event FileDownloadComplete(info as NikonFileInfoMBS, data as Memoryblock, length as Integer)
- event ImageDownloadComplete(info as NikonImageInfoMBS, data as Memoryblock, length as Integer)
- class NikonPointMBS
- class NikonRectMBS
- class NikonSizeMBS
- module EDSModuleMBS
- method LoadLibrary(path as string, IsVersion2 as Boolean) as boolean
- method LoadLibrary(file as folderitem, IsVersion2 as Boolean) as boolean
- method GetEvent
- method Initialize
- method Terminate
- method GetCameraList as EdsCameraListMBS
- method Lasterror as integer
- const EDS_ISSPECIFIC_MASK = &h80000000
- const EDS_COMPONENTID_MASK = &h7F000000
- const EDS_RESERVED_MASK = &h00FF0000
- const EDS_ERRORID_MASK = &h0000FFFF
- const EDS_CMP_ID_CLIENT_COMPONENTID = &h01000000
- const EDS_CMP_ID_LLSDK_COMPONENTID = &h02000000
- const EDS_CMP_ID_HLSDK_COMPONENTID = &h03000000
- const EDS_ERR_OK = 0
- const EDS_ERR_UNIMPLEMENTED = 1
- const EDS_ERR_INTERNAL_ERROR = 2
- const EDS_ERR_MEM_ALLOC_FAILED = 3
- const EDS_ERR_MEM_FREE_FAILED = 4
- const EDS_ERR_OPERATION_CANCELLED = 5
- const EDS_ERR_INCOMPATIBLE_VERSION = 6
- const EDS_ERR_NOT_SUPPORTED = 7
- const EDS_ERR_UNEXPECTED_EXCEPTION = 8
- const EDS_ERR_PROTECTION_VIOLATION = 9
- const EDS_ERR_MISSING_SUBCOMPONENT = &h0000000A
- const EDS_ERR_SELECTION_UNAVAILABLE = &h0000000B
- const EDS_ERR_FILE_IO_ERROR = &h00000020
- const EDS_ERR_FILE_TOO_MANY_OPEN = &h00000021
- const EDS_ERR_FILE_NOT_FOUND = &h00000022
- const EDS_ERR_FILE_OPEN_ERROR = &h00000023
- const EDS_ERR_FILE_CLOSE_ERROR = &h00000024
- const EDS_ERR_FILE_SEEK_ERROR = &h00000025
- const EDS_ERR_FILE_TELL_ERROR = &h00000026
- const EDS_ERR_FILE_READ_ERROR = &h00000027
- const EDS_ERR_FILE_WRITE_ERROR = &h00000028
- const EDS_ERR_FILE_PERMISSION_ERROR = &h00000029
- const EDS_ERR_FILE_DISK_FULL_ERROR = &h0000002A
- const EDS_ERR_FILE_ALREADY_EXISTS = &h0000002B
- const EDS_ERR_FILE_FORMAT_UNRECOGNIZED = &h0000002C
- const EDS_ERR_FILE_DATA_CORRUPT = &h0000002D
- const EDS_ERR_FILE_NAMING_NA = &h0000002E
- const EDS_ERR_DIR_NOT_FOUND = &h00000040
- const EDS_ERR_DIR_IO_ERROR = &h00000041
- const EDS_ERR_DIR_ENTRY_NOT_FOUND = &h00000042
- const EDS_ERR_DIR_ENTRY_EXISTS = &h00000043
- const EDS_ERR_DIR_NOT_EMPTY = &h00000044
- const EDS_ERR_PROPERTIES_UNAVAILABLE = &h00000050
- const EDS_ERR_PROPERTIES_MISMATCH = &h00000051
- const EDS_ERR_PROPERTIES_NOT_LOADED = &h00000053
- const EDS_ERR_INVALID_PARAMETER = &h00000060
- const EDS_ERR_INVALID_HANDLE = &h00000061
- const EDS_ERR_INVALID_POINTER = &h00000062
- const EDS_ERR_INVALID_INDEX = &h00000063
- const EDS_ERR_INVALID_LENGTH = &h00000064
- const EDS_ERR_INVALID_FN_POINTER = &h00000065
- const EDS_ERR_INVALID_SORT_FN = &h00000066
- const EDS_ERR_DEVICE_NOT_FOUND = &h00000080
- const EDS_ERR_DEVICE_BUSY = &h00000081
- const EDS_ERR_DEVICE_INVALID = &h00000082
- const EDS_ERR_DEVICE_EMERGENCY = &h00000083
- const EDS_ERR_DEVICE_MEMORY_FULL = &h00000084
- const EDS_ERR_DEVICE_INTERNAL_ERROR = &h00000085
- const EDS_ERR_DEVICE_INVALID_PARAMETER = &h00000086
- const EDS_ERR_DEVICE_NO_DISK = &h00000087
- const EDS_ERR_DEVICE_DISK_ERROR = &h00000088
- const EDS_ERR_DEVICE_CF_GATE_CHANGED = &h00000089
- const EDS_ERR_DEVICE_DIAL_CHANGED = &h0000008A
- const EDS_ERR_DEVICE_NOT_INSTALLED = &h0000008B
- const EDS_ERR_DEVICE_STAY_AWAKE = &h0000008C
- const EDS_ERR_DEVICE_NOT_RELEASED = &h0000008D
- const EDS_ERR_STREAM_IO_ERROR = &h000000A0
- const EDS_ERR_STREAM_NOT_OPEN = &h000000A1
- const EDS_ERR_STREAM_ALREADY_OPEN = &h000000A2
- const EDS_ERR_STREAM_OPEN_ERROR = &h000000A3
- const EDS_ERR_STREAM_CLOSE_ERROR = &h000000A4
- const EDS_ERR_STREAM_SEEK_ERROR = &h000000A5
- const EDS_ERR_STREAM_TELL_ERROR = &h000000A6
- const EDS_ERR_STREAM_READ_ERROR = &h000000A7
- const EDS_ERR_STREAM_WRITE_ERROR = &h000000A8
- const EDS_ERR_STREAM_PERMISSION_ERROR = &h000000A9
- const EDS_ERR_STREAM_COULDNT_BEGIN_THREAD = &h000000AA
- const EDS_ERR_STREAM_BAD_OPTIONS = &h000000AB
- const EDS_ERR_STREAM_END_OF_STREAM = &h000000AC
- const EDS_ERR_COMM_PORT_IS_IN_USE = &h000000C0
- const EDS_ERR_COMM_DISCONNECTED = &h000000C1
- const EDS_ERR_COMM_DEVICE_INCOMPATIBLE = &h000000C2
- const EDS_ERR_COMM_BUFFER_FULL = &h000000C3
- const EDS_ERR_COMM_USB_BUS_ERR = &h000000C4
- const EDS_ERR_USB_DEVICE_LOCK_ERROR = &h000000D0
- const EDS_ERR_USB_DEVICE_UNLOCK_ERROR = &h000000D1
- const EDS_ERR_STI_UNKNOWN_ERROR = &h000000E0
- const EDS_ERR_STI_INTERNAL_ERROR = &h000000E1
- const EDS_ERR_STI_DEVICE_CREATE_ERROR = &h000000E2
- const EDS_ERR_STI_DEVICE_RELEASE_ERROR = &h000000E3
- const EDS_ERR_DEVICE_NOT_LAUNCHED = &h000000E4
- const EDS_ERR_ENUM_NA = &h000000F0
- const EDS_ERR_INVALID_FN_CALL = &h000000F1
- const EDS_ERR_HANDLE_NOT_FOUND = &h000000F2
- const EDS_ERR_INVALID_ID = &h000000F3
- const EDS_ERR_WAIT_TIMEOUT_ERROR = &h000000F4
- const EDS_ERR_SESSION_NOT_OPEN = &h00002003
- const EDS_ERR_INVALID_TRANSACTIONID = &h00002004
- const EDS_ERR_INCOMPLETE_TRANSFER = &h00002007
- const EDS_ERR_INVALID_STRAGEID = &h00002008
- const EDS_ERR_DEVICEPROP_NOT_SUPPORTED = &h0000200A
- const EDS_ERR_INVALID_OBJECTFORMATCODE = &h0000200B
- const EDS_ERR_SELF_TEST_FAILED = &h00002011
- const EDS_ERR_PARTIAL_DELETION = &h00002012
- const EDS_ERR_SPECIFICATION_BY_FORMAT_UNSUPPORTED = &h00002014
- const EDS_ERR_NO_VALID_OBJECTINFO = &h00002015
- const EDS_ERR_INVALID_CODE_FORMAT = &h00002016
- const EDS_ERR_UNKNOWN_VENDOR_CODE = &h00002017
- const EDS_ERR_CAPTURE_ALREADY_TERMINATED = &h00002018
- const EDS_ERR_INVALID_PARENTOBJECT = &h0000201A
- const EDS_ERR_INVALID_DEVICEPROP_FORMAT = &h0000201B
- const EDS_ERR_INVALID_DEVICEPROP_VALUE = &h0000201C
- const EDS_ERR_SESSION_ALREADY_OPEN = &h0000201E
- const EDS_ERR_TRANSACTION_CANCELLED = &h0000201F
- const EDS_ERR_SPECIFICATION_OF_DESTINATION_UNSUPPORTED = &h00002020
- const EDS_ERR_NOT_CAMERA_SUPPORT_SDK_VERSION = &h00002021
- const EDS_ERR_UNKNOWN_COMMAND = &h0000A001
- const EDS_ERR_OPERATION_REFUSED = &h0000A005
- const EDS_ERR_LENS_COVER_CLOSE = &h0000A006
- const EDS_ERR_LOW_BATTERY = &h0000A101
- const EDS_ERR_OBJECT_NOTREADY = &h0000A102
- const EDS_ERR_CANNOT_MAKE_OBJECT = &h0000A104
- const EDS_ERR_TAKE_PICTURE_AF_NG = &h00008D01
- const EDS_ERR_TAKE_PICTURE_RESERVED = &h00008D02
- const EDS_ERR_TAKE_PICTURE_MIRROR_UP_NG = &h00008D03
- const EDS_ERR_TAKE_PICTURE_SENSOR_CLEANING_NG = &h00008D04
- const EDS_ERR_TAKE_PICTURE_SILENCE_NG = &h00008D05
- const EDS_ERR_TAKE_PICTURE_NO_CARD_NG = &h00008D06
- const EDS_ERR_TAKE_PICTURE_CARD_NG = &h00008D07
- const EDS_ERR_TAKE_PICTURE_CARD_PROTECT_NG = &h00008D08
- const EDS_ERR_TAKE_PICTURE_MOVIE_CROP_NG = &h00008D09
- const EDS_ERR_TAKE_PICTURE_STROBO_CHARGE_NG = &h00008D0A
- const EDS_ERR_LAST_GENERIC_ERROR_PLUS_ONE = &h000000F5
- const EDS_MAX_NAME = 256
- const EDS_TRANSFER_BLOCK_SIZE = 512
- const kEdsPropertyEvent_All = &h00000100
- const kEdsPropertyEvent_PropertyChanged = &h00000101
- const kEdsPropertyEvent_PropertyDescChanged = &h00000102
- const kEdsObjectEvent_All = &h00000200
- const kEdsObjectEvent_VolumeInfoChanged = &h00000201
- const kEdsObjectEvent_VolumeUpdateItems = &h00000202
- const kEdsObjectEvent_FolderUpdateItems = &h00000203
- const kEdsObjectEvent_DirItemCreated = &h00000204
- const kEdsObjectEvent_DirItemRemoved = &h00000205
- const kEdsObjectEvent_DirItemInfoChanged = &h00000206
- const kEdsObjectEvent_DirItemContentChanged = &h00000207
- const kEdsObjectEvent_DirItemRequestTransfer = &h00000208
- const kEdsObjectEvent_DirItemRequestTransferDT = &h00000209
- const kEdsObjectEvent_DirItemCancelTransferDT = &h0000020a
- const kEdsObjectEvent_VolumeAdded = &h0000020c
- const kEdsObjectEvent_VolumeRemoved = &h0000020d
- const kEdsStateEvent_All = &h00000300
- const kEdsStateEvent_Shutdown = &h00000301
- const kEdsStateEvent_JobStatusChanged = &h00000302
- const kEdsStateEvent_WillSoonShutDown = &h00000303
- const kEdsStateEvent_ShutDownTimerUpdate = &h00000304
- const kEdsStateEvent_CaptureError = &h00000305
- const kEdsStateEvent_InternalError = &h00000306
- const kEdsStateEvent_AfResult = &h00000309
- const kEdsStateEvent_BulbExposureTime = &h00000310
- const kEdsEvfDriveLens_Near1 = &h00000001
- const kEdsEvfDriveLens_Near2 = &h00000002
- const kEdsEvfDriveLens_Near3 = &h00000003
- const kEdsEvfDriveLens_Far1 = &h00008001
- const kEdsEvfDriveLens_Far2 = &h00008002
- const kEdsEvfDriveLens_Far3 = &h00008003
- const kEdsEvfDepthOfFieldPreview_OFF = &h00000000
- const kEdsEvfDepthOfFieldPreview_ON = &h00000001
- const kEdsImageSize_Large = 0
- const kEdsImageSize_Middle = 1
- const kEdsImageSize_Small = 2
- const kEdsImageSize_Middle1 = 5
- const kEdsImageSize_Middle2 = 6
- const kEdsImageSize_Small1 = 14
- const kEdsImageSize_Small2 = 15
- const kEdsImageSize_Small3 = 16
- const kEdsImageSize_Unknown = &hffffffff
- const kEdsCompressQuality_Normal = 2
- const kEdsCompressQuality_Fine = 3
- const kEdsCompressQuality_Lossless = 4
- const kEdsCompressQuality_SuperFine = 5
- const kEdsCompressQuality_Unknown = &hffffffff
- const EdsImageQuality_LJ = &h0010ff0f
- const EdsImageQuality_M1J = &h0510ff0f
- const EdsImageQuality_M2J = &h0610ff0f
- const EdsImageQuality_SJ = &h0210ff0f
- const EdsImageQuality_LJF = &h0013ff0f
- const EdsImageQuality_LJN = &h0012ff0f
- const EdsImageQuality_MJF = &h0113ff0f
- const EdsImageQuality_MJN = &h0112ff0f
- const EdsImageQuality_SJF = &h0213ff0f
- const EdsImageQuality_SJN = &h0212ff0f
- const EdsImageQuality_S1JF = &h0E13ff0f
- const EdsImageQuality_S1JN = &h0E12ff0f
- const EdsImageQuality_S2JF = &h0F13ff0f
- const EdsImageQuality_S3JF = &h1013ff0f
- const EdsImageQuality_LR = &h0064ff0f
- const EdsImageQuality_LRLJF = &h00640013
- const EdsImageQuality_LRLJN = &h00640012
- const EdsImageQuality_LRMJF = &h00640113
- const EdsImageQuality_LRMJN = &h00640112
- const EdsImageQuality_LRSJF = &h00640213
- const EdsImageQuality_LRSJN = &h00640212
- const EdsImageQuality_LRS1JF = &h00640E13
- const EdsImageQuality_LRS1JN = &h00640E12
- const EdsImageQuality_LRS2JF = &h00640F13
- const EdsImageQuality_LRS3JF = &h00641013
- const EdsImageQuality_LRLJ = &h00640010
- const EdsImageQuality_LRM1J = &h00640510
- const EdsImageQuality_LRM2J = &h00640610
- const EdsImageQuality_LRSJ = &h00640210
- const EdsImageQuality_MR = &h0164ff0f
- const EdsImageQuality_MRLJF = &h01640013
- const EdsImageQuality_MRLJN = &h01640012
- const EdsImageQuality_MRMJF = &h01640113
- const EdsImageQuality_MRMJN = &h01640112
- const EdsImageQuality_MRSJF = &h01640213
- const EdsImageQuality_MRSJN = &h01640212
- const EdsImageQuality_MRS1JF = &h01640E13
- const EdsImageQuality_MRS1JN = &h01640E12
- const EdsImageQuality_MRS2JF = &h01640F13
- const EdsImageQuality_MRS3JF = &h01641013
- const EdsImageQuality_MRLJ = &h01640010
- const EdsImageQuality_MRM1J = &h01640510
- const EdsImageQuality_MRM2J = &h01640610
- const EdsImageQuality_MRSJ = &h01640210
- const EdsImageQuality_SR = &h0264ff0f
- const EdsImageQuality_SRLJF = &h02640013
- const EdsImageQuality_SRLJN = &h02640012
- const EdsImageQuality_SRMJF = &h02640113
- const EdsImageQuality_SRMJN = &h02640112
- const EdsImageQuality_SRSJF = &h02640213
- const EdsImageQuality_SRSJN = &h02640212
- const EdsImageQuality_SRS1JF = &h02640E13
- const EdsImageQuality_SRS1JN = &h02640E12
- const EdsImageQuality_SRS2JF = &h02640F13
- const EdsImageQuality_SRS3JF = &h02641013
- const EdsImageQuality_SRLJ = &h02640010
- const EdsImageQuality_SRM1J = &h02640510
- const EdsImageQuality_SRM2J = &h02640610
- const EdsImageQuality_SRSJ = &h02640210
- const EdsImageQuality_CR = &h0063ff0f
- const EdsImageQuality_CRLJF = &h00630013
- const EdsImageQuality_CRMJF = &h00630113
- const EdsImageQuality_CRM1JF = &h00630513
- const EdsImageQuality_CRM2JF = &h00630613
- const EdsImageQuality_CRSJF = &h00630213
- const EdsImageQuality_CRS1JF = &h00630E13
- const EdsImageQuality_CRS2JF = &h00630F13
- const EdsImageQuality_CRS3JF = &h00631013
- const EdsImageQuality_CRLJN = &h00630012
- const EdsImageQuality_CRMJN = &h00630112
- const EdsImageQuality_CRM1JN = &h00630512
- const EdsImageQuality_CRM2JN = &h00630612
- const EdsImageQuality_CRSJN = &h00630212
- const EdsImageQuality_CRS1JN = &h00630E12
- const EdsImageQuality_CRLJ = &h00630010
- const EdsImageQuality_CRM1J = &h00630510
- const EdsImageQuality_CRM2J = &h00630610
- const EdsImageQuality_CRSJ = &h00630210
- const EdsImageQuality_Unknown = &hffffffff
- const kEdsImageQualityForLegacy_LJ = &h001f000f
- const kEdsImageQualityForLegacy_M1J = &h051f000f
- const kEdsImageQualityForLegacy_M2J = &h061f000f
- const kEdsImageQualityForLegacy_SJ = &h021f000f
- const kEdsImageQualityForLegacy_LJF = &h00130000
- const kEdsImageQualityForLegacy_LJN = &h00120000
- const kEdsImageQualityForLegacy_MJF = &h01130000
- const kEdsImageQualityForLegacy_MJN = &h01120000
- const kEdsImageQualityForLegacy_SJF = &h02130000
- const kEdsImageQualityForLegacy_SJN = &h02120000
- const kEdsImageQualityForLegacy_LR = &h00240000
- const kEdsImageQualityForLegacy_LRLJF = &h00240013
- const kEdsImageQualityForLegacy_LRLJN = &h00240012
- const kEdsImageQualityForLegacy_LRMJF = &h00240113
- const kEdsImageQualityForLegacy_LRMJN = &h00240112
- const kEdsImageQualityForLegacy_LRSJF = &h00240213
- const kEdsImageQualityForLegacy_LRSJN = &h00240212
- const kEdsImageQualityForLegacy_LR2 = &h002f000f
- const kEdsImageQualityForLegacy_LR2LJ = &h002f001f
- const kEdsImageQualityForLegacy_LR2M1J = &h002f051f
- const kEdsImageQualityForLegacy_LR2M2J = &h002f061f
- const kEdsImageQualityForLegacy_LR2SJ = &h002f021f
- const kEdsImageQualityForLegacy_Unknown = &hffffffff
- const kEdsBatteryLevel2_Empty = 0
- const kEdsBatteryLevel2_Low = 9
- const kEdsBatteryLevel2_Half = 49
- const kEdsBatteryLevel2_Normal = 80
- const kEdsBatteryLevel2_Hi = 69
- const kEdsBatteryLevel2_Quarter = 19
- const kEdsBatteryLevel2_Error = 0
- const kEdsBatteryLevel2_BCLevel = 0
- const kEdsBatteryLevel2_AC = &hFFFFFFFF
- const kEdsBatteryLevel2_Unknown = &hFFFFFFFE
- const kEdsSaveTo_Camera = 1
- const kEdsSaveTo_Host = 2
- const kEdsSaveTo_Both = 3
- const kEdsWhiteBalance_Auto = 0
- const kEdsWhiteBalance_Daylight = 1
- const kEdsWhiteBalance_Cloudy = 2
- const kEdsWhiteBalance_Tangsten = 3
- const kEdsWhiteBalance_Fluorescent = 4
- const kEdsWhiteBalance_Strobe = 5
- const kEdsWhiteBalance_WhitePaper = 6
- const kEdsWhiteBalance_Shade = 8
- const kEdsWhiteBalance_ColorTemp = 9
- const kEdsWhiteBalance_PCSet1 = 10
- const kEdsWhiteBalance_PCSet2 = 11
- const kEdsWhiteBalance_PCSet3 = 12
- const kEdsWhiteBalance_WhitePaper2 = 15
- const kEdsWhiteBalance_WhitePaper3 = 16
- const kEdsWhiteBalance_WhitePaper4 = 18
- const kEdsWhiteBalance_WhitePaper5 = 19
- const kEdsWhiteBalance_PCSet4 = 20
- const kEdsWhiteBalance_PCSet5 = 21
- const kEdsWhiteBalance_Click = -1
- const kEdsWhiteBalance_Pasted = -2
- const kEdsPhotoEffect_Off = 0
- const kEdsPhotoEffect_Monochrome = 5
- const kEdsColorMatrix_Custom = 0
- const kEdsColorMatrix_1 = 1
- const kEdsColorMatrix_2 = 2
- const kEdsColorMatrix_3 = 3
- const kEdsColorMatrix_4 = 4
- const kEdsColorMatrix_5 = 5
- const kEdsColorMatrix_6 = 6
- const kEdsColorMatrix_7 = 7
- const kEdsFilterEffect_None = 0
- const kEdsFilterEffect_Yellow = 1
- const kEdsFilterEffect_Orange = 2
- const kEdsFilterEffect_Red = 3
- const kEdsFilterEffect_Green = 4
- const kEdsToningEffect_None = 0
- const kEdsToningEffect_Sepia = 1
- const kEdsToningEffect_Blue = 2
- const kEdsToningEffect_Purple = 3
- const kEdsToningEffect_Green = 4
- const kEdsColorSpace_sRGB = 1
- const kEdsColorSpace_AdobeRGB = 2
- const kEdsColorSpace_Unknown = &hffffffff
- const kEdsPictureStyle_Standard = &h0081
- const kEdsPictureStyle_Portrait = &h0082
- const kEdsPictureStyle_Landscape = &h0083
- const kEdsPictureStyle_Neutral = &h0084
- const kEdsPictureStyle_Faithful = &h0085
- const kEdsPictureStyle_Monochrome = &h0086
- const kEdsPictureStyle_Auto = &h0087
- const kEdsPictureStyle_User1 = &h0021
- const kEdsPictureStyle_User2 = &h0022
- const kEdsPictureStyle_User3 = &h0023
- const kEdsPictureStyle_PC1 = &h0041
- const kEdsPictureStyle_PC2 = &h0042
- const kEdsPictureStyle_PC3 = &h0043
- const kEdsTransferOption_ByDirectTransfer = 1
- const kEdsTransferOption_ByRelease = 2
- const kEdsTransferOption_ToDesktop = &h00000100
- const kEdsAEMode_Program = 0
- const kEdsAEMode_Tv = 1
- const kEdsAEMode_Av = 2
- const kEdsAEMode_Manual = 3
- const kEdsAEMode_Bulb = 4
- const kEdsAEMode_A_DEP = 5
- const kEdsAEMode_DEP = 6
- const kEdsAEMode_Custom = 7
- const kEdsAEMode_Lock = 8
- const kEdsAEMode_Green = 9
- const kEdsAEMode_NightPortrait = 10
- const kEdsAEMode_Sports = 11
- const kEdsAEMode_Portrait = 12
- const kEdsAEMode_Landscape = 13
- const kEdsAEMode_Closeup = 14
- const kEdsAEMode_FlashOff = 15
- const kEdsAEMode_CreativeAuto = 19
- const kEdsAEMode_Movie = 20
- const kEdsAEMode_PhotoInMovie = 21
- const kEdsAEMode_SceneIntelligentAuto = 22
- const kEdsAEMode_SCN = 25
- const kEdsAEMode_NightScenes = 23
- const kEdsAEMode_BacklitScenes = 24
- const kEdsAEMode_Children = 26
- const kEdsAEMode_Food = 27
- const kEdsAEMode_CandlelightPortraits = 28
- const kEdsAEMode_CreativeFilter = 29
- const kEdsAEMode_RoughMonoChrome = 30
- const kEdsAEMode_SoftFocus = 31
- const kEdsAEMode_ToyCamera = 32
- const kEdsAEMode_Fisheye = 33
- const kEdsAEMode_WaterColor = 34
- const kEdsAEMode_Miniature = 35
- const kEdsAEMode_Hdr_Standard = 36
- const kEdsAEMode_Hdr_Vivid = 37
- const kEdsAEMode_Hdr_Bold = 38
- const kEdsAEMode_Hdr_Embossed = 39
- const kEdsAEMode_Movie_Fantasy = 40
- const kEdsAEMode_Movie_Old = 41
- const kEdsAEMode_Movie_Memory = 42
- const kEdsAEMode_Movie_DirectMono = 43
- const kEdsAEMode_Movie_Mini = 44
- const kEdsAEMode_PanningAssist = 45
- const kEdsAEMode_GroupPhoto = 46
- const kEdsAEMode_Myself = 50
- const kEdsAEMode_SmoothSkin = 52
- const kEdsAEMode_Unknown = &hffffffff
- const kEdsBracket_AEB = &h01
- const kEdsBracket_ISOB = &h02
- const kEdsBracket_WBB = &h04
- const kEdsBracket_FEB = &h08
- const kEdsBracket_Unknown = &hffffffff
- const kEdsEvfOutputDevice_TFT = 1
- const kEdsEvfOutputDevice_PC = 2
- const kEdsEvfZoom_Fit = 1
- const kEdsEvfZoom_x5 = 5
- const kEdsEvfZoom_x10 = 10
- const Evf_AFMode_Quick = 0
- const Evf_AFMode_Live = 1
- const Evf_AFMode_LiveFace = 2
- const kEdsStroboModeInternal = 0
- const kEdsStroboModeExternalETTL = 1
- const kEdsStroboModeExternalATTL = 2
- const kEdsStroboModeExternalTTL = 3
- const kEdsStroboModeExternalAuto = 4
- const kEdsStroboModeExternalManual = 5
- const kEdsStroboModeManual = 6
- const kEdsETTL2ModeEvaluative = 0
- const kEdsETTL2ModeAverage = 1
