Move mode types and functions to a new object (MR 13)
Rename MPCameraMode to a more generic MPMode and move it along with related functions to a new object in preparation for using it in the device object.
This commit is contained in:

committed by
Martijn Braam

parent
cd4ecdd964
commit
a4c2c1ec1f
@@ -1,12 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "camera.h"
|
||||
#include "camera_config.h"
|
||||
|
||||
typedef struct _GdkSurface GdkSurface;
|
||||
|
||||
struct mp_process_pipeline_state {
|
||||
const struct mp_camera_config *camera;
|
||||
MPCameraMode mode;
|
||||
MPMode mode;
|
||||
|
||||
int burst_length;
|
||||
|
||||
|
Reference in New Issue
Block a user