Blackjack Decision Maker
Classes | Typedefs
libcamera_app.hpp File Reference
#include <sys/mman.h>
#include <condition_variable>
#include <iostream>
#include <memory>
#include <mutex>
#include <queue>
#include <set>
#include <string>
#include <thread>
#include <variant>
#include <any>
#include <map>
#include <iomanip>
#include <libcamera/base/span.h>
#include <libcamera/camera.h>
#include <libcamera/camera_manager.h>
#include <libcamera/control_ids.h>
#include <libcamera/controls.h>
#include <libcamera/formats.h>
#include <libcamera/framebuffer_allocator.h>
#include <libcamera/property_ids.h>
Include dependency graph for libcamera_app.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LibcameraApp
 
struct  LibcameraApp::Msg
 
struct  FrameInfo
 
class  Metadata
 
struct  CompletedRequest
 

Typedefs

using CompletedRequestPtr = std::shared_ptr< CompletedRequest >
 

Typedef Documentation

◆ CompletedRequestPtr

using CompletedRequestPtr = std::shared_ptr<CompletedRequest>