iMX6: Gstreamer GUI RGB buffer

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

iMX6: Gstreamer GUI RGB buffer

跳至解决方案
3,227 次查看
Tarek
Senior Contributor I

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

标签 (3)
0 项奖励
回复
1 解答
2,586 次查看
andre_silva
NXP Employee
NXP Employee

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.

在原帖中查看解决方案

0 项奖励
回复
7 回复数
2,586 次查看
andre_silva
NXP Employee
NXP Employee

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.

0 项奖励
回复
2,586 次查看
Tarek
Senior Contributor I

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

0 项奖励
回复
2,586 次查看
andre_silva
NXP Employee
NXP Employee
0 项奖励
回复
2,586 次查看
Tarek
Senior Contributor I

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

0 项奖励
回复
2,587 次查看
andre_silva
NXP Employee
NXP Employee

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.

0 项奖励
回复
2,586 次查看
Tarek
Senior Contributor I

OK got that. I've compiled the example and will try to study it now.

thanks a lot,

Tarek

0 项奖励
回复
2,586 次查看
andre_silva
NXP Employee
NXP Employee

excellent =D good luck !

0 项奖励
回复