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
For improved performance, the native buffers from gstreamer can directly uploaded into a Processing texture. We had this functionality in the 1.x version of the library, but due to the API changes in gstreamer, it needs to be re-implemented in version 2.0. How it is done in PraxisLIVE could serve as a guide:
For improved performance, the native buffers from gstreamer can directly uploaded into a Processing texture. We had this functionality in the 1.x version of the library, but due to the API changes in gstreamer, it needs to be re-implemented in version 2.0. How it is done in PraxisLIVE could serve as a guide:
https://github.com/praxis-live/praxis/blob/master/praxis.video.gstreamer/src/org/praxislive/video/gstreamer/components/PImageSink.java#L141
https://github.com/praxis-live/praxis/blob/master/praxis.video.gstreamer/src/org/praxislive/video/gstreamer/components/PImageSink.java#L117
The text was updated successfully, but these errors were encountered: