Hi,
I have run some DMAI examples in DVSDK. I know that Codec Engine Server is an executable binary built with BIOS component. For example, once I issue the commands:
./image_decode_io1_omapl138.x470MV -c jpegdec -e decode -i /usr/share/ti/data/images/remi003_422i.jpg -o output.yuv
the Engine Application will load the binary onto DSP and run.
My question is, after the algorithm finished, will BIOS&Engine Server run forever waitting for next request?
Or, it will exit immediately, and next time I issue the command the binary will be loaded and run again?
BR