What is the most efficient way to map four camera captures to screen using opengl es?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is the most efficient way to map four camera captures to screen using opengl es?

614 Views
leima
Contributor III

Platform: imx6q, opengl es.

I am planning to map four camera captures with some transforms to the area like this:

无标题.png

This needs four textures for fragment shader.

I know how to use  glTexDirectVIV  to get one work, so is there any efficient way for four?

Labels (2)
Tags (2)
0 Kudos
2 Replies

458 Views
b36401
NXP Employee
NXP Employee

You can use videomixer option of gstreamer to merge such 4 videos.

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

458 Views
leima
Contributor III

Thanks!

However there will be fisheye-calibration and projection transforms during mapping, so videomixer plugin will not meet this condition.

0 Kudos