#include <stdio.h>#include <stdlib.h>#include <GL/gl.h>#include <GL/glut.h>#include <AR/gsub.h>#include <AR/video.h>#include <AR/param.h>#include <AR/ar.h>
Go to the source code of this file.
Functions | |
| static void | cleanup (void) |
| static void | init (void) |
| static void | keyEvent (unsigned char key, int x, int y) |
| int | main (int argc, char **argv) |
| static void | mainLoop (void) |
Variables | |
| int | count = 0 |
| ARParam | cparam |
| char * | cparam_name = "Data/camera_para.dat" |
| char * | vconf = "" |
| int | xsize |
| int | ysize |
| static void cleanup | ( | void | ) | [static] |
Definition at line 123 of file backup/util/videoTest/videoTest.c.
| static void init | ( | void | ) | [static] |
| static void keyEvent | ( | unsigned char | key, |
| int | x, | ||
| int | y | ||
| ) | [static] |
Definition at line 66 of file backup/util/videoTest/videoTest.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 49 of file backup/util/videoTest/videoTest.c.
| static void mainLoop | ( | void | ) | [static] |
Definition at line 77 of file backup/util/videoTest/videoTest.c.
| int count = 0 |
Definition at line 37 of file backup/util/videoTest/videoTest.c.
Definition at line 40 of file backup/util/videoTest/videoTest.c.
| char* cparam_name = "Data/camera_para.dat" |
Definition at line 39 of file backup/util/videoTest/videoTest.c.
| char* vconf = "" |
Definition at line 21 of file backup/util/videoTest/videoTest.c.
| int xsize |
Definition at line 36 of file backup/util/videoTest/videoTest.c.
| int ysize |
Definition at line 36 of file backup/util/videoTest/videoTest.c.