AWS DeepLens试用
设备注册
https://docs.aws.amazon.com/deeplens/latest/dg/deeplens-register-device-v1.html
项目部署
https://aws.amazon.com/getting-started/tutorials/create-deploy-project-deeplens/
查看输出视频流
- 首先需要下载设备证书,有2种方式下载
-
命令行方式下载:
-
建立到DeepLens的ssh连接,输入在设备注册时设置的设备密码
ssh aws_cam@
device_local_ip_address
-
拷贝证书
my_streaming_cert.pfx,输入设备密码
sudo cp /opt/awscam/awsmedia/certs/client.pfx /home/aws_cam/my_streaming_cert.pfx
确保owner是
aws_cam
.sudo chown aws_cam /home/aws_cam/my_streaming_cert.pfx
-
将证书下载到本地计算机指定的目录,如Downloads:
scp aws_cam@
device_local_ip_address
:/home/aws_cam/my_streaming_cert.pfx ~/Downloads/
- 摄像头设备配置页面下载
-
- 确认中间wifi led在闪烁
- 当wifi led在闪烁时,切换wifi网络到‘AMDC’开头的SSID,完整的SSID网络名及密码在设备底部
- 访问设备配置页面 http://deeplens.config.
- 点击右上处的“Enable video streaming” ,下载证书.
- 在浏览器中导入流证书,具体导入方法依不同浏览器而不同,在导入证书时,如果AWS DeepLens软件版本是或者高于1.3.23,则输入证书密码“DeepLens”
- 查看输出视频流,在浏览器中访问
https://
<your-device-ip-address>
:4000
You can also use the AWS DeepLens console to view the project stream. To do so, follow the steps below:
-
In the navigation pane, choose Devices.
-
From the Devices page, choose your AWS DeepLens device.
-
Under Project output on your device's details page, expand the View the video output section.
-
Choose a supported browser from Select a browser to import the streaming certificate drop-down list and, if necessary, follow the instructions.
-
Choose View stream, while your computer is connected to the device's Wi-Fi (
AMDC-
) network.NNNN
常见问题:
https://aws.amazon.com/deeplens/faqs/