SourceForge RSS feed   

Overview

Documentation

Examples

VideoJack Plugin

Download

Compatibility

 

Project
Supporters:

The Imaging Source logo

 

 

 

Impressum

 

 

 

Previous:
User Buffers
  Next:
Video Display

Creating Applications with libunicapgtk

To compile the sample code in this tutorial and link it against libunicapgtk, use the following command:

gcc `pkg-config --cflags --libs libunicapgtk` -o tut_X_X tut_X_X.c

Replace 'tut_X_X' with the name of the .c file

In this tutorial, we create a complete application to capture and display video images. To start with, we need an empty window and a GTK main loop which is created with the following code:

Download example file 'tut_3_1.c'
Previous:
User Buffers
  Next:
Video Display
  SourceForge.net Logo