@@ -32,9 +32,21 @@ These libraries are a set of basic tools simplifying programmation. The programm
...
@@ -32,9 +32,21 @@ These libraries are a set of basic tools simplifying programmation. The programm
Modules
Modules
-------
-------
-[bapps](https://promethe.u-cergy.fr/blaar/bapps.git): - Basic Applications for C/C++ with no dependency to manipulate blc_channels (find max, generate oscillators, ...)
-[bapps](https://promethe.u-cergy.fr/blaar/bapps.git): Basic Applications for C/C++ with no dependency to manipulate blc_channels (find max, generate oscillators, ...)
All the other applications are in optional specific submodules (i.e. i_v4l2_camera to acquire images through v4l2 driver or fftw to use functions from the external fftw library, ...)
All the other modules are optional have dependencies
-[gnuplot](https://promethe.u-cergy.fr/blaar/gnuplot.git) Allows to make graphs from data of blc_channels (require gnuplot)
### Linux
-[a_sound](https://promethe.u-cergy.fr/blaar/asound.git) Acquire or produce sound using Advanced Linux Sound Architecture library (require libasounddev).
-[i_v4l2_camera](https://promethe.u-cergy.fr/blaar/iv4l2camera.git) Acquire images from a camera using Video 4 Linux library (require libv4l2dev).
### Mac OSX
-[coreaudio](https://promethe.u-cergy.fr/blaar/asound.git) Acquire or produce sound using Apple Core Audio Frameworks
- [i_AV_camera] Acquire images from cameras using Audio Video Foundation
In `scripts/` you have bash scripts which combine applications to produce higher level functionalities. They may require you add optional modules.
In `scripts/` you have bash scripts which combine applications to produce higher level functionalities. They may require you add optional modules.