Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dgrovescam.py41 if (camera.preCapture()):
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dgrovescam.cxx53 if (camera->preCapture()) in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dgrovescam.js45 if (camera.preCapture())
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
Dgrovescam.h157 bool preCapture(PIC_FORMATS_T fmt=FORMAT_VGA);
Dgrovescam.cxx247 bool GROVESCAM::preCapture(PIC_FORMATS_T fmt) in preCapture() function in GROVESCAM
/hardware/bsp/intel/peripheral/libupm/examples/java/
DGROVESCAMSample.java53 if (camera.preCapture()) in main()