camera_frame_stream.h: remove unused variables (#20340)

old-commit-hash: ecfb9d88d0726d93dc9454d05953352e3d3e5667
This commit is contained in:
Dean Lee
2021-03-14 06:30:40 +08:00
committed by GitHub
parent 8b0b3074bb
commit 9ef68f2d96
@@ -14,20 +14,16 @@
#define FRAME_BUF_COUNT 16
typedef struct CameraState {
int camera_id;
int camera_num;
CameraInfo ci;
int fps;
float digital_gain;
float cur_gain_frac;
CameraBuf buf;
} CameraState;
typedef struct MultiCameraState {
int ispif_fd;
CameraState road_cam;
CameraState driver_cam;