0

After a lot of testing using your CameraRemoteSampleApp demo project, the method JSONObject replyJson = mRemoteApi.actTakePicture(); takes from 2 to 4 seconds for retrieving the JSONObject.

Is it possibile to reduce this processing time?

Link 88
  • 553
  • 8
  • 27
  • 1
    How did you measure that time? From the moment of invocation the method or taking the photo by the camera? Does your camera have automatic image preview/cropping options set on? – kriskot Dec 28 '15 at 09:23
  • In order to measure the time, I'm using a simple stopwatch class that uses System.currentTimeMillis() for making the calculation. I start the timer at the beginning of the method SimpleHttpClient.httpPost and stop it exactly after the OutputStreamWriter is populated and closed, right before the comment **// Read stream as String**. I'm checking the option you are talking about and will let you know asap – Link 88 Dec 28 '15 at 10:01
  • 1
    This can also depend on how much time camera needs on focus. I will try to do some tests as well this week with my a6000. – kriskot Dec 28 '15 at 10:52
  • Thank very much for the help. I cannot find the options you are talking about... I'm using PlayMemories Mobile app for checking them – Link 88 Dec 28 '15 at 11:21
  • Any news about that @kriskot ? – Link 88 Jan 19 '16 at 09:52
  • I’m working on iOS SDK. I want to capture images within short intervals like 2 or 3 secs. Did you find any workaround for this? – Yasitha Jul 12 '16 at 02:20

0 Answers0