Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dgrovescam.py55 if (camera.storeImage("image.jpg")):
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dgrovescam.cxx68 if (camera->storeImage("image.jpg")) in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dgrovescam.js60 if (camera.storeImage("image.jpg"))
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
Dgrovescam.h172 bool storeImage(const char *fname);
Dgrovescam.cxx394 bool GROVESCAM::storeImage(const char *fname) in storeImage() function in GROVESCAM
/hardware/bsp/intel/peripheral/libupm/examples/java/
DGROVESCAMSample.java66 if (camera.storeImage("image.jpg")) in main()