将 GStreamer* 与工业英特尔® Edge洞见平台(英特尔® 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"
}