Questions tagged [sony-smarteyeglass]

The Sony SmartEyeglass is a wearable device that connects to Android devices and offers an API for notifications and custom applications.

Relevant links:

72 questions
0
votes
2 answers

Sony SmartEyeglass: How can I mirror Sony SmartEyeglass screen to Andorid handset or PC?

I want to show others what I can see on on Sony SmartEyeglass which I have worn. Is there any way to mirror it on paired Android handset screen or PC? Please help.
user1865411
  • 69
  • 2
  • 2
  • 4
0
votes
1 answer

Have a trouble with developing an app for smarteyeglass

Recently,i need to build an app for smart eyeglass. with official instruction,i have to import three library project,including SmartExtensionAPI,SmartExtensionUtils SmartEyeglassAPI.and i have develop dependencies for my project when i run this app,…
0
votes
1 answer

How to calibrate the Sony SmartEyeglass sensors?

reading https://developer.sony.com/reference/seg-sdk/com/sonyericsson/extras/liveware/aef/sensor/Sensor.SensorAccuracy I found out, that a sensor could provide unreliable information and should therefore be calibrated. How can that be…
techgeek89
  • 177
  • 1
  • 2
0
votes
1 answer

disable standby mode smarteyeglass

My problem is that the SmartEyeglass display is disabled after around 30 seconds of non-activity. The SmartEyeglassUtils lib provides a requestEnterStandbyMode() method. But not a disableStandbyMode or something like that. How can I disable the…
techgeek89
  • 177
  • 1
  • 2
0
votes
2 answers

How to record audio with Smart Eye Glass?

I am developing an audio recorder with Sony Smart Eyeglass, but it does not work well. My application records just a voice from phone microphone, not from Smart Eyeglass microphone. I'd like to record a voice just only from Smart Eyeglass…
giantneco
  • 3
  • 1
0
votes
2 answers

SmartEyeglasses and Subtitles - Accessibility

I work for a performing arts institution and have been asked to look into incorporating wearable technology into accessibility for our patrons. I am interested in finding out more information regarding the use of SmartEyeglasses for supertitles…
B.H
  • 9
  • 1
0
votes
1 answer

Where does a SmartEyeglass app actually run?

I am currently trying to figure out what a SmartEyeglass really is and where it runs. If I understood the documentation correctly, a SmartEyeglass app is always packaged as an Android application. That's why it consists of an Android manifest and an…
techgeek89
  • 177
  • 1
  • 2
0
votes
0 answers

PLaying sound on smarteyeglasses causes warning

I am following the guide here https://developer.sony.com/develop/wearables/smarteyeglass-sdk/guides/use-bluetooth-for-audio-io/ When I play a raw mp3 on Smarteyeglasses using the code SoundPool mSoundPool = new SoundPool(5,…
Gökhan Kurt
  • 531
  • 5
  • 13
0
votes
2 answers

Why there is no card(register by the host app i develop) show up on Sony SmartEyeGlass

I have a GPS navigation app. now i want to use this app as the host app, and display some info on the Sony SmartEyeGlass. But i am stuck at the first step... First off, i want to show a card on the Sony SmartEyeGlass. i read the web…
0
votes
2 answers

Video on SmartEyeGlass

Is it possible to play a simple and short video on smart eye glasses? I know that it can play audio and it can show images one after the other. It should not be too much work from there I am just guessing.
Gökhan Kurt
  • 531
  • 5
  • 13
0
votes
2 answers

ARAnimation rendering stop working without any code change

Could there be any reason why sendARAnimationObject should stop working without any change in the code? Does rendering of bitmaps in a timer depend on any external state like battery level or sensor state etc? Another issue is that if I use…
Gökhan Kurt
  • 531
  • 5
  • 13
0
votes
1 answer

which part of cylindrical coordinate system is user seeing

Is there a way to tell which part of the cylindrical coordinate system user is right now looking at? I am having problems with RenderObjects that I believe are not staying where they should when user looks up and down. It works as expected on…
Gökhan Kurt
  • 531
  • 5
  • 13
0
votes
2 answers

Setting for how close the text appears to the eye - depth issues

The text shown on the eyeglasses are appearing about 20-25 centimeters away from the eye I guess but is there any setting to change it in the code? If I want to move the text around in depth (further away or closer to the wearer) is it possible to…
Gökhan Kurt
  • 531
  • 5
  • 13
0
votes
1 answer

onKey override in ControlExtension class cannot intercept camera key

The onKey event of my class extending from ControlExtension class is not called when Camera key is pressed. Is it a design choice or will it be coming in next releases of SDK or am I missing something?
Gökhan Kurt
  • 531
  • 5
  • 13
0
votes
1 answer

Sony SmartEyeglass overlapping layout

I am trying to implement card text change on Sony SmartEyeglass, but I am having trouble with the layouts. I adopted the advanced layout sample from the SDK and modified it. I have a default xml layout that displays a title and a body text. I put…
Jane Kang
  • 1
  • 1