Skip to content

Instantly share code, notes, and snippets.

@TobiSchr
TobiSchr / test_frame_capture.c
Created May 11, 2016 00:58 — forked from ChristianUlbrich/test_frame_capture.c
Simple example to capture a frame with an uEye Camera under Linux; compile with: gcc -Wall test_frame_capture.c -lueye_api -o frametest
#include<stdio.h>
#include<stddef.h>
#include<ueye.h>
HIDS hCam = 1;
void main() {
printf("Success-Code: %d\n",IS_SUCCESS);
//Kamera öffnen