Control interface for frame grabber devices that conform to the 1394-based Digital Camera Specifications.
More...
|
virtual | ~IFrameGrabberControlsDC1394 () |
|
virtual yarp::dev::ReturnValue | getVideoModeMaskDC1394 (unsigned int &val)=0 |
|
virtual yarp::dev::ReturnValue | getVideoModeDC1394 (unsigned int &val)=0 |
|
virtual yarp::dev::ReturnValue | setVideoModeDC1394 (int video_mode)=0 |
|
virtual yarp::dev::ReturnValue | getFPSMaskDC1394 (unsigned int &val)=0 |
|
virtual yarp::dev::ReturnValue | getFPSDC1394 (unsigned int &val)=0 |
|
virtual yarp::dev::ReturnValue | setFPSDC1394 (int fps)=0 |
|
virtual yarp::dev::ReturnValue | getISOSpeedDC1394 (unsigned int &val)=0 |
|
virtual yarp::dev::ReturnValue | setISOSpeedDC1394 (int speed)=0 |
|
virtual yarp::dev::ReturnValue | getColorCodingMaskDC1394 (unsigned int video_mode, unsigned int &val)=0 |
|
virtual yarp::dev::ReturnValue | getColorCodingDC1394 (unsigned int &val)=0 |
|
virtual yarp::dev::ReturnValue | setColorCodingDC1394 (int coding)=0 |
|
virtual yarp::dev::ReturnValue | getFormat7MaxWindowDC1394 (unsigned int &xdim, unsigned int &ydim, unsigned int &xstep, unsigned int &ystep, unsigned int &xoffstep, unsigned int &yoffstep)=0 |
|
virtual yarp::dev::ReturnValue | getFormat7WindowDC1394 (unsigned int &xdim, unsigned int &ydim, int &x0, int &y0)=0 |
|
virtual yarp::dev::ReturnValue | setFormat7WindowDC1394 (unsigned int xdim, unsigned int ydim, int x0, int y0)=0 |
|
virtual yarp::dev::ReturnValue | setOperationModeDC1394 (bool b1394b)=0 |
|
virtual yarp::dev::ReturnValue | getOperationModeDC1394 (bool &b1394)=0 |
|
virtual yarp::dev::ReturnValue | setTransmissionDC1394 (bool bTxON)=0 |
|
virtual yarp::dev::ReturnValue | getTransmissionDC1394 (bool &bTxON)=0 |
|
virtual yarp::dev::ReturnValue | setBroadcastDC1394 (bool onoff)=0 |
|
virtual yarp::dev::ReturnValue | setDefaultsDC1394 ()=0 |
|
virtual yarp::dev::ReturnValue | setResetDC1394 ()=0 |
|
virtual yarp::dev::ReturnValue | setPowerDC1394 (bool onoff)=0 |
|
virtual yarp::dev::ReturnValue | setCaptureDC1394 (bool bON)=0 |
|
virtual yarp::dev::ReturnValue | getBytesPerPacketDC1394 (unsigned int &bpp)=0 |
|
virtual yarp::dev::ReturnValue | setBytesPerPacketDC1394 (unsigned int bpp)=0 |
|
Control interface for frame grabber devices that conform to the 1394-based Digital Camera Specifications.
Definition at line 20 of file IFrameGrabberControlsDC1394.h.