gstreamer/subprojects/gst-python/examples
2021-10-27 17:20:39 +13:00
..
plugins/python python: Update audiotestsrc to return correct tuple on FlowReturn Errors 2021-10-27 17:20:39 +13:00
dynamic_src.py
helloworld.py
README.md
record_sound.py
requirements.txt

Dependencies

Some of the examples require external python dependencies, for this purpose an illustrative requirements.txt is provided, with annotations documenting which example requires a dependency.

You can install all the dependencies with:

python3 -m pip install -r requirements.txt --user