Thanks for making this repo. This is the closest I've been to getting my project working on windows, natively without MSYS2 or Docker! It's super easy to build gstreamer, pygobject, pycairo etc. So ...
I've been encountering significant difficulties while attempting to install PyGObject to set up an RTSP stream for my OKA camera, specifically aiming to utilize H264/H265 encoding. My setup involves ...
import gobject def ThrowException(): raise Exception('Exception that won't exit') return False gobject.idle_add(ThrowException) l = gobject.MainLoop() print 'Starting mainloop' l.run() print 'This ...