This is the simplest example for acquiring single images, and is provided as a starting point incorporating digital image acquisition in a user application. It doesn't provide for any arguments to specify board or channel number, number of buffers, number of loops, etc., optimization such as ring buffering or pipelining or error checking, or any processing (display, save, etc.) -- -- just the basics to do a simple image grab. For an example that includes those operations, see simple_take.c and other simple_*.c programs. For even more more complex operations, including error detection, diagnostics, changing camera exposure times, and tuning the acquisition in various ways, see the take.c utility. For serial, see serial_cmd.c. For full-blown GUI application and library source code, see the vlviewer application (in the vlv subdirectory) and the libpdv_qt source code in the pdv_qtlib subdirectory.
(C) 2005-2014 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) |