The Sony SmartEyeglass is a wearable device that connects to Android devices and offers an API for notifications and custom applications.
Questions tagged [sony-smarteyeglass]
72 questions
2
votes
0 answers
How to face tracking with FaceDetector?
I want to face tracking with FaceDetector like this.
https://github.com/googlesamples/android-vision/tree/master/visionSamples/FaceTracker
In this sample, set ByteBuffer to Frame.imageData like this.
outputFrame = new Frame.Builder()
…

gaku
- 101
- 1
- 5
1
vote
1 answer
Sony Smart Eye Glass can't activate High Power Mode
I'm using below API
utils.setPowerMode(Intents.POWER_MODE_HIGH);
I usually can't activate High Power Mode of Sony Smart Eye Glass even try on built-in camera app of the Glass.
I tried with many Android devices to connect to my Glass such as:…

Duong Tran
- 11
- 1
1
vote
1 answer
How to register an app for Sony Smart Glass?
I was trying to develop an app in Android Studio 2.1.2 for Sony Smart Glass. I wrote the coding and now I have to register the app so that the Smart Connect can recognize the app, so that it can be used for Sony Smart Glass.
Sony has given few set…

cantona_7
- 1,127
- 4
- 21
- 40
1
vote
1 answer
Using qrcode reading without touch event in SmartEye Glass
We create an application with HelloWorld sample that scans QR codes and uses the database. But we want to do it without touch event. The current situation, we have to use touch event to scan QR code. Is it about HelloWorld sample or our application?…

Tuğçe Acar
- 29
- 1
- 7
1
vote
1 answer
Error:Configuration with name 'default' not found when building for Sony Smart Glass
I am trying to develop an app for Sony Smart Glass in Android Studio 2.1.2. I tried to add the Sony Smart Glass sample library functions. I am getting an error like that
Error:Configuration with name 'default' not found.
My…

cantona_7
- 1,127
- 4
- 21
- 40
1
vote
1 answer
SmartEyeglass: How to view the video that is streamed from the glasses camera
The SampleCameraExtension sdk sample allows writing jpegs (7.5 or 15 fps) to a folder on my phone/tablet. I don't want to store these files, I want to view them (real time) on my tablet (for test) and then (next step) view them (again in real time)…

sdrake
- 13
- 4
1
vote
1 answer
I can not get the KEY_EVENT
I am participating in a project that makes an extension of a augmented reality application using the smarteyeglass, and I've got a problem. I do not know why when I press the back button on the smarteyeglass I can't get the KEY_EVENT
"onReceive:…

Mailson
- 63
- 2
- 8
1
vote
1 answer
How to start SmartEyeglass application from main activity
Is it possible to start a SmartEyeglass application from Android activity instead of selecting it manually on the Glasses Menu?
I have tried the code below but no success:
Intent intent = new Intent(Intents.CONTROL_START_INTENT);
…

Sylvio Alves
- 13
- 2
1
vote
1 answer
Connect Sony SmartEyeGlass to Wifi
today a SmartEyrGlass arrived at the office and I am having trouble connecting it to the wifi to take pictures.
The manual just says:
Turn on wireless LAN on your smartphone.
And in the settings off the glass it only displays the MAC address of…

000000000000000000000
- 1,467
- 1
- 19
- 38
1
vote
1 answer
Problems with camera operations inside Advanced Layouts
I am having problems with the camera operations inside AdvancedLayout sample project.
I am adding following code to the sample project AdvancedLayout in the sdk downloaded from sony.
I am following the Camera guide here…

Gökhan Kurt
- 531
- 5
- 13
1
vote
1 answer
scrollable text in detail cards of list of items
I am trying to add a scrollable textview in to my cards.
Looking through the AdvancedLayout example I noticed that I have to either comment out onKey, onTab event listeners or call the super class listeners to make it work in the list items.
But I…

Gökhan Kurt
- 531
- 5
- 13
1
vote
1 answer
Newline in Dialog using SmartEyeglassControlUtils.showDialogMessage method
Is it possible to have newlines in the dialogs?
Using showDialogMessage of SmartEyeglassControlUtils I tried sending text with both \n and
in it but both not working. \n is not visible though. Assuming that it is a better candidate to be used…
in it but both not working. \n is not visible though. Assuming that it is a better candidate to be used…

Gökhan Kurt
- 531
- 5
- 13
1
vote
1 answer
List of lists in sdk for smartglass
The examples contain a well working example of lists of items called AdvancedLayout.
It has a list of items and details for each item.
My question is whether it is possible or if Sony has an example project for list of lists? When you select an item…

Gökhan Kurt
- 531
- 5
- 13
1
vote
1 answer
OpenGL ES in SmartEyeGlass
I'm looking at the Sony SmartEyeGlass and it seems like the only way to interact with the "augmented reality layer" (what's drawn on the glasses) is through the proprietary Sony APIs.
I'm wondering whether there is a way to let OpenGL ES manage this…

Mickael
- 3,506
- 1
- 21
- 33
0
votes
1 answer
How to use SDK of SmartEyeglass in "Xamarin"?
I would like to use Xamarin software as developing "Smart eye glass" which is Sony products.
I am wonderring that "sony_smarteyeglass_sdk_v1.5" is allowed to use in "Xamarin"?
I know that "AndroidStudio" is compatible with Sony…

D.Miyata
- 1
- 1