Last active
January 2, 2016 13:48
-
-
Save yoggy/8312160 to your computer and use it in GitHub Desktop.
gphoto2でthetaを見てみたテスト(USB接続)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ LANG=C gphoto2 --summary | |
Camera summary: | |
Manufacturer: Ricoh Company, Ltd. | |
Model: RICOH THETA | |
Version: 01.10 | |
Serial Number: xxxxxxxx | |
Vendor Extension ID: 0x6 (1.10) | |
Capture Formats: | |
Display Formats: Association/Directory, JPEG, Firmware | |
Device Capabilities: | |
File Download, File Deletion, No File Upload | |
No Image Capture, No Open Capture, No vendor specific capture | |
Storage Devices Summary: | |
store_00010001: | |
StorageDescription: None | |
VolumeLabel: None | |
Storage Type: Builtin RAM | |
Filesystemtype: Digital Camera Layout (DCIM) | |
Access Capability: Read-Write | |
Maximum Capability: 4027580416 (3841 MB) | |
Free Space (Bytes): 3719869440 (3547 MB) | |
Free Space (Images): 1135 | |
Device Property Summary: | |
Battery Level(0x5001):(read only) (type=0x2) Range [0 - 100, step 1] value: 100% (100) | |
Date & Time(0x5011):(read only) (type=0xffff) '20140108T141334' | |
Perceived Device Type(0xd407):(read only) (type=0x6) 1 | |
$ gphoto2 --list-config | |
/main/settings/datetime | |
/main/status/batterylevel | |
/main/other/5001 | |
/main/other/5011 | |
/main/other/d407 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment