When using the API I am getting 403 errors on the AS15. The call is listed when I request 'supportedApiList'.
Available Api List: {'id': 1, 'result': [['getMethodTypes', 'getAvailableApiList', 'setShootMode', 'getShootMode', 'getSupportedShootMode', 'getAvailableShootMode', 'setSteadyMode', 'getSteadyMode', 'getSupportedSteadyMode', 'getAvailableSteadyMode', 'setViewAngle', 'getViewAngle', 'getSupportedViewAngle', 'getAvailableViewAngle', 'setMovieQuality', 'getMovieQuality', 'getSupportedMovieQuality', 'getAvailableMovieQuality', 'startLiveview', 'stopLiveview', 'startMovieRec', 'stopMovieRec', 'startIntervalStillRec', 'stopIntervalStillRec', 'setCameraFunction', 'getCameraFunction', 'getSupportedCameraFunction', 'getAvailableCameraFunction', 'getStorageInformation', 'getApplicationInfo', 'getVersions', 'getEvent']]}
But then '403's when I actually call it...
Supported Movie Quality [ERROR] camera doesn't workHTTP Error 403: Forbidden
There some discussion here: HDR-AS15: Supported Movie Quality [ERROR] camera doesn't work #9
Anyone have a suggestion how we can 'validate' the API List (which the camera gives is), so that we aren't getting errors?