Subversion Repositories seema-scanner

Rev

Rev 1 | Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 4
Line 1... Line 1...
1
#ifndef CAMERA_H
1
#ifndef CAMERA_H
2
#define CAMERA_H
2
#define CAMERA_H
3
 
3
 
4
//header files included in the two camera APIs for XIMEA and IDS (possibly recursively)
-
 
5
//#ifdef __unix__                    /* __unix__ is usually defined by compilers targeting Unix systems */
-
 
6
//    #include <unistd.h>
-
 
7
//    #include <stdint.h>
-
 
8
//    //#include "wintypedefs.h"
-
 
9
//#elif defined(_WIN32) || defined(WIN32)     /* _Win32 is usually defined by compilers targeting 32 or   64 bit Windows systems */
-
 
10
//    #include <windows.h>
-
 
11
//    //#include <WinNT.h>
-
 
12
//#endif
-
 
13
 
-
 
14
#include <iostream>
4
#include <iostream>
15
#include <vector>
5
#include <vector>
16
 
6
 
17
struct CameraFrame {
7
struct CameraFrame {
18
    unsigned char *memory;
8
    unsigned char *memory;