Hello all,
Following the integration of my camera into the IPNC application, I am starting to play with the AV_Server.out application. After modifying the avserser_UI files to include my use case (VGA only), i try to run the av_server.
It quickly reaches an OSA_ThrCreate error on the first task (video_create). After looking at the ipnc user guide, it looks like the av_server COULD be run without having the system_server process running. Can someone confirm this point ?
But looking at the source code, it looks like the av_server when creating task needs some messages from another process (which i have not yet identified in the code, but which is said to be system_server).
the problem is that i would like to user the av_server and be able to store in a file some video data. for this do i need to make the system_server run ?
To anticipate answer, I run the scripts av_capture_load.sh, and loadmodules_ipnc.sh
thank you