After upgrading to the newest firmware, I recognized that there are new API-calls for the DSC-QX10.
I am interested in the setTouchAFPosition
API call, but I am not allowed to call it.
The error response I get:
{
"error" : [ 403, "setTouchAFPosition" ],
"id" : 1
}
The request I send:
{
"method":"setTouchAFPosition",
"params":[77.08333333333334,60.06944444444444],
"id":1,
"version":"1.0"
}
Any ideas on that?