ttbek
•
Veteran Member
•
Posts: 4,869
Re: NX500 - tethered shooting - simple "hack"
Been a long time, but I've started to pursue this a bit again:
https://github.com/gphoto/gphoto2/issues/329
Those are without the info.tgw Adding the file actually seems to reduce the info a bit, but is mostly the same.
gphoto2 --auto-detect
Model Port
----------------------------------------------------------
Samsung NX1 usb:006,006
gphoto2 --port usb: --abilities
Abilities for camera : Samsung NX1
Serial port support : no
USB support : yes
Capture choices :
: Capture not supported by the driver
Configuration support : no
Delete selected files on camera : yes
Delete all files on camera : no
File preview (thumbnail) support : yes
File upload support : yes
gphoto2 --summary
Camera summary:
Manufacturer: SAMSUNG Electronics Co. Ltd.
Model: SAMSUNG NX1
Version: V1.0
Capture Formats: Unknown(0000)
Display Formats: Unknown(b984), Unknown(b982), MP3, Unknown(b901), Unknown(b981), JPEG, Association/Directory, Unknown(ba05), Unknown(b906), Undefined Type, GIF, BMP, PNG, MS Wave, MS AVI, MPEG, ASF, Unknown(ba03)
Device Capabilities:
File Download, File Deletion, File Upload
No Image Capture, No Open Capture, No vendor specific capture
Storage Devices Summary:
store_00020001:
StorageDescription: Card
VolumeLabel: -20001
Storage Type: Removable RAM (memory card)
Filesystemtype: Generic Hierarchical
Access Capability: Read-Write
Maximum Capability: 63247089664 (60317 MB)
Free Space (Bytes): 57135595520 (54488 MB)
Free Space (Images): -1
Device Property Summary:
Battery Level(0x5001): error 2005 on query.
Property 0xd401: error 2005 on query.
Property 0xd402: error 2005 on query.
Property 0xd404: error 2005 on query.
Property 0xd407: error 2005 on query.
gphoto2 --list-all-config
/main/actions/opcode
Label: PTP Opcode
Readonly: 0
Type: TEXT
Current: 0x1001,0xparam1,0xparam2
END
/main/status/serialnumber
Label: Serial Number
Readonly: 0
Type: TEXT
Current: None
END
/main/status/manufacturer
Label: Camera Manufacturer
Readonly: 0
Type: TEXT
Current: SAMSUNG Electronics Co. Ltd.
END
/main/status/cameramodel
Label: Camera Model
Readonly: 0
Type: TEXT
Current: SAMSUNG NX1
END
/main/status/deviceversion
Label: Device Version
Readonly: 0
Type: TEXT
Current: V1.0
END
/main/status/vendorextension
Label: Vendor Extension
Readonly: 0
Type: TEXT
Current: None
END
gphoto2 --capture-image-and-download
*** Error ***
Sorry, your camera does not support generic capture
ERROR: Could not capture image.
ERROR: Could not capture.
*** Error (-6: 'Unsupported operation') ***
For debugging messages, please use the --debug option.
Debugging messages may help finding a solution to your problem.
If you intend to send any error or debug messages to the gphoto
developer mailing list <gphoto-devel@lists.sourceforge.net>, please run
gphoto2 as follows:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt --capture-image-and-download
Please make sure there is sufficient quoting around the arguments.