Home
last modified time | relevance | path

Searched refs:doCapture (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dgrovescam.py46 if (camera.doCapture()):
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dgrovescam.cxx58 if (camera->doCapture()) in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dgrovescam.js50 if (camera.doCapture())
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
Dgrovescam.h164 bool doCapture();
Dgrovescam.cxx284 bool GROVESCAM::doCapture() in doCapture() function in GROVESCAM
/hardware/bsp/intel/peripheral/libupm/examples/java/
DGROVESCAMSample.java58 if (camera.doCapture()) in main()