Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
3002 Discussions

How to transfer data from a capture card driver directly to an Intel integrated GPU by DMA?

____2
Beginner
118 Views
Hi, We have an Intel integrated graphics HD4600, Now we are developing a capture card, How can we transfer data from a capture card driver directly to an Intel integrated GPU by DMA? Out application use D3d9, Is there any api for DMA with capture card driver in d3d9? Thanks a lot!
0 Kudos
1 Reply
Jiandong_Z_Intel
Employee
118 Views

Hi There,

You can use D3DFrameAllocator::LockFrame function implemented in Intel Media Samples <version>\sample_common\src\d3d_allocator.cpp to got GPU surface data pointers, Then write or read the data via the pointers by CPU.   

Thanks

Zachary

Reply