Add libmegapixels
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "camera_config.h"
|
||||
#include <libmegapixels.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
struct mp_io_pipeline_state {
|
||||
const struct mp_camera_config *camera;
|
||||
libmegapixels_camera *camera;
|
||||
|
||||
int burst_length;
|
||||
|
||||
|
Reference in New Issue
Block a user