You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GTK4 has been released for a while and GTK3 will be deprecated. CoBang should migrate to GTK4 before we add more features.
The roadblock is how to rendering video (from webcam) to GTK4 widget. There is no Python binding for gst-plugins-rs which provides Gstreamer Sink for GTK 4. The only way to use this plugin is to rewrite CoBang in Rust language. In Rust, we can also use aperture which simplify usage of GTK4 Sink.
The text was updated successfully, but these errors were encountered:
GTK4 has been released for a while and GTK3 will be deprecated. CoBang should migrate to GTK4 before we add more features.
The roadblock is how to rendering video (from webcam) to GTK4 widget. There is no Python binding for gst-plugins-rs which provides Gstreamer Sink for GTK 4. The only way to use this plugin is to rewrite CoBang in Rust language. In Rust, we can also use aperture which simplify usage of GTK4 Sink.
The text was updated successfully, but these errors were encountered: