I want porting my application for android phone what analyze live streaming to smarteyeglass.
I use raw data (YUV420SP) onPreviewFrame(byte[] data,Camera camera)/setPreviewCallbackWithBuffer()
in android SDK,
and I found "onCameraReceived(CameraEvent event)/SmartEyeglassEventListener"
in SmartEyeGlass SDK, but event.getData()
return JPEG data.
Is there method to get raw data in SmartEyeGlass SDK?