I have a Sony QX1 camera and I want to delete the contents of the SD Card using the Sony Camera Remote API. The available API versions on the camera are 1.0, 1.1 and 1.2.
According to the documentation, the "deleteContent" API is available in API version 1.1. The problem is that I need to provide the URI of an image in the deleteContent request. The documentation refers to "getContentList" to get these URI's, but this API is only available in version 1.3.
How can I use the deleteContent API then? Is there any other way to format the SD card/remove all content with an API < 1.2 ? Or is there a way to update the QX1 camera to a newer firmware which has API 1.3?
Thanks for your help