ARIA-VALUSPA / AVP

This is the ARIA-VALUSPA Platform, or AVP for short. Use this platform to build your own Virtual Humans with audio-visual input and output, language models for English, French, and German, emotional understanding, and many more. This work was funded by European Union Horizon 2020 research and innovation programme, grant agreement No 645378.
https://aria-agent.eu
32 stars 16 forks source link

Error could not parse pipeline on start-4-agent.bat #8

Open pirelaurent opened 6 years ago

pirelaurent commented 6 years ago

While starting start-4-Agent, got the following. ( Maybe i miss some parameters to be set before)

  [factory___] create instance of 'Camera'
  [options___] # WARNING # could not open file 'options/camera.option'
  location: ..\..\source\ioput\option\OptionList.cpp (202)
  [factory___] store instance of 'Camera' as 'noname006'
  [camera____] # WARNING # No Capture Device found

 location: ..\..\source\Camera.cpp (183)
 [framexml__] # WARNING # sensor: could not set output 'video'
 location: ..\..\source\XMLPipeline.cpp (793)
 [framexml__] # WARNING # could not load pipeline from file D:\ARIA\ARIA-System\Agent-
 Input\ssi\pipes\all-in-one-final\all-in-one-final.pipeline (r:37,c:5)
 location: ..\..\source\XMLPipeline.cpp (303)
 [__________] # !ERROR! # could not parse pipeline from 'D:\ARIA\ARIA-System\Agent-
 Input\ssi\pipes\all-in-one-final\all-in-one-final'
 location: ..\..\..\tools\xmlpipe\Main.cpp (296)

Anything to change in config ? thanks

PS: This is not directly related, but i try also to launch

ARIA-System\Agent-Input\ssi> update_bin.bat,

but script is sticked to a E: drive

 SET SSI_BIN_DIR=E:\openssi\bin\x64\vc140
frankenjoe commented 6 years ago

looks like either there is no camera, the camera is not supported (which would be strange), or the camera is blocked by another application.

frankenjoe commented 6 years ago

regarding the 'update_bin.bat', this is only needed if you have a newer ssi version installed and want to update dlls. probably we should remove this from the public branch.