Skip to content

Instantly share code, notes, and snippets.

View KoljaWindeler's full-sized avatar

Kolja Windeler KoljaWindeler

  • Sennheiser electronic GmbH & Co. KG
  • Hannover, Germany
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>