DMA firewire camera -> graphics card

Hello,
I am currently working with a bunch of firewire cameras. It looks like I will do all image processing stuff on the gpu.
Therefore my question is, if there is a way to do a DMA transfer directly from camera to device memory. Currently I am using a pagelocked buffer to do the transfer which is just a useless copy.
Thanks for your help.

Christoph