java - Computationally Intensive Task on Google Glass -


what best way of going running computationally intensive task on google glass. specific task have in mind involves opencv , lot of image processing. single image provided input, , opencv analyzes image. desktop takes couple seconds complete task, while glass takes upwards of couple minutes. best way defer processing either phone or computer? code in java.

the way see there 2 possibilities:

  1. defer computationally intensive task phone or computer sending input image via bluetooth.

  2. defer computationally intensive task phone or computer sending input image through cloud.

what best solution particular problem? if use cloud approach, cloud services best use google glass?

push data via mirror api upload methods described here in order not deal transfer problems. write app server run algorithms , run on google app server or own server. return results mirror api , make return callback value google glass.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -