webcam cleanup: remove unused variables (#2450)

pull/2457/head^2
Dean Lee 5 years ago committed by GitHub
parent 719c5e3598
commit c21ccccd61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      selfdrive/camerad/cameras/camera_webcam.h

@ -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;

Loading…
Cancel
Save