Use calibration for preview
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#include "camera.h"
|
||||
#include "dcp.h"
|
||||
#include "gl_util.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
typedef struct _GLES2Debayer GLES2Debayer;
|
||||
|
||||
GLES2Debayer *gles2_debayer_new(int format, int xfer);
|
||||
GLES2Debayer *gles2_debayer_new(int format);
|
||||
|
||||
void gles2_debayer_free(GLES2Debayer *self);
|
||||
|
||||
void gles2_debayer_use(GLES2Debayer *self);
|
||||
@@ -17,7 +19,6 @@ void gles2_debayer_configure(GLES2Debayer *self,
|
||||
const uint32_t src_height,
|
||||
const uint32_t rotation,
|
||||
const bool mirrored,
|
||||
const float *colormatrix,
|
||||
const uint8_t blacklevel);
|
||||
struct MPCameraCalibration calibration);
|
||||
|
||||
void gles2_debayer_process(GLES2Debayer *self, GLuint dst_id, GLuint source_id);
|
||||
|
Reference in New Issue
Block a user