Building Examples
RidgeRun Product Demos RidgeRun documentation is currently under development. |
RidgeRun Product Demos |
---|
Introduction |
Building examples |
Example overviews |
Contact Us |
The demos have been separated into simple and advanced examples for each product. The simple examples are meant to show off the basic capabilities such as video/audio handling and basic operation cases. These examples created in bash scripts which need no further building.
The advanced examples show off more complex capabilities of the product. These sometimes require a dynamic handling of properties, signals and events to properly demo of the operation. This is not easily achieved without and application. These advanced capabilities are shown in GStreamer C and Python applications.
For the C applications, the binaries must be built in order to run them. To build these examples run:
make
The Python applications do not require any further building. However, these applications make use of the GStreamer Daemon. This will need to be built and installed in order to run the Python scripts.