GStreamer* を利用するようにビデオ インジェスト モジュールを設定する方法。
- インストール済みの インテル® Edge Insights for Industrial (インテル® EII)
- GStreamer* でビデオを取り込めません
ビデオ取り込みモジュールは、デフォルトで 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"
}