|
IVT
|
#include <Linux1394Capture.h>
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 } |
Definition at line 85 of file Linux1394Capture.h.
| 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.
| bool CLinux1394Capture::CaptureBayerPatternImage | ( | CByteImage ** | ppImages | ) |
Definition at line 655 of file Linux1394Capture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 589 of file Linux1394Capture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 419 of file Linux1394Capture.cpp.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 115 of file Linux1394Capture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 117 of file Linux1394Capture.h.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 693 of file Linux1394Capture.cpp.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 114 of file Linux1394Capture.h.
|
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.