You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
364 B
20 lines
364 B
#include <iostream>
|
|
#include <cstring>
|
|
#include <cstdint>
|
|
#include <fcntl.h>
|
|
#include <termios.h>
|
|
#include <unistd.h>
|
|
#include <cstring>
|
|
#include <map>
|
|
#include <iomanip>
|
|
#include <vector>
|
|
#include <SDL2/SDL.h>
|
|
#include <SDL2/SDL_image.h>
|
|
#include <thread>
|
|
#include <chrono>
|
|
#include <mutex>
|
|
#include <fstream>
|
|
|
|
#define CDC_FRAME_SIZE 64
|
|
#define CDC_FRAME_DELAY 1
|