webcam cleanup: remove unused variables (#2450)

This commit is contained in:
Dean Lee 2020-10-30 11:30:46 +08:00 committed by GitHub
parent 719c5e3598
commit c21ccccd61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,23 +13,15 @@
#define FRAME_BUF_COUNT 16
typedef struct CameraState {
int camera_id;
CameraInfo ci;
int fps;
float digital_gain;
float cur_gain_frac;
mat3 transform;
CameraBuf buf;
} CameraState;
typedef struct MultiCameraState {
int ispif_fd;
CameraState rear;
CameraState front;