Questions tagged [google-glass-camera]

7 questions
14
votes
1 answer

Android Media Recorder not recording long videos on Google Glass

I have written an opensource camera for Google glass but some of the people who have used it have reported that the video recorded doesn't get saved properly for lengthy videos. I couldn't find info regarding any such limitation in the Android…
3
votes
1 answer

Unable to import new hardware profiles into android studio

Since I do not have a google glass device. I want to create an emulator in android studio with hardware profiles but I am unable to import a new hardware profile into android studio device manager. I am trying to import the google glass enterprise…
2
votes
1 answer

Google Glass Entreprise Edition 2 : Failed to Initialize Debug Data

I am having the following error displayed on Android Studio when using the Camera2 API with the Google Glass Entreprise Edition 2: E/CamX: [ERROR][CORE ] camxpipeline.cpp:1606 InitializeDebugDataBuffer() Failed to Initialize Debug Data This…
AlixL
  • 372
  • 2
  • 13
2
votes
0 answers

Application lost the surface error, Android Studio - Google Glass

I'm a beginner on Android Studio. I make the Google Glass Application to record video. I received 'Application lost the surface' error. I tried some solutions, but I could not resolve this error. This is my Google Glass App Code. import…
2
votes
1 answer

Android Studio Send string over socket after taking a picture [Google Glass]

What I'm trying to do: User says "find my keys" Google glass takes a picture and stores a string of what you said in a socket to be sent on a port. A second socket is created to send the picture, so the receiver has the voice string and picture…
1
vote
2 answers

How to disable progress bar after taking a photo with camera?

Is it possible, to disable the progress bar after taking a photo with camera (using Google Glass)? I try to automatically take a photo every 2 seconds using Google Glass but when I am taking a photo while the progress bar is shown, the…
0
votes
1 answer

How can I record a video in my Google Glass app?

I tried a recording program using Android Studio. but I received some errors. package com.example.glass.transfer1; import java.io.File; import java.io.IOException; import android.annotation.SuppressLint; import android.app.Activity; import…
이효동
  • 21
  • 4