วิธีกําหนดค่าโมดูล Video Ingestion เพื่อใช้ GStreamer*
- Intel® Edge Insights สําหรับอุตสาหกรรมที่ติดตั้งไว้ (Intel® EII)
- ไม่สามารถรับวิดีโอที่มี GStreamer* ได้
โมดูล Video Ingestion โดยค่าเริ่มต้นจะใช้ 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"
}