#include <string>
#include <iostream>
#include <algorithm>
#include <set>
#include <libavcodec/version.h>
#include <libavcodec/avcodec.h>
#include <libswscale/swscale.h>
#include <libavutil/imgutils.h>
#include <libavutil/frame.h>
#include <libavutil/mem.h>
#include <fcntl.h>
#include <unistd.h>
#include <malloc.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <opencv2/imgproc.hpp>
#include "usb_cam/types.h"
#include "usb_cam/util.h"
#include "usb_cam/converters.h"
Go to the source code of this file.
◆ __STDC_CONSTANT_MACROS
      
        
          | #define __STDC_CONSTANT_MACROS | 
      
 
 
◆ AV_CODEC_ID_MJPEG
      
        
          | #define AV_CODEC_ID_MJPEG   CODEC_ID_MJPEG |