displaying gstreamer with opencv -


i'm wondering if it's possible capture frame gstreamer , display opencv, or if there has trick equivalent of cvwaitkey in gstreamer (or other library) more appreciated!

thanks in advance

you can have appsink in pipeline buffers (eventually use tee ! queue ! appsink). use image in buffer opencv functions if like.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -