Fix libcamera compilation

This commit is contained in:
Kamil Trzcinski
2022-04-10 22:28:01 +02:00
parent 2e36ac9aed
commit abb94b1e29
9 changed files with 59 additions and 20 deletions

View File

@ -5,8 +5,16 @@ extern "C" {
#include <linux/v4l2-subdev.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include "device/device.h"
#include "device/buffer_list.h"
#include "device/buffer.h"
};
#include <optional>
#include <memory>
#include <libcamera/controls.h>
#include <libcamera/control_ids.h>
#include <libcamera/property_ids.h>