40 #ifndef vp1394CMUGrabber_h
41 #define vp1394CMUGrabber_h
43 #include <visp3/core/vpConfig.h>
45 #ifdef VISP_HAVE_CMU1394
48 #include <1394Camera.h>
50 #include <visp3/core/vpImage.h>
51 #include <visp3/core/vpFrameGrabber.h>
52 #include <visp3/core/vpFrameGrabberException.h>
53 #include <visp3/core/vpRGBa.h>
165 unsigned long _format;
167 unsigned long _mode ;
173 unsigned short _gain;
175 unsigned short _shutter;
177 vpColorCodingType _color;
196 void displayCameraDescription(
int cam_id);
199 void displayCameraModel();
205 void getGainMinMax(
unsigned short &min,
unsigned short &max);
208 int getNumberOfConnectedCameras()
const ;
211 void getShutterMinMax(
unsigned short &min,
unsigned short &max);
230 else if (_format == 1)
244 else if (_format == 2)
269 void selectCamera(
int cam_id);
275 void setAutoShutter();
278 void setControl(
unsigned short gain,
unsigned short shutter);
281 void setFramerate(
unsigned long fps);
284 void setShutter(
unsigned short shutter);
287 void setGain(
unsigned short gain);
290 void setVideoMode(
unsigned long format,
unsigned long mode );
vpColorCodingType getVideoColorCoding() const
Get the video color coding format.
virtual void open(vpImage< unsigned char > &I)=0
Firewire cameras video capture based on CMU 1394 Digital Camera SDK.
Base class for all video devices. It is designed to provide a front end to video sources.
virtual void acquire(vpImage< unsigned char > &I)=0