CVD 0.8
Public Member Functions | Public Attributes
CVD::DVFrame Class Reference

A frame from a Firewire (IEEE 1394) camera via DVBuffer2. More...

#include <dvframe.h>

Inheritance diagram for CVD::DVFrame:
CVD::VideoFrame< byte > CVD::BasicImage< byte > CVD::SubImage< byte >

List of all members.

Public Member Functions

 DVFrame (ImageRef s, timeval t, int buff, byte *dptr)

Public Attributes

int my_buffer

Detailed Description

A frame from a Firewire (IEEE 1394) camera via DVBuffer2.

Frames are 8-bit greyscale, using the byte type.

Definition at line 33 of file dvframe.h.


Constructor & Destructor Documentation

CVD::DVFrame::DVFrame ( ImageRef  s,
timeval  t,
int  buff,
byte dptr 
) [inline]

(Used internally) Construct a DVFrame.

Parameters:
sThe image size
tThe time of this frame
buffThe buffer number
dptrThe image data

Definition at line 40 of file dvframe.h.

References my_buffer.


The documentation for this class was generated from the following file: