- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
working with EII 3.0.
Running Video Ingestion container with gstreamer stops execution after one loop.
Configuration:
"/VideoIngestion/config": {
"cert_type": [
"zmq"
],
"encoding": {
"level": 95,
"type": "jpeg"
},
"ingestor": {
"loop_video": true,
"pipeline": "multifilesrc location=./test_videos/pcb_d2000.avi loop=TRUE ! decodebin ! videoconvert ! video/x-raw,format=BGR ! appsink",
"poll_interval": 0.2,
"queue_size": 10,
"type": "gstreamer"
},
"max_workers": 4,
"sw_trigger": {
"init_state": "running"
},
"udfs": [
{
"n_left_px": 1000,
"n_right_px": 1000,
"n_total_px": 300000,
"name": "pcb.pcb_filter",
"scale_ratio": 4,
"training_mode": "false",
"type": "python"
}
]
},
This issue is related with this one.
Error:
Ingestor configs are the only modifications to default EII 3.0 installation.
Any help will be aprecciated.
Regards,
Luciano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Luciano,
Could you try to configure the Video Ingestor as follows in the VideoIngestor/config.json file and see if the video loops?
{
"type": "gstreamer",
"pipeline": "multifilesrc loop=TRUE stop-index=0 location=./test_videos/pcb_d2000.avi ! h264parse ! decodebin ! videoconvert ! video/x-raw,format=BGR ! appsink"
}
Regards,
Jesus
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Luciano,
Could you try to configure the Video Ingestor as follows in the VideoIngestor/config.json file and see if the video loops?
{
"type": "gstreamer",
"pipeline": "multifilesrc loop=TRUE stop-index=0 location=./test_videos/pcb_d2000.avi ! h264parse ! decodebin ! videoconvert ! video/x-raw,format=BGR ! appsink"
}
Regards,
Jesus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great! If you need any additional information, please submit a new question as this thread will no longer be monitored.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page