首页 > 其他分享 >AWS DeepLens试用

AWS DeepLens试用

时间:2022-09-07 16:22:06浏览次数:51  
标签:AWS aws streaming 试用 cam device 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种方式下载
    • 命令行方式下载:

    1. 建立到DeepLens的ssh连接,输入在设备注册时设置的设备密码

      ssh aws_cam@device_local_ip_address
    2. 拷贝证书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
    3. 将证书下载到本地计算机指定的目录,如Downloads:

      scp aws_cam@device_local_ip_address:/home/aws_cam/my_streaming_cert.pfx ~/Downloads/
    • 摄像头设备配置页面下载
    1. 确认中间wifi led在闪烁
    2. 当wifi led在闪烁时,切换wifi网络到‘AMDC’开头的SSID,完整的SSID网络名及密码在设备底部
    3. 访问设备配置页面 http://deeplens.config.
    4. 点击右上处的“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:

  1. In the navigation pane, choose Devices.

  2. From the Devices page, choose your AWS DeepLens device.

  3. Under Project output on your device's details page, expand the View the video output section.

  4. Choose a supported browser from Select a browser to import the streaming certificate drop-down list and, if necessary, follow the instructions.

  5. Choose View stream, while your computer is connected to the device's Wi-Fi (AMDC-NNNN) network.                         

 

 

常见问题:

https://aws.amazon.com/deeplens/faqs/

 

        

标签:AWS,aws,streaming,试用,cam,device,DeepLens
From: https://www.cnblogs.com/benfly/p/11517329.html

相关文章