Closed mfoglio closed 2 years ago
When importing from from gstreamer.utils import gst_buffer_with_caps_to_ndarray I can't figure out what module is gstreamer exactly.
from gstreamer.utils import gst_buffer_with_caps_to_ndarray
gstreamer
My bad, it comes from pip3 install gstreamer-python @ git+https://github.com/jackersson/gstreamer-python.git#egg=gstreamer-python from requirements.txt
pip3 install gstreamer-python @ git+https://github.com/jackersson/gstreamer-python.git#egg=gstreamer-python
requirements.txt
When importing from
from gstreamer.utils import gst_buffer_with_caps_to_ndarray
I can't figure out what module isgstreamer
exactly.