Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you mean with without a preview, that you don't show the images, then sure! Basically a simple "hello world" type of application for opencv would be :

  • Open the camera
  • Repeat until done:
    • Grab image
    • Show image

If you omit the last step, then I suppose you have what you are looking for.