Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View izard's full-sized avatar

Alexander Komarov izard

View GitHub Profile
#include <errno.h>
#include <fcntl.h>
#include <linux/videodev2.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <unistd.h>
#include <opencv2/core/core.hpp>