Skip to content

Instantly share code, notes, and snippets.

View yonidavidson's full-sized avatar
🐕
Dog Driven Developer

Yoni Davidson yonidavidson

🐕
Dog Driven Developer
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>