aws greengrass webcam component

0

I would like to do a realtime video detection. I decided to use a object detection component ( i.e. aws.greengrass.DLRImageClassification ), which continuously called to capture a image from a webcam component for object detection and store the detection result in a database. What component can I use? How to use webcam as a greengrass component, is there any existing componet for that?

質問済み 1年前227ビュー
1回答
0

From the existing community components, there are components available for streaming video but no specific components just for capturing images. However, you can always build your custom component to capture images from webcam. Here is an example - https://github.com/aws-iot-builder-tools/greeneyes/blob/main/blog-posts/001/guest/bash-capture-loop/capture-one This is a custom component where an image is captured using bash script library.

AWS
エキスパート
sunrise
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ