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
0
votes
1 answer
How to rotate an ImageView when using SmartEyeGlass SDK?
I am using layout rendering (as opposed to bitmap rendering) in my Smarteyeglass app. How can I rotate an image view, let's say by 45 degrees?
I am using the following code to display my layout:
Intent intent = new…

dustymax
- 330
- 3
- 11
0
votes
1 answer
How to get view reference in Sony Smarteyeglass?
I am using layout rendering (as opposed to bitmap rendering) in my Smarteyeglass app. How can I get a reference to the current view?
I would like to rotate one ImageView in my layout according to a value calculated in code. So I need to do something…

dustymax
- 330
- 3
- 11
0
votes
1 answer
SampleCameraExtension where is the folder saved
Running SampleCameraExtension sample and looks like it is working. But I can't find the folder where the files are saved to

kay00
- 327
- 1
- 5
- 16
0
votes
1 answer
How do I integrate QR code reading application to Sony SmartEyeGlass?
We are developing an application for Sony SmartEyeGlass. Firstly, we created it with Android Studio and android tablet.Now, we are working with Sample Camera Extension sample to integrate it our Project. But there is a lot of details. Someone can…

Tuğçe Acar
- 29
- 1
- 7
0
votes
1 answer
Method in class can not be applied to smarteyeglass.extension (android)
I'm trying to use a method from another class inside my Control method for camera of smarteyeglass and I'm getting an error. It's telling me that Method in class can not be applied to smarteyeglass.extension.Samplecamera.SamplecameraControl.
This…

Ozan Yağcı
- 1
- 3
0
votes
1 answer
Connecting Sony SmartEyeGlasses with Desktop
Is there a way to connect Sony SmartEyeGlasses directly with a PC using bluetooth?
I have to create a Augmented Reality application which cannot use Android Phone or any phone because the application will be used but I want to use Sony…

user2118552
- 1
- 1
0
votes
1 answer
How to maintain the screen or display ON on the sony smarteyeglass?
I want to maintain the screen ON on an app I have developed on the Sony Smarteyeglass. The problem is that I haven't found in the API something to set or unset. How could be done? Is it posible?

Gasteizko
- 208
- 1
- 9
0
votes
1 answer
does sony smarteyeglass support the UI platform Unity?
I'm planning to develop an app for Sony SmartEyeglass via Unity, however, I'm not sure if that's possible. Is it possible, or do I have to use Android Studio unconditionally?

Shun.S
- 11
0
votes
2 answers
How to change the location of the Smarteyeglass API
I have an application working that I made using one of the samples as base (Advanced Layouts). I added some external modules that was added to the project just fine, but I can't manage to put the 3 folders of the API (SmartExtensionAPI,…

Isaque Fontinele
- 1
- 1
0
votes
1 answer
Putting any layout elements above the midline for Sony SmartEyeGlass
I am new to android development/SmartEyeGlass SDK and I am wondering if it is possible to put anything (text, images, whatever) above the midline on the screen. When I put a in my layout.xml and load it in my emulator, the image's top…

unknown
- 55
- 8
0
votes
2 answers
Update SmartEyeglass display every 40ms
I created a bitmap on the screen of my Sony SmartEyeglass like this:
private void updateLayout(){
this.showBitmap(bitmap);
}
Now I want to update it every 40 milliseconds or so.
I tried calling it again and again from another thread and added…

000000000000000000000
- 1,467
- 1
- 19
- 38
0
votes
1 answer
Sony SmartEyeglass read Accelerometer
I am trying to get a float array of the accelerometer values of the SmartEyeglass.
I want to have a float-Array in my ControlExtension that is automatically updated if the accelerometer changes.
The official documentation hasn't been a lot of…

000000000000000000000
- 1,467
- 1
- 19
- 38
0
votes
1 answer
sony-smarteyeglass change layout parameters dynamically
I am trying to change line count and TextSize in my text view on SmartEyeglass dynamically. I am calling showLayout() in my ControlExtension to show the layout on the glasses and then sendText() when my text changes. But I don't know how I can…

user3602518
- 1
- 2
0
votes
1 answer
How can I detect the presence of a Sony SmartEyeglass device?
I am writing an android app that will interface with a Sony SmartEyeGass. I want to detect the presence and connection of the device, prior to the user starting functions that use the glasses.
Unfortunately, I am having trouble reliably detecting if…

whatsisname
- 5,872
- 2
- 20
- 27
0
votes
1 answer
Smarteyeglass Control Action Definition
In sony smarteyeglass sdk sample codes, there are different actions defined, like onTap(), onTouch(),onObjectClick(),onKey(). It's not really clear for me to understand the functions, like how to connect the physically action to the event triggered…

Hongwei
- 17
- 5