Searched refs:GROVESCAM (Results 1 - 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dgrovescam.cxx39 upm::GROVESCAM* camera = new upm::GROVESCAM(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dgrovescam.py29 camera = upmGrovescam.GROVESCAM(0)
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DGROVESCAMSample.java40 upm_grovescam.GROVESCAM camera = new upm_grovescam.GROVESCAM(0);
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
H A Dgrovescam.h78 class GROVESCAM { class in namespace:upm
95 GROVESCAM(int uart, uint8_t camAddr=GROVESCAM_DEFAULT_CAMERA_ADDR);
98 * GROVESCAM destructor
100 ~GROVESCAM();
H A Dgrovescam.cxx39 GROVESCAM::GROVESCAM(int uart, uint8_t camAddr) function in class:GROVESCAM
76 GROVESCAM::~GROVESCAM()
82 bool GROVESCAM::dataAvailable(unsigned int millis)
114 int GROVESCAM::readData(uint8_t *buffer, int len)
132 int GROVESCAM::writeData(uint8_t *buffer, int len)
156 bool GROVESCAM::setupTty(speed_t baud)
186 void GROVESCAM::drainInput()
194 bool GROVESCAM
[all...]
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dgrovescam.js31 var camera = new cameraObj.GROVESCAM(0);

Completed in 129 milliseconds