Lines Matching refs:GROVESCAM
39 GROVESCAM::GROVESCAM(int uart, uint8_t camAddr) in GROVESCAM() function in GROVESCAM
76 GROVESCAM::~GROVESCAM() in ~GROVESCAM()
82 bool GROVESCAM::dataAvailable(unsigned int millis) in dataAvailable()
114 int GROVESCAM::readData(uint8_t *buffer, int len) in readData()
132 int GROVESCAM::writeData(uint8_t *buffer, int len) in writeData()
156 bool GROVESCAM::setupTty(speed_t baud) in setupTty()
186 void GROVESCAM::drainInput() in drainInput()
194 bool GROVESCAM::init() in init()
247 bool GROVESCAM::preCapture(PIC_FORMATS_T fmt) in preCapture()
284 bool GROVESCAM::doCapture() in doCapture()
394 bool GROVESCAM::storeImage(const char *fname) in storeImage()