Ask Your Question

jaguardo's profile - activity

2018-09-03 23:30:29 -0600 received badge  Self-Learner (source)
2018-09-03 20:46:52 -0600 received badge  Editor (source)
2018-09-03 20:46:52 -0600 edited answer How to compile/run sample programs, specifically opengl_interop

Looks like there is a bug for ATI/AMD cards: https://github.com/opencv/opencv/issues/7943 (Basically the ATI/AMD cards s

2018-09-03 20:44:48 -0600 answered a question How to compile/run sample programs, specifically opengl_interop

Looks like there is a bug for ATI/AMD cards: https://github.com/opencv/opencv/issues/7943 Wondering if anyone else can

2018-09-01 09:40:53 -0600 commented question How to compile/run sample programs, specifically opengl_interop

I believe maybe there is a difference between CL_PLATFORM_EXTENSIONS and CL_DEVICE_EXTENSIONS The OpenCV code

2018-09-01 09:11:14 -0600 commented question How to compile/run sample programs, specifically opengl_interop

I started debugging the opengl.cpp file and Context& initializeContextFromGL() fails at this line: status = c

2018-08-31 16:35:39 -0600 asked a question How to compile/run sample programs, specifically opengl_interop

How to compile/run sample programs, specifically opengl_interop I complied using this: g++ -ggdb opengl_interop.cpp -o