Hello,
I am trying to use OpenCV and OpenGL together for some image processing tasks. I have already run OpenCV examples on IMX6, I can also compile and run the examples under gpu sdk of Freescale with X11, but when I try to use them together I have some problems.
Actually, what I am trying to make has already been done by Freescale
http://imxcv.blogspot.com/2012/03/gesture-recognition-on-imx6.html
http://cache.freescale.com/files/32bit/doc/app_note/AN4629.pdf
I have tried many times by using these examples in order to create a simple working binary, but unfortunately I could not achieve that. I have attached one of my trials (the source code, Makefile and the binary). I have modified the 06_Texturing example given under GLES2_0 folder of gpu sdk. I have compiled it without any problem, but when I load the binary to IMX6 board and run the example, I see a black cube rotating. I am waiting for the video instead of black screen. I have attached the output of the screen, also. If I add an imshow function after I get the image from the camera, I can see it without any problem. But when it is used by OpenGL, I can only see black screen as I said.
What can be wrong? I am using Yocto Dora release and I use hard float, since soft float is not supported. (I have only stubs_hard.h in my sysroots folder)
Thanks&Best Regards,
Fikret
Original Attachment has been moved to: opencv_gpu_text.tar.gz