Hi,
My application is drawing the GUI in RGB formate which should be overlayed on top of the video.
Can you please provide a Gstreamer example that performs the RGB overlay drawing?
Thanks,
Tarek
Solved! Go to Solution.
I am pretty sure you are looking the wrong project, if you take a look on the source code you will not see any OpenCV function.
here is the link again: andreluizeng/i.MX6-Video-Streaming-Texture · GitHub
also, I noticed that the makefile includes the opencv libs, just remove it.
Tarek,
you can refer to this sample code: gst-api/demos/gpu_player at master · andreluizeng/gst-api · GitHub
and here: Computer Vision on i.MX Processors: Video to Texture Streaming (Part 2) - i.MX6 processor
unfortunately that uses YUV format, our support for RGB format will be available in the next BSP release.
Yes, I've seen this example before. The problem is the dependency on OpenCV which I'm struglling build.
Do you not have any simpler example?
Thanks
try this one: andreluizeng/i.MX6-Video-Streaming-Texture · GitHub
Hi Andre,
It looks to me the 2 github projects are the same !!! Is there any differences?
Is it possible to use a different library instead of OpenCV?
That's my main problem.
Thanks
Tarek
I am pretty sure you are looking the wrong project, if you take a look on the source code you will not see any OpenCV function.
here is the link again: andreluizeng/i.MX6-Video-Streaming-Texture · GitHub
also, I noticed that the makefile includes the opencv libs, just remove it.
OK got that. I've compiled the example and will try to study it now.
thanks a lot,
Tarek
excellent =D good luck !