I'm using a Sony Camera a6500 and the Sony Camera Remote API SDK.
According to the documentation, I could be able to transfer recorded movies with the API with a a6500. When I'm calling the method getAvailableApiList (after a stat, I've got these methods:
0:"getVersions"
1:"getMethodTypes"
2:"getApplicationInfo"
3:"getAvailableApiList"
4:"getEvent"
5:"stopRecMode"
6:"startMovieRec"
7:"startLiveview"
8:"stopLiveview"
9:"setShootMode"
10:"getShootMode"
11:"getAvailableShootMode"
12:"getSupportedShootMode"
13:"setExposureCompensation"
14:"getExposureCompensation"
15:"getAvailableExposureCompensation"
16:"getSupportedExposureCompensation"
None of the method useful to list and transfer camera movies are listed (getSchemeList, getSourceList, getContentList, setCameraFunction ...). I've tried the methods, but I've got an invalid method error (12).
I also try to reach the avContent endpoint, without more success.
Is there another way to transfer a6500 camera files with the remote API ?