|
|
void | SetImage (Image const *image) |
| |
|
void | StartAutomaticCapture (char const *cameraName=USBCamera::kDefaultCameraName) |
| |
| void | StartAutomaticCapture (std::shared_ptr< USBCamera > camera) |
| | Start automatically capturing images to send to the dashboard. More...
|
| |
|
bool | IsAutoCaptureStarted () |
| |
|
void | SetQuality (unsigned int quality) |
| |
|
unsigned int | GetQuality () |
| |
|
void | SetSize (unsigned int size) |
| |
|
| ErrorBase (const ErrorBase &)=delete |
| |
|
ErrorBase & | operator= (const ErrorBase &)=delete |
| |
| virtual Error & | GetError () |
| | Retrieve the current error. More...
|
| |
|
virtual const Error & | GetError () const |
| |
| virtual void | SetErrnoError (llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const |
| | Set error information associated with a C library call that set an error to the "errno" global variable. More...
|
| |
| virtual void | SetImaqError (int success, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const |
| | Set the current error information associated from the nivision Imaq API. More...
|
| |
| virtual void | SetError (Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const |
| | Set the current error information associated with this sensor. More...
|
| |
| virtual void | SetWPIError (llvm::StringRef errorMessage, Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const |
| | Set the current error information associated with this sensor. More...
|
| |
|
virtual void | CloneError (const ErrorBase &rhs) const |
| |
|
virtual void | ClearError () const |
| | Clear the current error information associated with this sensor.
|
| |
| virtual bool | StatusIsFatal () const |
| | Check if the current error code represents a fatal error. More...
|
| |