I'm developing app thats control Sony camera over the wifi. In "PlayMemories" Android app there is format option under the settings menu, that erases all the images on the cameras SD card, but in the camera API documentation I cannot see this method.
To delete the content I'm using following methods with parameters:
- getContentCount - version = 1.2, target = all = flat, cnt = 100, stIdx = x
- getContentList - version = 1.3, view = flat, cnt = 100, stIdx = x
- deleteContent - version = 1.1
, but when I delete content ( 100 images in one request), camera led blinks with color red and turns off-on and I'm loosing Request connection, but with PlayMemory App I cannot see this behaviour.
Is there known reason why camera turns off-on, when deleting images? Is there method that formats or delete images and movies directories?