This is the simplest example for acquiring single images, and is provided as a starting point incorporating digital video acquisition in a user application. It doesn't use any optimization such as ring buffering or pipelining or separate calls for to start/wait for images. Nor * does it do any error checking or checking for overruns or timeouts as a more robust program would do. For an example that includes those operations, see simple_take.c.
For more more complex operations, including error detection, diagnostics, changing camera exposure times, and tuning the acquisition in various ways, refer to the take.c utility. For serial, see serial_cmd.c.
For a sample Windows GUI application code, see wintake.
(C) 2005-2007 Engineering Design Team, Inc.
Definition in file simplest_take.c.
#include "edtinc.h"
Go to the source code of this file.
Functions | |
| main (int argc, char **argv) | |
1.5.1