How to configure the Video Ingestion module to utilize GStreamer*.
- Installed Intel® Edge Insights for Industrial (Intel® EII)
- Unable to ingest video with GStreamer*
The Video Ingestion module by defaults utilizes OpenCV* to ingest the input video.
To use GStreamer* instead, update the ingestor section in the <Installation Directory>/edge_insights_industrial/Edge_Insights_for_Industrial_3.0/IEdgeInsights/VideoIngestion/config.json file with the following content.
{
"type": "gstreamer",
"pipeline": "multifilesrc loop=TRUE stop-index=0 location=./test_videos/pcb_d2000.avi ! h264parse ! decodebin ! videoconvert ! video/x-raw,format=BGR ! appsink"
}