diff --git a/LDP/howto/docbook/libdc1394-HOWTO/libdc1394-HOWTO.xml b/LDP/howto/docbook/libdc1394-HOWTO/libdc1394-HOWTO.xml index 9c0484cc..8bb80b74 100755 --- a/LDP/howto/docbook/libdc1394-HOWTO/libdc1394-HOWTO.xml +++ b/LDP/howto/docbook/libdc1394-HOWTO/libdc1394-HOWTO.xml @@ -27,7 +27,7 @@ 1.2 2007-04-14 RA - Addition of DMA related section contributed by Ian Peikon idp2@duke.eduand Tim Hanson tim@hardcarve.com + Addition of DMA related section contributed by Ian Peikon idp2@duke.eduand Tim Hanson tim@hardcarve.com 1.0 @@ -882,7 +882,7 @@ where the values of the parameters for channel, speed, bytes_per_packet, speed, The value of the width and height depends on the size of frame the user wants, for example, if one wants 960x720 then pass 960 as width and 720 as height. - + Example: How to grab image from the IEEE1394 camera using DMA This section has been contributed by Ian Peikon idp2@duke.eduand Tim Hanson tim@hardcarve.com We will now present an example of how to grab a frame by the camera using DMA calls. The example is simple to understand as the logic remains the same as the previous example. We will later compare the function calls used in the previous example (without dma) and this example (with dma) for better understanding.