ptp

.Net MTP / PTP Wrapper?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-05 19:26:02
问题 I'm writting a hobby project to deal with files on cameras. Previously I found issues with the camera and the FolderBrowserDialog. What I believe is happing is that the camera is using MTP or PTP (Picture Transfer Protocol not peer-to-peer). In order to make interfacing with the camera more seamless I'd like to use PTP or MTP to access the camera. Are there any MTP / PTP Wrappers for .Net people can recommend? I'm keen to avoid writing my own or dabbling in unmanaged code if possible. 回答1: I

.Net MTP / PTP Wrapper?

五迷三道 提交于 2019-12-04 02:42:57
I'm writting a hobby project to deal with files on cameras. Previously I found issues with the camera and the FolderBrowserDialog . What I believe is happing is that the camera is using MTP or PTP (Picture Transfer Protocol not peer-to-peer). In order to make interfacing with the camera more seamless I'd like to use PTP or MTP to access the camera. Are there any MTP / PTP Wrappers for .Net people can recommend? I'm keen to avoid writing my own or dabbling in unmanaged code if possible. I have found this blog post by dimeby8 which has been a great starting point with a lot of useful information