Blackjack Decision Maker
|
#include <opencv2/core.hpp>
#include <opencv2/videoio.hpp>
#include <opencv2/highgui.hpp>
#include <iostream>
#include <thread>
#include "CallbackLinker.h"
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 } |
#define NEW_CAM_STACK 0 |
enum Err_type |