Ask Your Question

makolele12's profile - activity

2020-10-04 15:10:19 -0600 received badge  Necromancer (source)
2020-09-03 05:13:47 -0600 answered a question Help geeting OpenCV to output a videostream using gstreamer.

I was facing the same problem as you. It worked for me by adding the video properties as follows: "appsrc ! videoconver

2020-07-14 04:20:49 -0600 answered a question executing stitching example throws error: (-2:Unspecified error) OpenCV samples: Can't find required data file: --try_use_gpu in function 'findFile'

You are calling the wrong argument in the command line. Correct is to use --try_cuda yes

2020-07-14 04:20:47 -0600 commented question Image stitching - need of seam finding/blending

Hi! did you find any answer to your questions? I am going through the same questions now.

2020-07-14 03:43:14 -0600 received badge  Enthusiast
2020-07-01 03:05:44 -0600 commented answer Compile Error after Install on Ubuntu with CUDA

It looks like the OPENCV_GENERATE_PKGCONFIG Bool is deprecated (https://github.com/opencv/opencv/issues/13154). My Cm

2020-07-01 03:03:13 -0600 commented question Compile Error after Install on Ubuntu with CUDA

Hi did you manage to solve this? I followed that same guide and I am facing right now the same exact problem.