Fast frame transfers from GPU memory to VPU.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Fast frame transfers from GPU memory to VPU.

ソリューションへジャンプ
4,251件の閲覧回数
JeremyStashluk
Contributor III

Is there a way to perform a transfer from the GPU framebuffer memory directly to the VPU for encoding?

I am using i.MX6 with the Vivante GPU.

glReadPixels takes ~28ms in my application at 960x720, which is almost my entire time budget.

ラベル(3)
1 解決策
2,451件の閲覧回数
andre_silva
NXP Employee
NXP Employee
Copying Prabhu´s answer for this question:

Re: Fast frame transfers from GPU memory to VPU.

Prabhu SundararajEmployee

always read pixels consumes lot of time. Configure virtual framebuffer, (check in the communty). Render to virtual framebuffer and use it in the VPU. There will be sample available as part of GPU sdk soon for download.

元の投稿で解決策を見る

3 返答(返信)
2,452件の閲覧回数
andre_silva
NXP Employee
NXP Employee
Copying Prabhu´s answer for this question:

Re: Fast frame transfers from GPU memory to VPU.

Prabhu SundararajEmployee

always read pixels consumes lot of time. Configure virtual framebuffer, (check in the communty). Render to virtual framebuffer and use it in the VPU. There will be sample available as part of GPU sdk soon for download.

2,451件の閲覧回数
JeremyStashluk
Contributor III

Any word on the SDK?  I wasn't able to locate anything helpful on the community.

0 件の賞賛
返信
2,451件の閲覧回数
davecbluechip
Contributor III
0 件の賞賛
返信