Ask Your Question
0

OpenCV with Gstreamer on windows 10

asked 2019-02-22 18:33:11 -0600

Aktarus gravatar image

updated 2019-02-23 13:48:19 -0600

Hello guys,

I have installed Gstreamer on Windows 10 but I cannot use OpenCV with Gstreamer, as I used the command 'print cv2.getBuildInformation()' to check the reports and it says 'Gstreamer = NO'. Does anyone can explain me how to accomplish getting OpenCV to include the Gstreamer functionality? Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-02-23 02:21:42 -0600

berak gravatar image

I have installed Gstreamer on Windows 10

that's not enough.

you have to install the development version (with headers and libs for the c++ compiler you're using !) and then you have to rebuild the opencv libs with that, using cmake.

edit flag offensive delete link more

Comments

Thank you for your answer. I have installed 2 files: "gstreamer-1.0-x86_64-1.15.1.msi" And "gstreamer-1.0-devel-x86_64-1.15.1.msi".

And then used Cmake-gui to recompile opencv. But Opencv still don't see it. Am I missing something?

Aktarus gravatar imageAktarus ( 2019-02-23 13:48:00 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2019-02-22 18:33:11 -0600

Seen: 1,368 times

Last updated: Feb 23 '19