volumetricperformance / raspberry-capture-kit

A simple opencv, gstreamer python code to stream a realsense camera feed to twitch using RTMP
4 stars 2 forks source link

Document desktop setup #6

Open thomaswester opened 3 years ago

thomaswester commented 3 years ago

Document steps to configure a desktop OS to run the streaming script

For macOS, Windows 10, ubuntu. Describe setting up.

thomaswester commented 3 years ago

https://pygobject.readthedocs.io/en/latest/getting_started.html#macosx-getting-started

https://formulae.brew.sh/formula/gstreamer https://formulae.brew.sh/formula/gst-plugins-base https://formulae.brew.sh/formula/gst-plugins-good https://formulae.brew.sh/formula/gst-plugins-bad https://formulae.brew.sh/formula/gst-libav

There is some trickiness with homebrew and which version / installation of python you are running. Here is a solution: https://stackoverflow.com/a/58292979