Classes
core/vidl/vidl_dc1394_istream.h File Reference

A video input stream using libdc1394. More...

#include "vidl_istream.h"
#include "vidl_iidc1394_params.h"
#include <vcl_string.h>

Go to the source code of this file.

Classes

class  vidl_dc1394_istream
 A video input stream using libdc1394. More...

Detailed Description

A video input stream using libdc1394.

Author:
Matt Leotta
Date:
6 Jan 2006

WARNING this stream requires version 2 of the libdc1394 API. if you are also using the ffmpeg streams make sure your libavcodec and libavformat library are compiled without dc1394 support. ffmpeg supplies limited 1394 support through the libdc1394 version 1 API. Linking to both versions of libdc1394 will result in linking errors.

Currently this code works with libdc1394 version 2.0.0-rc9. The authors note that the libdc1394 API is subject to change in prerelease version. As a result, the vidl_dc1394_istream is is subject to change with it.

Definition in file vidl_dc1394_istream.h.