EDT PDV SDK Documentation 6.1.0
simple_sequence.c File Reference

(git 551c36c, 2023-10-02)

#include "edtinc.h"
Include dependency graph for simple_sequence.c:

Functions

int main (int argc, const char *argv[])
 

Detailed Description

An example program to show usage of EDT PDV library to acquire and save images from EDT VisionLink products. This program takes a finite number of images from the camera at the maximum frame rate and copies them to memory until done acquiring all images. Once all images have been acquired, it saves them each in a separate file.

For other operations, including error detection, diagnostics, and tuning the acquisition in various ways see: take.c or simple_take.c

Requirements: An image source must be provided to the EDT board.

Function Documentation

◆ main()

int main ( int  argc,
const char *  argv[] 
)

Acquire and save images from an EDT frame grabber.

Here is the call graph for this function: