EDT PDV SDK Documentation 6.1.0
simple_irig2.c File Reference

(git 551c36c, 2023-10-02)

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

Functions

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

Detailed Description

An example program to show usage of EDT PDV library to acquire and optionally save images from EDT VisionLink products, making use of the IRIG2 footer to check: the end of frame magic number, the frame synchronization, and (if applicable) the IRIG timestamp.

For a non-IRIG acquisition example see: simple_take.c For simple frame synchronization verification see the "method_framesync" directive in the Camera Configuration Guide, or pdv_enable_framesync() in the API.

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

Driver 5.3.9.3+: IRIG2 frame validation functionality is now embedded within the library, activated via config file directive "method_header_type" (see: Camera Configuration Guide).

Function Documentation

◆ main()

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

Acquire and save images from an EDT frame grabber.