Blackjack Decision Maker
Classes | Macros | Enumerations
Camera.h File Reference
#include <opencv2/core.hpp>
#include <opencv2/videoio.hpp>
#include <opencv2/highgui.hpp>
#include <iostream>
#include <thread>
#include "CallbackLinker.h"
Include dependency graph for Camera.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Camera
 Class for initialising a Camera object and capturing frames. More...
 

Macros

#define NEW_CAM_STACK   0
 

Enumerations

enum  Err_type { NO_ERROR , ERR_INIT , ERR_EMPTY_FRAME }
 

Macro Definition Documentation

◆ NEW_CAM_STACK

#define NEW_CAM_STACK   0

Enumeration Type Documentation

◆ Err_type

enum Err_type
Enumerator
NO_ERROR 
ERR_INIT 
ERR_EMPTY_FRAME