Been trying to use the Sony camera API and I've been experimenting with the Remote API Sample app.
This App seems to work fairly well, but I've notice that sometimes when launching the Camera Activity with the live view I'm getting an IOException:
06-20 12:58:46.696: W/SimpleLiveviewSurfaceView(8216): IOException while fetching: null
This seems to be originating from the readBytes method in the SimpleLiveviewSlicer this is the line of code:
int readlen = in.read(buffer, 0, trialReadlen);
This can be reproduced by Launching the SampleCameraActivty , then pressing back to go back to CameraRemoteSample Activity and then launching the SampleCameraActivity by clicking on the URL again.
It doesn't happen every time , but often enough for it to be a problem.
Anyone on the Sony Camera team seen this? It seems that the inputstream is getting corrupted somehow.