问题标签 [sony-smarteyeglass]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
115 浏览

camera - 索尼 SmartEyeGlass 和人脸识别

基本问题 - Sony smarteyeglass 是否支持通过相机(本机或第三方)进行人脸识别 API?

谢谢

0 投票
1 回答
49 浏览

sony-smarteyeglass - 索尼 SmartEyeglass 光传感器中断侦听器一直获取值

我为光传感器注册了中断监听器。即使光照水平(勒克斯)没有改变,监听器也会一直获取事件。

0 投票
1 回答
77 浏览

sony - Smart Eye Glass(AR 模式)上的未决绘图动画问题

嗨 Sony SmartEyeglass 团队,

目前,我正在使用 SmartEyeglass Developer Edition SED-E1。我正在开发一个从 Glass 的相机流式传输视频的应用程序。对于每个相机帧,我们使用 SmartEyeglassControlUtils.sendARAnimationObject 检测人脸并在 Glass 上标记检测到的人脸。如果 Glass 和 Phone 之间的 WLAN 网络稳定,则该应用程序可以正常工作,但是当此连接不稳定时,在 Glass 上检测到的绘图会延迟很多。似乎“SmartEyeglassControlUtils.sendARAnimationObject”的数据在 SmartEyeGlass.apk 应用程序的某个地方挂起,因为它们可以发送到 Glass 进行显示。因此,你能指导我如何检测 Glass 和 Phone 之间的 WLAN 网络状态(带宽或类似的东西)(任何 API 来检测这个),以便我们可以停止调用 SmartEyeglassControlUtils。

谢谢和最好的问候

0 投票
1 回答
189 浏览

sony - 如何将自定义应用程序安装到 Android 手机以使用 Sony-SmartEyeGlass?

尊敬的 Sony SmartEyeGlass(SED-E1) 开发者

这是Stack Overflow的第一次问题。而且我的英语能力很差。您可能认为我的问题有点难以理解,请耐心阅读。

大约 1 周前,我买了一个新的 Sony SmartEyeGlass。今天我想问一下如何在这个玻璃上使用我们定制的Android应用程序。

我们的定制 Android 应用程序仅使用 Android SDK 开发。我们还没有使用 Sony SmartEyeGlass SDK。现在这个自定义应用程序安装在Android智能手机(Sony Experia SOL26)中,它可以在手机上正常工作。前几天,我从 Google Play 网站获得了 Android 应用程序“SmartEyeglass”。应用程序“SmartEyeglass”可以在手机(Experia SOL26)上以正常方式工作,但应用程序(=“SmartEyeglass”)无法在其菜单“应用程序”上显示我们的自定义应用程序。

{我的问题} 如果我们想在 SmartEyeGlass(SED-E1) 上使用我们的自定义应用程序,我们应该怎么做?我们是否应该使用 Sony SmartEyeGlass SDK 修改我们的自定义应用程序?

请回答我的问题。我期待着你的回答。

最好的问候, Hiroyasu Takeda

0 投票
1 回答
110 浏览

sony - 索尼 Smarteyeglass 使用 jpeg 流检测 QR 码

我正在尝试使用索尼智能眼镜检测二维码

当我使用时,CAMERA_MODE_STILL我可以捕获图片并检测其中的条形码工作正常!

现在当我将录制模式更改为CAMERA_MODE_JPG_STREAM_LOW_RATE

我必须将分辨率设置为 CAMERA_RESOLUTION_QVGA否则setCameraMode会抛出“分辨率具有非法值”,因为在SmartEyeglassControlUtilsStream 支持中仅包含QVGA

我已经尝试过修改它,但是相机不再工作了。

那么我如何检测二维码,而无需实际拍摄照片并将其发送到 zxing 库?有没有办法提高质量并仍然使用流?还是我必须使用静止模式并实际拍摄照片才能使用 3M 分辨率?

0 投票
1 回答
83 浏览

android - 索尼智能眼镜无法激活高功率模式

我正在使用以下 API

我通常无法激活 Sony Smart Eye Glass 的高功率模式,甚至尝试使用 Glass 的内置相机应用程序。我尝试使用许多 Android 设备连接到我的 Glass,例如:SamSung S7/S4、Google Nexus 5x、Sony Z2,但结果是一样的。我尝试将 Glass 恢复出厂设置,结果是一样的。我的玻璃坏了吗?是因为我的 Android 设备还是我使用的 Glass?是硬件问题吗?感谢任何帮助:>

0 投票
1 回答
120 浏览

qr-code - 适用于 Sony SmartEyeglass 的 QR 码阅读器

$ 你好,我正在使用我在 Github 上找到的应用程序https://github.com/simsor/SmartEyeglassQRCode/blob/master/AndroidApp/app/src/main/java/com/example/sony/smarteyeglass/extension/helloworld/ HelloWorldControl.java是索尼 SmartEyeglass 的二维码阅读器。但由于某种原因,它不起作用。当我扫描二维码时,它要么显示“未找到二维码”,要么显示“请稍候”很长时间,但从未显示结果。我尝试了一些东西,但没有任何改变。你们中有人知道发生了什么吗?

0 投票
1 回答
93 浏览

android - 它无法将 QR 码阅读器的结果识别为字符串

我有一个二维码阅读器,当它扫描二维码并获取文本时,我希望代码使用if函数检查该文本,并显示某个图像。但是由于某种原因,它总是卡在if函数中...就像它不会将其识别result.getText().ToString()为字符串...\

0 投票
1 回答
120 浏览

localhost - 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 web page, there is a camera view which displays what the wearer of the Smarteyeglass is seeing and a textbox in which you can write what you want the wearer to see. In this webpage I want to add another textbox in which I will be able to take feedback from the wearer.But I have no idea in which part of the code I can add that. Can you help me? How do I change the layout in the localhost webpage?

SocketClient Class

0 投票
0 回答
668 浏览

android - 如何使用 FaceDetector 进行人脸跟踪?

我想像这样使用 FaceDetector 进行面部跟踪。
https://github.com/googlesamples/android-vision/tree/master/visionSamples/FaceTracker

在此示例中,像这样将 ByteBuffer 设置为 Frame.imageData。

但是,我像这样将位图设置为 Frame。

并像这样使用 FaceDetector。

我希望在 onNewItem() 中输入相同的 faceId,只要相同的脸留在框架中,但每次输入的 id 都不同。

你有什么想法吗?

【附加信息】<br> ・在我的应用程序中,它以 7.5fps 连续拍摄静态照片。