gstreamer/subprojects/gst-python/examples
2024-08-20 12:55:06 +00:00
..
plugins/python
dynamic_src.py
gst-discover
gst_video_converter.py
helloworld.py
README.md
record_sound.py
requirements.txt
stream_camera_rtsp.py example: Add example for streaming camera rith RTSP 2024-08-20 12:55:06 +00:00

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