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

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -