IVT
CLinux1394Capture Class Reference

#include <Linux1394Capture.h>

Inheritance diagram for CLinux1394Capture:
CVideoCaptureInterface

Public Member Functions

 CLinux1394Capture (int nCameras, VideoMode mode, ColorMode colorMode, ImageProcessor::BayerPatternType bayerPatternType=ImageProcessor::eBayerRG, FrameRate frameRate=e30fps)
 
 CLinux1394Capture (VideoMode mode, ColorMode colorMode, ImageProcessor::BayerPatternType bayerPatternType=ImageProcessor::eBayerRG, FrameRate frameRate=e30fps, int nNumberUIDs=0,...)
 
 CLinux1394Capture (int nCameras, VideoMode mode, int nFormat7PacketSize=-1, int nFormat7MinX=0, int nFormat7MinY=0, int nFormat7Width=640, int nFormat7Height=480, ColorMode colorMode=CVideoCaptureInterface::eBayerPatternToRGB24, ImageProcessor::BayerPatternType bayerPatternType=ImageProcessor::eBayerRG)
 
 CLinux1394Capture (VideoMode mode, int nFormat7PacketSize=-1, int nFormat7MinX=0, int nFormat7MinY=0, int nFormat7Width=640, int nFormat7Height=480, ColorMode colorMode=CVideoCaptureInterface::eBayerPatternToRGB24, ImageProcessor::BayerPatternType bayerPatternType=ImageProcessor::eBayerRG, int nNumberUIDs=0,...)
 
 ~CLinux1394Capture ()
 
bool OpenCamera ()
 
void CloseCamera ()
 
bool CaptureImage (CByteImage **ppImages)
 
bool CaptureBayerPatternImage (CByteImage **ppImages)
 
void SetGain (unsigned int nValue)
 
void SetExposure (unsigned int nValue)
 
void SetShutter (unsigned int nValue)
 
int GetWidth ()
 
int GetHeight ()
 
CByteImage::ImageType GetType ()
 
int GetNumberOfCameras ()
 
- Public Member Functions inherited from CVideoCaptureInterface
virtual ~CVideoCaptureInterface ()
 
virtual bool SetExposureTime (int nExposureInUS)
 

Additional Inherited Members

- Public Types inherited from CVideoCaptureInterface
enum  VideoMode {
  e320x240, e640x480, e800x600, e768x576,
  e1024x768, e1280x960, e1600x1200, eNone
}
 
enum  ColorMode { eRGB24, eBayerPatternToRGB24, eGrayScale, eYUV411ToRGB24 }
 
enum  FrameRate {
  e60fps, e30fps, e15fps, e7_5fps,
  e3_75fps, e1_875fps
}
 

Detailed Description

Definition at line 85 of file Linux1394Capture.h.

Constructor & Destructor Documentation

CLinux1394Capture::CLinux1394Capture ( int  nCameras,
VideoMode  mode,
ColorMode  colorMode,
ImageProcessor::BayerPatternType  bayerPatternType = ImageProcessor::eBayerRG,
FrameRate  frameRate = e30fps 
)
CLinux1394Capture::CLinux1394Capture ( VideoMode  mode,
ColorMode  colorMode,
ImageProcessor::BayerPatternType  bayerPatternType = ImageProcessor::eBayerRG,
FrameRate  frameRate = e30fps,
int  nNumberUIDs = 0,
  ... 
)
CLinux1394Capture::CLinux1394Capture ( int  nCameras,
VideoMode  mode,
int  nFormat7PacketSize = -1,
int  nFormat7MinX = 0,
int  nFormat7MinY = 0,
int  nFormat7Width = 640,
int  nFormat7Height = 480,
ColorMode  colorMode = CVideoCaptureInterface::eBayerPatternToRGB24,
ImageProcessor::BayerPatternType  bayerPatternType = ImageProcessor::eBayerRG 
)
CLinux1394Capture::CLinux1394Capture ( VideoMode  mode,
int  nFormat7PacketSize = -1,
int  nFormat7MinX = 0,
int  nFormat7MinY = 0,
int  nFormat7Width = 640,
int  nFormat7Height = 480,
ColorMode  colorMode = CVideoCaptureInterface::eBayerPatternToRGB24,
ImageProcessor::BayerPatternType  bayerPatternType = ImageProcessor::eBayerRG,
int  nNumberUIDs = 0,
  ... 
)
CLinux1394Capture::~CLinux1394Capture ( )

Definition at line 264 of file Linux1394Capture.cpp.

Member Function Documentation

bool CLinux1394Capture::CaptureBayerPatternImage ( CByteImage **  ppImages)

Definition at line 655 of file Linux1394Capture.cpp.

bool CLinux1394Capture::CaptureImage ( CByteImage **  ppImages)
virtual

Implements CVideoCaptureInterface.

Definition at line 589 of file Linux1394Capture.cpp.

void CLinux1394Capture::CloseCamera ( )
virtual

Implements CVideoCaptureInterface.

Definition at line 419 of file Linux1394Capture.cpp.

int CLinux1394Capture::GetHeight ( )
inlinevirtual

Implements CVideoCaptureInterface.

Definition at line 115 of file Linux1394Capture.h.

int CLinux1394Capture::GetNumberOfCameras ( )
inlinevirtual

Implements CVideoCaptureInterface.

Definition at line 117 of file Linux1394Capture.h.

CByteImage::ImageType CLinux1394Capture::GetType ( )
virtual

Implements CVideoCaptureInterface.

Definition at line 693 of file Linux1394Capture.cpp.

int CLinux1394Capture::GetWidth ( )
inlinevirtual

Implements CVideoCaptureInterface.

Definition at line 114 of file Linux1394Capture.h.

bool CLinux1394Capture::OpenCamera ( )
virtual

Implements CVideoCaptureInterface.

Definition at line 291 of file Linux1394Capture.cpp.

void CLinux1394Capture::SetExposure ( unsigned int  nValue)

Definition at line 727 of file Linux1394Capture.cpp.

void CLinux1394Capture::SetGain ( unsigned int  nValue)

Definition at line 711 of file Linux1394Capture.cpp.

void CLinux1394Capture::SetShutter ( unsigned int  nValue)

Definition at line 743 of file Linux1394Capture.cpp.


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