简体   繁体   English

Amazon Deeplens 设备注册成功后离线,无法部署项目

[英]Amazon Deeplens device is offline after successful registration, can't deploy project

I'm all set following the installation instructions but suddenly the cam went off-line in the AWS Console (Device Status: Offline)(when I installed the device the status was online) Running version 1.2.3 with Linux kernel 4.10.17 I can ssh into the cam, I have a working wifi connection in the cam, I can update the cam software and I can see the video stream on the cam.我已经按照安装说明进行了所有设置,但突然间凸轮在 AWS 控制台中脱机(设备状态:脱机)(当我安装设备时,状态为联机)使用 Linux 内核 4.10.17 运行 1.2.3 版我可以通过 ssh 连接到摄像头,我在摄像头中有一个有效的 wifi 连接,我可以更新摄像头软件,我可以在摄像头上看到视频流。

Do I need to restart an awscam service (if there's such service)?我是否需要重新启动 awscam 服务(如果有此类服务)? Or maybe reboot the camera (just did that, no dice)?或者也许重新启动相机(只是这样做,没有骰子)?

I have no idea why this is happening (I haven't updated the camera software or Ubuntu) BTW the effect of this is that the deployment of a project to the cam gets stuck (blue message with 0 progress)我不知道为什么会发生这种情况(我没有更新相机软件或 Ubuntu)顺便说一句,这样做的结果是将项目部署到摄像头卡住了(蓝色消息,进度为 0)

I have found this can happen regularly as I power on/off the camera daily as I experiment with it.我发现这种情况经常发生,因为我每天都在尝试打开/关闭相机。 I've found re-install the awscam module works every time.我发现每次都重新安装 awscam 模块。 You need SSH onto the device and run the following command :您需要通过 SSH 连接到设备并运行以下命令:

sudo apt-get install --reinstall awscam

Wait about thirty seconds for the newly installed awscam to restart and you will see the device come back online.等待大约 30 秒让新安装的 awscam 重新启动,您将看到设备重新联机。 You don't need to Re-register the device or edit settings, just re-install awscam.您无需重新注册设备或编辑设置,只需重新安装 awscam。 Some more details are contained on the AWS forums, for example : https://forums.aws.amazon.com/thread.jspa?threadID=281899 AWS 论坛中包含更多详细信息,例如: https : //forums.aws.amazon.com/thread.jspa?threadID=281899

We found that the AWS DeepLens has a single network adapter running both wifi hotspot and wifi connection.我们发现 AWS DeepLens 有一个网络适配器同时运行 wifi 热点和 wifi 连接。 If you connect to its hotspot functionality it will drop the main wifi connection.如果您连接到其热点功能,它将断开主 wifi 连接。 Then it will try reconnect to wifi and drop your phone/machine connection and repeat this process at will.然后它会尝试重新连接到 wifi 并断开您的手机/机器连接并随意重复此过程。

Connecting a monitor (mini-HDMI to HDMI cable), mouse and keyboard will allow you to see what it's actually doing.连接显示器(mini-HDMI 到 HDMI 电缆)、鼠标和键盘,您就可以看到它实际在做什么。 Ours was stuck on GUI password prompt for wifi.我们的卡在 wifi 的 GUI 密码提示上。 Default password for access on ours was "aws_cam" which is not in the documentation.我们访问的默认密码是“aws_cam”,文档中没有。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM