Closed tihoulas closed 3 years ago
Any further info on this ? I'd like to be able to send/receive pix to store on my linux server. Doesn't need anything complicated... just the ability to drop them to a directory.
This seems PTP protocol. 101b is GetPartialObject , id, startoffset, length
Hi,
I am working on making this software connect with my X-T2 in receive mode. So far, my code, while working, is to ugly to commit. However, I have found new information on the protocol used to request a picture. In commands.cpp, you provide the following :
I would like to correct this. In fact, the request is :
Changing the offset and the size, you can choose to download the picture in multiple parts. The camera will know when the whole picture is sent.