OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preCapture
(Results
1 - 6
of
6
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/python/
grovescam.py
41
if (camera.
preCapture
()):
42
print "
preCapture
succeeded..."
44
print "
preCapture
failed."
/hardware/bsp/intel/peripheral/libupm/examples/c++/
grovescam.cxx
53
if (camera->
preCapture
())
54
cout << "
preCapture
succeeded..." << endl;
56
cout << "
preCapture
failed." << endl;
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
grovescam.js
45
if (camera.
preCapture
())
46
console.log("
preCapture
succeeded...");
48
console.log("
preCapture
failed.");
/hardware/bsp/intel/peripheral/libupm/examples/java/
GROVESCAMSample.java
53
if (camera.
preCapture
())
54
System.out.println("
preCapture
succeeded...");
56
System.out.println("
preCapture
failed.");
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
grovescam.h
157
bool
preCapture
(PIC_FORMATS_T fmt=FORMAT_VGA);
grovescam.cxx
247
bool GROVESCAM::
preCapture
(PIC_FORMATS_T fmt)
Completed in 599 milliseconds