dukus / digiCamControl

DSLR camera remote control open source software
http://digicamcontrol.com/
Other
674 stars 226 forks source link

Sony camera file transfer not working #225

Open dukus opened 8 years ago

dukus commented 8 years ago

http://digicamcontrol.com/phpbb/viewtopic.php?f=3&t=1377

BStrauss3 commented 8 years ago

Proposed solution add

PhotoUtils.WaitForFile(tempFile);

before

File.Copy(tempFile, fileName);

But I have no way to test this....