EDT PDV SDK Documentation 6.2.0
simple_sequence.c File Reference

(git c30e1c93a2, 2024-08-29)

#include "edtinc.h"

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.