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
1 answer

Manual Focus by using steps with Sony JSON Camera API

I have question regarding manual focus with SONY Camera JSON API. For the automation of the FocusStack feature (combining more images with different focus values into the resulting one, to achieve the best possible sharpness of the image). I need a…
stenlee
  • 11
  • 1
  • 2
0
votes
1 answer

Livestreaming app for the SmartEyeglass - Localhost

I have downloaded the Livestreaming App for the SmartEyeglass and I want to enter certain things to it but I don't know how.For the App to work you need to install it to your phone and open the localhost web page in your computer.In the localhost…
Kat Dale
  • 27
  • 2
0
votes
1 answer

It can't recognize the result of the QR Code reader as a string

I have a QR Code reader and when it scans a qr code and gets a text, I want the code to check that text with an if function, and display a certain image. But for some reason it always gets stuck in the if function... It's like it won't recognize the…
Kat Dale
  • 27
  • 2
0
votes
1 answer

QR Code Reader for Sony SmartEyeglass

$ Hello, I am using an app I found on Github https://github.com/simsor/SmartEyeglassQRCode/blob/master/AndroidApp/app/src/main/java/com/example/sony/smarteyeglass/extension/helloworld/HelloWorldControl.java, which is a qr code reader for Sony's…
Kat Dale
  • 27
  • 2
0
votes
1 answer

Sony Smarteyeglass detect QR code with jpeg stream

I am trying to detect qr codes with the sony smarteyeglass When I use CAMERA_MODE_STILL i can capture a picture and detect the barcode in it works fine! Now when I change the recording mode to CAMERA_MODE_JPG_STREAM_LOW_RATE I have to set the…
stackg91
  • 584
  • 7
  • 25
0
votes
1 answer

Pending draw animation issue on Smart Eye Glass (AR Mode)

Hi Sony SmartEyeglass team, Currently, I'm using SmartEyeglass Developer Edition SED-E1. I'm developing a application that streaming video from Glass's Camera. For each camera frame, we detect faces and mark detected face on Glass by using…
0
votes
1 answer

Sony SmartEyeglass light sensor interrupt listener getting values all the time

I registered interrupt listener for light sensor. Listener gets event all the time even light level (lux) is not changed. if (DeviceInfoHelper.isSensorSupported(context, mHostAppPackageName, SensorTypeValue.LIGHT)) { lightSensor =…
0
votes
1 answer

Sony SmartEyeGlass and face recognition

basic question - Does Sony smarteyeglass support face recognition API through the camera (native or 3rd party)? Thanks
Krypton
  • 233
  • 1
  • 3
  • 8
0
votes
1 answer

Sending camera data with Wi-Fi from SmartEyeGlass to host device

I have an application that scans QR code with SmartEyeGlass.But It goes so slow.I belive thats because the app sending camera data from glass to host device with bluetooth. Is there any way to speed this process up? For instance can I use Wi-Fi…
0
votes
1 answer

installing wifi option in sony smart glass

I have been using sony smart glass in my project.It is very important for me to access wifi. how can i connect..? it just gives w-lan address when i click w-lan option in glass.I went through sony website but i couldnt find anything related to it. I…
cantona_7
  • 1,127
  • 4
  • 21
  • 40
0
votes
1 answer

method to get raw data of streaming

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…
0
votes
1 answer

App installation in Sony Smart Glass

I am a budding developer. I want to develop an app for Sony Smart Glass and I have bought the glass already started the process of developing with Android Studio. My question is how can I install the app in Sony Smart Glass? I have tried to read the…
cantona_7
  • 1,127
  • 4
  • 21
  • 40
0
votes
1 answer

How to change Streaming rate of the camera?

I read in the camera mode documentation of Sony Smartglasses that it has a CAMERA_MODE_JPG_STREAM_LOW_RATE in which camera takes still pictures continuously at 7.5fps. How can I change that to have a lower rate?
moleculeone
  • 221
  • 3
  • 12
0
votes
1 answer

How to use Sony SmartEyeGlass for Scanning QR Code?

I am trying to develop an app using Zbar library for SmartEyeGlass that scan QR codes. The app based on sample camera extension.But it doesn't work and I can't see what the problem is. Here is my code; private void cameraEventOperation(CameraEvent…
0
votes
2 answers

Passing image to another layout

I am using Sony Smart eyeglasses sdk for a project. I have two layouts xml file and I am trying to get image from gallery displayed on the imageview of the layout. I have obtained image location as a String, but how do I pass that image to the…
moleculeone
  • 221
  • 3
  • 12