- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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
Enlace copiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Great! If you need any additional information, please submit a new question as this thread will no longer be monitored.
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla