將 GStreamer* 與 Intel® Edge Insights for Industrial (Intel® EII) 上的視訊擷取模組結合使用
內容類型: 安裝與設定 | 文章 ID: 000091962 | 最近查看日期: 2024 年 10 月 11 日
默認情況下,視頻攝取模組使用 OpenCV* 來攝取輸入視頻。
若要改用 GStreamer*,請使用以下內容更新<Installation Directory>/edge_insights_industrial/Edge_Insights_for_Industrial_3.0/IEdgeInsights/VideoIngestion/config.json檔中的攝取器部分。
{
"type": "gstreamer",
"pipeline": "multifilesrc loop=TRUE stop-index=0 location=./test_videos/pcb_d2000.avi ! h264parse ! decodebin ! videoconvert ! video/x-raw,format=BGR ! appsink"
}