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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南