Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.71 KB

File metadata and controls

40 lines (33 loc) · 1.71 KB

0x1005 GetStorageInfo

Returns information for the specified storage ID.
If the 0x5003 ImageSize property changes and it affects the storage information, a 0x400C StorageInfoChanged event is triggered to notify the update.

Supported Models

X Z1 V SC S
Operation Code 0x1005
Operation Parameter 1 StorageID
Operation Parameter 2 None
Operation Parameter 3 None
Operation Parameter 4 None
Operation Parameter 5 None
Data StorageInfo dataset
Data Direction R->I

StorageInfo Dataset

Field Order Field Name Size Data Type Description
1 Storage Type 2 UINT16
2 Filesystem Type 2 UINT16
3 Access Capability 2 UINT16
4 Max Capability 8 UINT64 Total storage capacity
5 Free Space In Bytes 8 UINT64 Remaining available storage capacity
6 Free Space In Objects*1 4 UINT32 Remaining shot count
7 Storage Description Variable String
8 Volume Identifier Variable String

*1The remaining number of photos that can be recorded is recalculated at the following times:

  • When the camera is powered on
  • After an image file is saved
  • When the number of files or directories in the storage changes
  • When the 0x5003 ImageSize property is modified