Merging two frames using V4L2 API?

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

Merging two frames using V4L2 API?

1,094 次查看
byunggukchoi
Contributor II

I've been trying to merge two images captured from two uvc cameras attached on IMX6Q Sabre Auto board.

When merging at application level, the performance was very poor.  So I'm trying to do that using V4L2 API.

Is there a way to merge two frames directly using V4L2 at kernel level? It'll very helpful to me.

Thanks in advance.

标签 (4)
1 回复

981 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi ByungGuk,

There is support for V4L2 in NXP Linux BSPs and it is described in Chapter Video for Linux Two (V4L2) Driver, in Linux Manual. However such implement is not evaluated