OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GROVESCAM
(Results
1 - 6
of
6
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
grovescam.h
52
* @defgroup
grovescam
libupm-
grovescam
57
* @library
grovescam
58
* @sensor
grovescam
74
* @image html
grovescam
.jpg
75
* @snippet
grovescam
.cxx Interesting
78
class
GROVESCAM
{
95
GROVESCAM
(int uart, uint8_t camAddr=GROVESCAM_DEFAULT_CAMERA_ADDR);
98
*
GROVESCAM
destructor
100
~
GROVESCAM
();
[
all
...]
grovescam.cxx
32
#include "
grovescam
.h"
39
GROVESCAM
::
GROVESCAM
(int uart, uint8_t camAddr)
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(
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/c++/
grovescam.cxx
29
#include "
grovescam
.h"
39
upm::
GROVESCAM
* camera = new upm::
GROVESCAM
(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
grovescam.py
29
camera = upmGrovescam.
GROVESCAM
(0)
/hardware/bsp/intel/peripheral/libupm/examples/java/
GROVESCAMSample.java
40
upm_grovescam.
GROVESCAM
camera = new upm_grovescam.
GROVESCAM
(0);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
grovescam.js
31
var camera = new cameraObj.
GROVESCAM
(0);
Completed in 133 milliseconds